Translation projects API.

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

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

{
    "name": "StoreHouse5",
    "slug": "storehouse5",
    "web": "https://ucs.ru/products/reliz-2016-goda-storehouse-5-skladskoy-uchet-/",
    "source_language": {
        "code": "ru",
        "name": "Russian",
        "direction": "ltr",
        "web_url": "http://weblate.ucs.ru/languages/ru/",
        "url": "http://weblate.ucs.ru/api/languages/ru/?format=api"
    },
    "web_url": "http://weblate.ucs.ru/projects/storehouse5/",
    "url": "http://weblate.ucs.ru/api/projects/storehouse5/?format=api",
    "components_list_url": "http://weblate.ucs.ru/api/projects/storehouse5/components/?format=api",
    "repository_url": "http://weblate.ucs.ru/api/projects/storehouse5/repository/?format=api",
    "statistics_url": "http://weblate.ucs.ru/api/projects/storehouse5/statistics/?format=api",
    "changes_list_url": "http://weblate.ucs.ru/api/projects/storehouse5/changes/?format=api"
}