Joomla! Framework Website API
The Framework website exposes a basic REST API for loading the package release metrics. The available API endpoints are documented below.
Endpoints
The base URL for all API endpoints is https://framework.joomla.org/api.
GET /v1/packages
Get the information for the latest release of all stable packages.
GET /v1/packages/:package
Get the information for all releases of a package (this is the package name as registered on Packagist without the joomla/
prefix, i.e. application
for joomla/application
).