Translation projects API.

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

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

{
    "name": "Diet Diary",
    "slug": "diet-diary",
    "id": 114,
    "web": "https://play.google.com/store/apps/details?id=com.canyapan.dietdiaryapp",
    "web_url": "https://hosted.weblate.org/projects/diet-diary/",
    "url": "https://hosted.weblate.org/api/projects/diet-diary/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/diet-diary/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/diet-diary/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/diet-diary/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/diet-diary/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/diet-diary/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/diet-diary/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/diet-diary/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}