Translation projects API.

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

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

{
    "name": "AlekSIS-Handbook",
    "slug": "aleksis-handbook",
    "id": 10,
    "web": "https://aleksis.org",
    "web_url": "https://translate.edugit.org/projects/aleksis-handbook/",
    "url": "https://translate.edugit.org/api/projects/aleksis-handbook/?format=api",
    "components_list_url": "https://translate.edugit.org/api/projects/aleksis-handbook/components/?format=api",
    "repository_url": "https://translate.edugit.org/api/projects/aleksis-handbook/repository/?format=api",
    "statistics_url": "https://translate.edugit.org/api/projects/aleksis-handbook/statistics/?format=api",
    "categories_url": "https://translate.edugit.org/api/projects/aleksis-handbook/categories/?format=api",
    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis-handbook/changes/?format=api",
    "languages_url": "https://translate.edugit.org/api/projects/aleksis-handbook/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "\nMailing list for translators: <aleksis-devs@lists.teckids.org\n",
    "enable_hooks": true,
    "language_aliases": ""
}