Translation projects API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "XWiki Platform",
            "slug": "xwiki-platform",
            "id": 1,
            "web": "http://www.xwiki.org",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-platform/",
            "url": "https://l10n.xwiki.org/api/projects/xwiki-platform/",
            "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/components/",
            "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/repository/",
            "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/changes/",
            "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-platform/languages/",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "XWiki Contrib",
            "slug": "xwiki-contrib",
            "id": 3,
            "web": "http://contrib.xwiki.org",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-contrib/",
            "url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/",
            "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/components/",
            "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/repository/",
            "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/changes/",
            "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-contrib/languages/",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "XWiki Rendering",
            "slug": "xwiki-rendering",
            "id": 4,
            "web": "http://www.xwiki.org",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-rendering/",
            "url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/",
            "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/components/",
            "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/repository/",
            "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/changes/",
            "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-rendering/languages/",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "XWiki Commons",
            "slug": "xwiki-commons",
            "id": 5,
            "web": "http://www.xwiki.org",
            "web_url": "https://l10n.xwiki.org/projects/xwiki-commons/",
            "url": "https://l10n.xwiki.org/api/projects/xwiki-commons/",
            "components_list_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/components/",
            "repository_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/repository/",
            "statistics_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/statistics/",
            "changes_list_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/changes/",
            "languages_url": "https://l10n.xwiki.org/api/projects/xwiki-commons/languages/",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}