Translation projects API.

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

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

{
    "name": "Godot Engine",
    "slug": "godot-engine",
    "id": 102,
    "web": "https://godotengine.org/",
    "web_url": "https://hosted.weblate.org/projects/godot-engine/",
    "url": "https://hosted.weblate.org/api/projects/godot-engine/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/godot-engine/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/godot-engine/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/godot-engine/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/godot-engine/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/godot-engine/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/godot-engine/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/godot-engine/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Thanks for helping with Godot Engine translations!\r\n\r\nPlease make sure to read the detailed instructions that we have for each translation components on:\r\nhttps://docs.godotengine.org/en/latest/contributing/documentation/editor_and_docs_localization.html",
    "enable_hooks": true,
    "language_aliases": ""
}