Translation projects API.

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

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

{
    "name": "Website",
    "slug": "website-remake",
    "id": 11,
    "web": "https://next.funkwhale.audio",
    "web_url": "https://translate.funkwhale.audio/projects/website-remake/",
    "url": "https://translate.funkwhale.audio/api/projects/website-remake/?format=api",
    "components_list_url": "https://translate.funkwhale.audio/api/projects/website-remake/components/?format=api",
    "repository_url": "https://translate.funkwhale.audio/api/projects/website-remake/repository/?format=api",
    "statistics_url": "https://translate.funkwhale.audio/api/projects/website-remake/statistics/?format=api",
    "categories_url": "https://translate.funkwhale.audio/api/projects/website-remake/categories/?format=api",
    "changes_list_url": "https://translate.funkwhale.audio/api/projects/website-remake/changes/?format=api",
    "languages_url": "https://translate.funkwhale.audio/api/projects/website-remake/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "THIS ISN'T READY YET",
    "enable_hooks": true,
    "language_aliases": ""
}