Translation projects API.

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

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

{
    "name": "Dice So Nice!",
    "slug": "dice-so-nice",
    "id": 1,
    "web": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice",
    "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/",
    "url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/?format=api",
    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/components/?format=api",
    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/repository/?format=api",
    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/statistics/?format=api",
    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/categories/?format=api",
    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/changes/?format=api",
    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/languages/?format=api",
    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/labels/?format=api",
    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/credits/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Anyone is welcome to contribute to the existing translations or add a new language.\r\nContact JDW on Discord if you have any doubt about the use or meaning of a string.",
    "enable_hooks": true,
    "language_aliases": "",
    "enforced_2fa": false
}