Translation projects API.

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

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

{
    "name": "Adaptive Lighting",
    "slug": "adaptive-lighting",
    "id": 4301,
    "web": "https://github.com/basnijholt/adaptive-lighting",
    "web_url": "https://hosted.weblate.org/projects/adaptive-lighting/",
    "url": "https://hosted.weblate.org/api/projects/adaptive-lighting/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/adaptive-lighting/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/adaptive-lighting/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/adaptive-lighting/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/adaptive-lighting/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/adaptive-lighting/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/adaptive-lighting/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/adaptive-lighting/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Please translate the strings but keep the format the same, where one starts with the configuration option.",
    "enable_hooks": true,
    "language_aliases": ""
}