Translation projects API.

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

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

{
    "name": "ENGAGE",
    "slug": "engage",
    "id": 1,
    "web": "https://app.engagevr.io",
    "web_url": "https://translate.engagevr.io/projects/engage/",
    "url": "https://translate.engagevr.io/api/projects/engage/?format=api",
    "check_flags": "",
    "components_list_url": "https://translate.engagevr.io/api/projects/engage/components/?format=api",
    "repository_url": "https://translate.engagevr.io/api/projects/engage/repository/?format=api",
    "statistics_url": "https://translate.engagevr.io/api/projects/engage/statistics/?format=api",
    "categories_url": "https://translate.engagevr.io/api/projects/engage/categories/?format=api",
    "changes_list_url": "https://translate.engagevr.io/api/projects/engage/changes/?format=api",
    "languages_url": "https://translate.engagevr.io/api/projects/engage/languages/?format=api",
    "labels_url": "https://translate.engagevr.io/api/projects/engage/labels/?format=api",
    "credits_url": "https://translate.engagevr.io/api/projects/engage/credits/?format=api",
    "lock_url": "https://translate.engagevr.io/api/projects/engage/lock/?format=api",
    "translation_review": false,
    "source_review": false,
    "commit_policy": 0,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": "",
    "secondary_language": null,
    "enforced_2fa": false,
    "machinery_settings": "https://translate.engagevr.io/api/projects/engage/machinery_settings/?format=api",
    "locked": false
}