Translation projects API.

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

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

{
    "name": "Liberapay",
    "slug": "liberapay",
    "id": 49,
    "web": "https://liberapay.com/",
    "web_url": "https://hosted.weblate.org/projects/liberapay/",
    "url": "https://hosted.weblate.org/api/projects/liberapay/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/liberapay/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/liberapay/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/liberapay/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/liberapay/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/liberapay/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/liberapay/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/liberapay/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "https://github.com/liberapay/salon/labels/i18n",
    "enable_hooks": true,
    "language_aliases": ""
}