Translation projects API.

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

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

{
    "name": "Debian Edu Documentation",
    "slug": "debian-edu-documentation",
    "id": 122,
    "web": "https://wiki.debian.org/DebianEdu",
    "web_url": "https://hosted.weblate.org/projects/debian-edu-documentation/",
    "url": "https://hosted.weblate.org/api/projects/debian-edu-documentation/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/debian-edu-documentation/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/debian-edu-documentation/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/debian-edu-documentation/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/debian-edu-documentation/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/debian-edu-documentation/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/debian-edu-documentation/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/debian-edu-documentation/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Mailing list for translators: <debian-edu@lists.debian.org",
    "enable_hooks": true,
    "language_aliases": "nb-no:nb_NO,pt-br:pt_BR,pt-pt:pt_PT,zh-cn:zh_Hans,zh-tw:zh_Hant"
}