CINXE.COM

Joomla! Framework Website API

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <!-- For Responsive --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="stylesheet" href="/media/css/template.css?id=42bfe0998790c65b9256a06f90bf5aa3" type="text/css" crossorigin="anonymous" integrity="sha384-sDmUczFF5j9FUDfpHwyc8tYSg7PzAE2qsZp8ajpm/vEe4LajWt9DPILphgJ4I52A"> <!-- End for Responsive --> <!-- For SEO --> <title>Joomla! Framework Website API</title> <meta charset="utf-8"> <meta name="description" content="Explore the API offered by the Joomla! Framework's website for retrieving package metadata."> <meta name="generator" content="Joomla! Framework" /> <meta property="og:description" content="Explore the API offered by the Joomla! Framework's website for retrieving package metadata." /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Joomla! Framework" /> <meta property="og:title" content="Joomla! Framework Website API" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://framework.joomla.org/api" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@JoomlaFramework" /> <meta name="twitter:description" content="Explore the API offered by the Joomla! Framework's website for retrieving package metadata." /> <meta name="twitter:title" content="Joomla! Framework Website API" /> <!-- End for SEO --> <!-- For Misc --> <link href="favicon.ico" rel="shortcut icon" /> <!-- End for misc --> </head> <body id="go"> <nav class="container-fluid"> <ul> <li><a href="/"><span class="fab fa-joomla" aria-hidden="true"></span><span class="title">Framework</span></a></li> <li><a href="/status"><span class="fas fa-wrench" aria-hidden="true"></span><span class="title">Status</span></a></li> </ul> </nav> <main> <section class="api container"> <h1 class="centered-title">Joomla! Framework Website API</h1> <p class="lead">The Framework website exposes a basic REST API for loading the package release metrics. The available API endpoints are documented below.</p> <h3>Endpoints</h3> <p>The base URL for all API endpoints is https://framework.joomla.org/api.</p> <h4><span class="badge badge-info">GET</span> /v1/packages</h4> <p>Get the information for the latest release of all stable packages.</p> <h4><span class="badge badge-info">GET</span> /v1/packages/:package</h4> <p>Get the information for all releases of a package (this is the package name as registered on Packagist without the <code>joomla/</code> prefix, i.e. <code>application</code> for <code>joomla/application</code>).</p> </section> </main> <footer class="clearfix" role="contentinfo" id="resources"> <div class="container"> <a data-scroll href="#go" class="float-right">Back to top</a> <p>&copy; 2005 - 2025 Open Source Matters, Inc. All rights reserved.<br /> The Joomla!&reg; name and symbol, Joomla! Framework&#8482 and symbol, The Joomla! Project&#8480 and Joomla! CMS&#8482 are all trademarks and service marks of Open Source Matters, Inc. in the United States and other countries.</p> <p>Help improve this site by submitting issues and pull requests on <a href="https://github.com/joomla/framework.joomla.org">GitHub</a>.</p> <div class="hosting text-center"> <div class="host-img"> <a href="https://www.rochen.com/joomla-hosting/" target="_blank" class="rochen">Rochen</a> </div> <div class="host-text"> <a href="https://www.rochen.com/joomla-hosting/" target="_blank">Joomla! Hosting by Rochen</a> </div> </div> </div> </footer> <script src="/media/js/template.js?id=7c9153a9e6cca03a1bc2418c3ac10c24" crossorigin="anonymous" integrity="sha384-8Hw6nxS/mlXhPlzl+P3F/U1F2mhZF4rgSxe1cBQ8d4pztuUHWJ7PoRG+l/BFrIAV"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10