Translation projects API.

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

GET /api/projects/nebulo/
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/",
    "components_list_url": "https://weblate.frostnerd.com/api/projects/nebulo/components/",
    "repository_url": "https://weblate.frostnerd.com/api/projects/nebulo/repository/",
    "statistics_url": "https://weblate.frostnerd.com/api/projects/nebulo/statistics/",
    "changes_list_url": "https://weblate.frostnerd.com/api/projects/nebulo/changes/",
    "languages_url": "https://weblate.frostnerd.com/api/projects/nebulo/languages/",
    "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": ""
}