Translation projects API.

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

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

{
    "name": "platformx",
    "slug": "platformx",
    "web": "https://ucs.ru",
    "source_language": {
        "code": "en",
        "name": "English",
        "direction": "ltr",
        "web_url": "http://weblate.ucs.ru/languages/en/",
        "url": "http://weblate.ucs.ru/api/languages/en/?format=api"
    },
    "web_url": "http://weblate.ucs.ru/projects/platformx/",
    "url": "http://weblate.ucs.ru/api/projects/platformx/?format=api",
    "components_list_url": "http://weblate.ucs.ru/api/projects/platformx/components/?format=api",
    "repository_url": "http://weblate.ucs.ru/api/projects/platformx/repository/?format=api",
    "statistics_url": "http://weblate.ucs.ru/api/projects/platformx/statistics/?format=api",
    "changes_list_url": "http://weblate.ucs.ru/api/projects/platformx/changes/?format=api"
}