Translation projects API.

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

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

{
    "name": "Debian Installer",
    "slug": "debian-installer",
    "id": 191,
    "web": "https://salsa.debian.org/installer-team/d-i",
    "web_url": "https://hosted.weblate.org/projects/debian-installer/",
    "url": "https://hosted.weblate.org/api/projects/debian-installer/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/debian-installer/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/debian-installer/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/debian-installer/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/debian-installer/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/debian-installer/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/debian-installer/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/debian-installer/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": false,
    "instructions": "https://d-i.debian.org/l10n-stats/translation-status.html\nMailing list for translators: <debian-boot@lists.debian.org\n",
    "enable_hooks": true,
    "language_aliases": ""
}