Translation projects API.

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

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

{
    "name": "Flarum",
    "slug": "flarum",
    "id": 4,
    "web": "https://rob006-software.github.io/flarum-translations/",
    "web_url": "https://weblate.rob006.net/projects/flarum/",
    "url": "https://weblate.rob006.net/api/projects/flarum/?format=api",
    "components_list_url": "https://weblate.rob006.net/api/projects/flarum/components/?format=api",
    "repository_url": "https://weblate.rob006.net/api/projects/flarum/repository/?format=api",
    "statistics_url": "https://weblate.rob006.net/api/projects/flarum/statistics/?format=api",
    "changes_list_url": "https://weblate.rob006.net/api/projects/flarum/changes/?format=api",
    "languages_url": "https://weblate.rob006.net/api/projects/flarum/languages/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": true,
    "instructions": "https://github.com/rob006-software/flarum-translations/wiki",
    "enable_hooks": true,
    "language_aliases": ""
}