Translation projects API.

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

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

{
    "name": "XBackBone",
    "slug": "xbackbone",
    "id": 354,
    "web": "https://github.com/SergiX44/XBackBone",
    "web_url": "https://hosted.weblate.org/projects/xbackbone/",
    "url": "https://hosted.weblate.org/api/projects/xbackbone/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/xbackbone/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/xbackbone/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/xbackbone/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/xbackbone/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/xbackbone/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/xbackbone/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/xbackbone/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}