Translation projects API.

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

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

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