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

{
    "projects": "http://weblate.ucs.ru/api/projects/",
    "components": "http://weblate.ucs.ru/api/components/",
    "translations": "http://weblate.ucs.ru/api/translations/",
    "languages": "http://weblate.ucs.ru/api/languages/",
    "changes": "http://weblate.ucs.ru/api/changes/",
    "units": "http://weblate.ucs.ru/api/units/",
    "sources": "http://weblate.ucs.ru/api/sources/",
    "screenshots": "http://weblate.ucs.ru/api/screenshots/"
}