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/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "users": "http://i18n.foe-helper.com/api/users/?format=api",
    "groups": "http://i18n.foe-helper.com/api/groups/?format=api",
    "roles": "http://i18n.foe-helper.com/api/roles/?format=api",
    "projects": "http://i18n.foe-helper.com/api/projects/?format=api",
    "components": "http://i18n.foe-helper.com/api/components/?format=api",
    "translations": "http://i18n.foe-helper.com/api/translations/?format=api",
    "languages": "http://i18n.foe-helper.com/api/languages/?format=api",
    "component-lists": "http://i18n.foe-helper.com/api/component-lists/?format=api",
    "changes": "http://i18n.foe-helper.com/api/changes/?format=api",
    "units": "http://i18n.foe-helper.com/api/units/?format=api",
    "screenshots": "http://i18n.foe-helper.com/api/screenshots/?format=api"
}