---
title: "Feature: #84549 - Usage of new REST API on get.typo3.org"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-84549"
source: "Changelog/9.2/Feature-84549-UsageOfNewRESTAPIOnGettypo3org.rst"
typo3-version: "9.2"
typo3-major: 9
type: "feature"
issue: 84549
forge: "https://forge.typo3.org/issues/84549"
tags: ["Backend", "PHP-API", "ext:install"]
rendered: "2026-09-25T23:17:45+00:00"
---

# Feature: #84549 - Usage of new REST API on get.typo3.org {#feature-84549}

See [forge#84549](https://forge.typo3.org/issues/84549)

## Description {#description}

Instead of providing only a JSON file, the get.typo3.org website was refactored to provide a REST web API for
information on TYPO3 releases.

The core uses that information to check for available upgrades and download new versions.
With this change the information will be fetched via the new API.

## Impact {#impact}

-   `CoreVersionService` makes use of the REST API directly - no complete version listing
    is stored in the registry anymore as the new API provides direct access to necessary information
-   The reports module contains a message hinting at the availability of updates.
