Translation projects API.

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

GET /api/projects/app-ops/
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "App Ops",
    "slug": "app-ops",
    "id": 5,
    "web": "https://appops.rikka.app",
    "web_url": "https://weblate.rikka.app/projects/app-ops/",
    "url": "https://weblate.rikka.app/api/projects/app-ops/",
    "components_list_url": "https://weblate.rikka.app/api/projects/app-ops/components/",
    "repository_url": "https://weblate.rikka.app/api/projects/app-ops/repository/",
    "statistics_url": "https://weblate.rikka.app/api/projects/app-ops/statistics/",
    "changes_list_url": "https://weblate.rikka.app/api/projects/app-ops/changes/",
    "languages_url": "https://weblate.rikka.app/api/projects/app-ops/languages/",
    "translation_review": true,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}