Translation projects API.

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

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

{
    "name": "ScummVM",
    "slug": "scummvm",
    "id": 1,
    "web": "https://www.scummvm.org/",
    "web_url": "https://translations.scummvm.org/projects/scummvm/",
    "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
    "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
    "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
    "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
    "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
    "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
    "mail": "scummvm-devel@lists.scummvm.org",
    "enable_hooks": true,
    "language_aliases": ""
}