Translation projects API.

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

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

{
    "name": "NewPipe",
    "slug": "newpipe",
    "id": 69,
    "web": "https://github.com/TeamNewPipe/NewPipe",
    "web_url": "https://hosted.weblate.org/projects/newpipe/",
    "url": "https://hosted.weblate.org/api/projects/newpipe/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/newpipe/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/newpipe/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/newpipe/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/newpipe/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/newpipe/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/newpipe/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/newpipe/labels/?format=api",
    "translation_review": false,
    "source_review": true,
    "set_language_team": true,
    "instructions": "This explains adding new languages, and switching the language in NewPipe: https://github.com/TeamNewPipe/NewPipe/wiki/How-to-add-a-new-language-to-NewPipe",
    "enable_hooks": true,
    "language_aliases": ""
}