Translation projects API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "CC: Tweaked",
            "slug": "cc-tweaked",
            "id": 1,
            "web": "https://tweaked.cc/",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
            "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
            "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
            "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
            "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}