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

{
    "projects": "https://weblate.appinventor.mit.edu/api/projects/?format=api",
    "components": "https://weblate.appinventor.mit.edu/api/components/?format=api",
    "translations": "https://weblate.appinventor.mit.edu/api/translations/?format=api",
    "languages": "https://weblate.appinventor.mit.edu/api/languages/?format=api",
    "changes": "https://weblate.appinventor.mit.edu/api/changes/?format=api",
    "units": "https://weblate.appinventor.mit.edu/api/units/?format=api",
    "sources": "https://weblate.appinventor.mit.edu/api/sources/?format=api",
    "screenshots": "https://weblate.appinventor.mit.edu/api/screenshots/?format=api"
}