Translation projects API.

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

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

{
    "name": "YunoHost",
    "slug": "yunohost",
    "id": 1,
    "web": "https://yunohost.org",
    "web_url": "https://translate.yunohost.org/projects/yunohost/",
    "url": "https://translate.yunohost.org/api/projects/yunohost/?format=api",
    "components_list_url": "https://translate.yunohost.org/api/projects/yunohost/components/?format=api",
    "repository_url": "https://translate.yunohost.org/api/projects/yunohost/repository/?format=api",
    "statistics_url": "https://translate.yunohost.org/api/projects/yunohost/statistics/?format=api",
    "categories_url": "https://translate.yunohost.org/api/projects/yunohost/categories/?format=api",
    "changes_list_url": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api",
    "languages_url": "https://translate.yunohost.org/api/projects/yunohost/languages/?format=api",
    "labels_url": "https://translate.yunohost.org/api/projects/yunohost/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}