Translate Diyseeds with 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://translate.diyseeds.org/api/users/?format=api",
    "groups": "http://translate.diyseeds.org/api/groups/?format=api",
    "roles": "http://translate.diyseeds.org/api/roles/?format=api",
    "projects": "http://translate.diyseeds.org/api/projects/?format=api",
    "components": "http://translate.diyseeds.org/api/components/?format=api",
    "translations": "http://translate.diyseeds.org/api/translations/?format=api",
    "languages": "http://translate.diyseeds.org/api/languages/?format=api",
    "component-lists": "http://translate.diyseeds.org/api/component-lists/?format=api",
    "changes": "http://translate.diyseeds.org/api/changes/?format=api",
    "units": "http://translate.diyseeds.org/api/units/?format=api",
    "screenshots": "http://translate.diyseeds.org/api/screenshots/?format=api",
    "addons": "http://translate.diyseeds.org/api/addons/?format=api"
}