Translation projects API.

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

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

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