Translation projects API.

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

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

{
    "name": "Daikhan",
    "slug": "daikhan",
    "id": 4291,
    "web": "https://gitlab.com/daikhan/daikhan",
    "web_url": "https://hosted.weblate.org/projects/daikhan/",
    "url": "https://hosted.weblate.org/api/projects/daikhan/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/daikhan/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/daikhan/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/daikhan/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/daikhan/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/daikhan/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/daikhan/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/daikhan/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "There are no specific instructions. Having decent manners is the only instruction.",
    "enable_hooks": true,
    "language_aliases": ""
}