Translation projects API.

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

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

{
    "name": "OpenKAT",
    "slug": "openkat",
    "id": 4287,
    "web": "https://openkat.nl",
    "web_url": "https://hosted.weblate.org/projects/openkat/",
    "url": "https://hosted.weblate.org/api/projects/openkat/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/openkat/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/openkat/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/openkat/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/openkat/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/openkat/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/openkat/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/openkat/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Authenticated users can edit translation strings directly or make suggestions. Any translation updates in Weblate will be automatically submitted as a GitHub PR after 24 hours, which will be reviewed by the development team.\r\nIf you contribute to the translation effort, you will receive a mention in the source code :)\r\n\r\nNote that editing the English localization requires changing the source string in Django, which must be done through a GitHub PR manually.",
    "enable_hooks": true,
    "language_aliases": ""
}