Translation projects API.

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

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

{
    "name": "Nebulo",
    "slug": "nebulo",
    "id": 1,
    "web": "https://git.frostnerd.com/PublicAndroidApps/Smokescreen",
    "web_url": "https://weblate.frostnerd.com/projects/nebulo/",
    "url": "https://weblate.frostnerd.com/api/projects/nebulo/?format=api",
    "components_list_url": "https://weblate.frostnerd.com/api/projects/nebulo/components/?format=api",
    "repository_url": "https://weblate.frostnerd.com/api/projects/nebulo/repository/?format=api",
    "statistics_url": "https://weblate.frostnerd.com/api/projects/nebulo/statistics/?format=api",
    "changes_list_url": "https://weblate.frostnerd.com/api/projects/nebulo/changes/?format=api",
    "languages_url": "https://weblate.frostnerd.com/api/projects/nebulo/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "https://git.frostnerd.com/PublicAndroidApps/smokescreen/blob/master/TRANSLATING.md",
    "enable_hooks": true,
    "language_aliases": ""
}