Translation projects API.

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

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

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