Translation projects API.

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

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

{
    "name": "Simpletask",
    "slug": "simpletask",
    "id": 126,
    "web": "https://github.com/mpcjanssen/simpletask-android/blob/master/app/src/main/assets/index.en.md",
    "web_url": "https://hosted.weblate.org/projects/simpletask/",
    "url": "https://hosted.weblate.org/api/projects/simpletask/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/simpletask/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/simpletask/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/simpletask/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/simpletask/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/simpletask/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/simpletask/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/simpletask/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}