Translation projects API.

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

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

{
    "name": "SW5e Game System",
    "slug": "sw5e",
    "id": 23,
    "web": "https://github.com/unrealkakeman89/sw5e",
    "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/",
    "url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/?format=api",
    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/components/?format=api",
    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/repository/?format=api",
    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/statistics/?format=api",
    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/categories/?format=api",
    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/changes/?format=api",
    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/languages/?format=api",
    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/labels/?format=api",
    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/credits/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": "",
    "enforced_2fa": false
}