Translation projects API.

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

GET /api/projects/webinterface/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "WebInterface",
    "slug": "webinterface",
    "web": "https://ucs.ru",
    "source_language": {
        "code": "templates",
        "name": "templates (generated)",
        "direction": "ltr",
        "web_url": "http://weblate.ucs.ru/languages/templates/",
        "url": "http://weblate.ucs.ru/api/languages/templates/?format=api"
    },
    "web_url": "http://weblate.ucs.ru/projects/webinterface/",
    "url": "http://weblate.ucs.ru/api/projects/webinterface/?format=api",
    "components_list_url": "http://weblate.ucs.ru/api/projects/webinterface/components/?format=api",
    "repository_url": "http://weblate.ucs.ru/api/projects/webinterface/repository/?format=api",
    "statistics_url": "http://weblate.ucs.ru/api/projects/webinterface/statistics/?format=api",
    "changes_list_url": "http://weblate.ucs.ru/api/projects/webinterface/changes/?format=api"
}