Translation projects API.

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

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

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