Translation projects API.

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

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

{
    "name": "Swiftfin",
    "slug": "swiftfin",
    "id": 6,
    "web": "https://github.com/jellyfin/SwiftFin",
    "web_url": "https://translate.jellyfin.org/projects/swiftfin/",
    "url": "https://translate.jellyfin.org/api/projects/swiftfin/?format=api",
    "components_list_url": "https://translate.jellyfin.org/api/projects/swiftfin/components/?format=api",
    "repository_url": "https://translate.jellyfin.org/api/projects/swiftfin/repository/?format=api",
    "statistics_url": "https://translate.jellyfin.org/api/projects/swiftfin/statistics/?format=api",
    "categories_url": "https://translate.jellyfin.org/api/projects/swiftfin/categories/?format=api",
    "changes_list_url": "https://translate.jellyfin.org/api/projects/swiftfin/changes/?format=api",
    "languages_url": "https://translate.jellyfin.org/api/projects/swiftfin/languages/?format=api",
    "labels_url": "https://translate.jellyfin.org/api/projects/swiftfin/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}