Translation projects API.

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

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

{
    "name": "Christmas Countdown",
    "slug": "christmas-countdown",
    "id": 3270,
    "web": "https://christmascountdown.live",
    "web_url": "https://hosted.weblate.org/projects/christmas-countdown/",
    "url": "https://hosted.weblate.org/api/projects/christmas-countdown/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/christmas-countdown/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/christmas-countdown/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/christmas-countdown/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/christmas-countdown/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/christmas-countdown/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/christmas-countdown/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/christmas-countdown/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "- Please only contribute translations if you are fluent in both English and the target language.\r\n- Keep the meaning of translated strings as close to the original as possible.\r\n- Don't translate names such as \"Christmas Countdown\", \"Christmas Radio\", \"eartharoid\", or \"Discord\".\r\n- Don't translate placeholder names (`{example}`)",
    "enable_hooks": true,
    "language_aliases": ""
}