Translation projects API.

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

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

{
    "name": "Kaidan",
    "slug": "kaidan",
    "id": 140,
    "web": "https://kaidan.im",
    "web_url": "https://hosted.weblate.org/projects/kaidan/",
    "url": "https://hosted.weblate.org/api/projects/kaidan/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/kaidan/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/kaidan/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/kaidan/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/kaidan/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/kaidan/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/kaidan/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/kaidan/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Kaidan has switched to the KDE translations system:\r\nhttps://l10n.kde.org/stats/gui/trunk-kf5/package/kaidan/",
    "enable_hooks": true,
    "language_aliases": ""
}