Translation projects API.

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

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

{
    "name": "fluidd",
    "slug": "fluidd",
    "id": 4300,
    "web": "https://docs.fluidd.xyz/",
    "web_url": "https://hosted.weblate.org/projects/fluidd/",
    "url": "https://hosted.weblate.org/api/projects/fluidd/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/fluidd/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/fluidd/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/fluidd/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/fluidd/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/fluidd/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/fluidd/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/fluidd/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Thank you for considering to contribute to Fluidd's translations.\r\n\r\nPlease make sure you've read the [contributing guidelines](https://github.com/fluidd-core/fluidd/blob/develop/CONTRIBUTING.md) before making changes.\r\nBy contributing, we assume you have read and understood these terms.\r\nUpdates made by you will automatically be [signed off](https://github.com/fluidd-core/fluidd/blob/develop/CONTRIBUTING.md#:~:text=Signed%2Doff%2Dby%3A%20Your%20Name%20%3Cyour%20email%20address%3E) under your name.",
    "enable_hooks": true,
    "language_aliases": ""
}