Translation projects API.

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

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

{
    "name": "TRM",
    "slug": "trm",
    "id": 3,
    "web": "https://gitlab.com/libre-money-projects/theorie-relative-de-la-monnaie",
    "web_url": "https://weblate.duniter.org/projects/trm/",
    "url": "https://weblate.duniter.org/api/projects/trm/?format=api",
    "components_list_url": "https://weblate.duniter.org/api/projects/trm/components/?format=api",
    "repository_url": "https://weblate.duniter.org/api/projects/trm/repository/?format=api",
    "statistics_url": "https://weblate.duniter.org/api/projects/trm/statistics/?format=api",
    "changes_list_url": "https://weblate.duniter.org/api/projects/trm/changes/?format=api",
    "languages_url": "https://weblate.duniter.org/api/projects/trm/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}