Translation projects API.

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

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

{
    "name": "Nexi",
    "slug": "nexi",
    "id": 34,
    "web": "https://nexi.fiat-tux.fr",
    "web_url": "https://weblate.framasoft.org/projects/nexi/",
    "url": "https://weblate.framasoft.org/api/projects/nexi/?format=api",
    "components_list_url": "https://weblate.framasoft.org/api/projects/nexi/components/?format=api",
    "repository_url": "https://weblate.framasoft.org/api/projects/nexi/repository/?format=api",
    "statistics_url": "https://weblate.framasoft.org/api/projects/nexi/statistics/?format=api",
    "categories_url": "https://weblate.framasoft.org/api/projects/nexi/categories/?format=api",
    "changes_list_url": "https://weblate.framasoft.org/api/projects/nexi/changes/?format=api",
    "languages_url": "https://weblate.framasoft.org/api/projects/nexi/languages/?format=api",
    "labels_url": "https://weblate.framasoft.org/api/projects/nexi/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}