Translation projects API.

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

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

{
    "name": "Indent",
    "slug": "indent",
    "id": 63,
    "web": "https://www.gnu.org/software/indent/",
    "web_url": "https://hosted.weblate.org/projects/indent/",
    "url": "https://hosted.weblate.org/api/projects/indent/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/indent/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/indent/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/indent/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/indent/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/indent/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/indent/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/indent/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": false,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}