Translation projects API.

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

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

{
    "name": "Fallout",
    "slug": "fallout",
    "id": 13,
    "web": "https://forums.bgforge.net/viewforum.php?f=9",
    "web_url": "https://hive.bgforge.net/projects/fallout/",
    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": false,
    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
    "enable_hooks": true,
    "language_aliases": ""
}