Translation projects API.

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

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

{
    "name": "UBports",
    "slug": "ubports",
    "id": 3285,
    "web": "https://ubports.com",
    "web_url": "https://hosted.weblate.org/projects/ubports/",
    "url": "https://hosted.weblate.org/api/projects/ubports/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/ubports/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/ubports/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/ubports/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/ubports/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/ubports/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/ubports/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/ubports/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Also check out https://hosted.weblate.org/projects/lomiri/\r\nthe operating environment driving the Ubuntu Touch phone OS\r\nand https://hosted.weblate.org/projects/ayatana-indicators/\r\nthe indicator project used by Ubuntu Touch.",
    "enable_hooks": true,
    "language_aliases": ""
}