Translation projects API.

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

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

{
    "name": "Jellyfin Vue",
    "slug": "jellyfin-vue",
    "id": 3,
    "web": "https://github.com/jellyfin/jellyfin-vue",
    "web_url": "https://translate.jellyfin.org/projects/jellyfin-vue/",
    "url": "https://translate.jellyfin.org/api/projects/jellyfin-vue/?format=api",
    "components_list_url": "https://translate.jellyfin.org/api/projects/jellyfin-vue/components/?format=api",
    "repository_url": "https://translate.jellyfin.org/api/projects/jellyfin-vue/repository/?format=api",
    "statistics_url": "https://translate.jellyfin.org/api/projects/jellyfin-vue/statistics/?format=api",
    "categories_url": "https://translate.jellyfin.org/api/projects/jellyfin-vue/categories/?format=api",
    "changes_list_url": "https://translate.jellyfin.org/api/projects/jellyfin-vue/changes/?format=api",
    "languages_url": "https://translate.jellyfin.org/api/projects/jellyfin-vue/languages/?format=api",
    "labels_url": "https://translate.jellyfin.org/api/projects/jellyfin-vue/labels/?format=api",
    "translation_review": false,
    "source_review": true,
    "set_language_team": true,
    "instructions": "For any question or discussion about translations, please join [#jellyfin-translate:matrix.org](https://matrix.to/#/#jellyfin-translate:matrix.org) or the [Jellyfin Discord server](https://discord.gg/zHBxVSXdBV).",
    "enable_hooks": true,
    "language_aliases": ""
}