Translation projects API.

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

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

{
    "name": "ScummVM Website",
    "slug": "scummvm-website",
    "id": 4,
    "web": "https://www.scummvm.org",
    "web_url": "https://translations.scummvm.org/projects/scummvm-website/",
    "url": "https://translations.scummvm.org/api/projects/scummvm-website/?format=api",
    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm-website/components/?format=api",
    "repository_url": "https://translations.scummvm.org/api/projects/scummvm-website/repository/?format=api",
    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm-website/statistics/?format=api",
    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm-website/changes/?format=api",
    "languages_url": "https://translations.scummvm.org/api/projects/scummvm-website/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "mail": "",
    "enable_hooks": true,
    "language_aliases": ""
}