Translation projects API.

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

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

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