Translation projects API.

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

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

{
    "name": "Baby Dots",
    "slug": "babydots",
    "id": 650,
    "web": "https://github.com/babydots/babydots",
    "web_url": "https://hosted.weblate.org/projects/babydots/",
    "url": "https://hosted.weblate.org/api/projects/babydots/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/babydots/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/babydots/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/babydots/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/babydots/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/babydots/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/babydots/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/babydots/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Thanks for joining the BabyDots community and contributing!\r\n\r\n**Please note when translating the App Metadata component**\r\n\r\nChangelogs are typically marked as `read-only`. This is because once a release is tagged, F-Droid will only pick up translations from that tag - subsequent translations committed to the repository will never be reflected in F-droid.",
    "enable_hooks": true,
    "language_aliases": ""
}