Translation projects API.

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

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

{
    "name": "Guardian Project",
    "slug": "guardianproject",
    "id": 316,
    "web": "https://guardianproject.info/",
    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": true,
    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
    "enable_hooks": true,
    "language_aliases": ""
}