API REST — Reference
REST API reference
Standard Joomla Web Services + plugin-specific endpoints. Authenticate with a Joomla API token, send JSON, get JSON back.
Authentication
Generate a Joomla API token from Users → Your Profile → Joomla API Token. Pass it in every request:
curl -H "X-Joomla-Token: YOUR_TOKEN" \
https://yoursite.com/api/index.php/v1/content/articles
Standard Joomla Web Services
The standard /api/index.php/v1/ endpoints work for content, users, categories, menus, modules, and any custom data exposed by installed plugins. See the official Joomla docs for the full reference.
Plugin-specific endpoints
El Savio chatbot, CMS Free AI, and GMCsitemap each ship with their own REST surface. The exact endpoints, request shapes, and rate limits are documented in the release notes shipped inside each plugin's docs/ folder after installation.
Need integration help? Message on WhatsApp.
Roadmap
A full Postman collection and OpenAPI spec are planned for the next release cycle. Subscribe to release notes for updates.
