Translation projects API.

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

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

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