Weblate
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

See the Weblate's Web API documentation for detailed description of the API.

GET /api/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "users": "https://weblate.info.ucl.ac.be/api/users/",
    "groups": "https://weblate.info.ucl.ac.be/api/groups/",
    "roles": "https://weblate.info.ucl.ac.be/api/roles/",
    "projects": "https://weblate.info.ucl.ac.be/api/projects/",
    "components": "https://weblate.info.ucl.ac.be/api/components/",
    "translations": "https://weblate.info.ucl.ac.be/api/translations/",
    "memory": "https://weblate.info.ucl.ac.be/api/memory/",
    "languages": "https://weblate.info.ucl.ac.be/api/languages/",
    "component-lists": "https://weblate.info.ucl.ac.be/api/component-lists/",
    "changes": "https://weblate.info.ucl.ac.be/api/changes/",
    "units": "https://weblate.info.ucl.ac.be/api/units/",
    "screenshots": "https://weblate.info.ucl.ac.be/api/screenshots/",
    "addons": "https://weblate.info.ucl.ac.be/api/addons/"
}