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": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "ScummVM",
            "slug": "scummvm",
            "id": 1,
            "web": "https://www.scummvm.org/",
            "web_url": "https://translations.scummvm.org/projects/scummvm/",
            "url": "https://translations.scummvm.org/api/projects/scummvm/?format=api",
            "components_list_url": "https://translations.scummvm.org/api/projects/scummvm/components/?format=api",
            "repository_url": "https://translations.scummvm.org/api/projects/scummvm/repository/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/projects/scummvm/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm/changes/?format=api",
            "languages_url": "https://translations.scummvm.org/api/projects/scummvm/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "http://wiki.scummvm.org/index.php/HOWTO-Translate_ScummVM_GUI",
            "mail": "scummvm-devel@lists.scummvm.org",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "ScummVM Website",
            "slug": "scummvm-website",
            "id": 4,
            "web": "https://www.scummvm.org",
            "web_url": "https://translations.scummvm.org/projects/scummvm-website/",
            "url": "https://translations.scummvm.org/api/projects/scummvm-website/?format=api",
            "components_list_url": "https://translations.scummvm.org/api/projects/scummvm-website/components/?format=api",
            "repository_url": "https://translations.scummvm.org/api/projects/scummvm-website/repository/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/projects/scummvm-website/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/projects/scummvm-website/changes/?format=api",
            "languages_url": "https://translations.scummvm.org/api/projects/scummvm-website/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "mail": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Mission Supernova",
            "slug": "mission-supernova",
            "id": 7,
            "web": "https://github.com/scummvm/game-translations",
            "web_url": "https://translations.scummvm.org/projects/mission-supernova/",
            "url": "https://translations.scummvm.org/api/projects/mission-supernova/?format=api",
            "components_list_url": "https://translations.scummvm.org/api/projects/mission-supernova/components/?format=api",
            "repository_url": "https://translations.scummvm.org/api/projects/mission-supernova/repository/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/projects/mission-supernova/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/projects/mission-supernova/changes/?format=api",
            "languages_url": "https://translations.scummvm.org/api/projects/mission-supernova/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "mail": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Prince",
            "slug": "prince",
            "id": 8,
            "web": "https://github.com/scummvm/game-translations",
            "web_url": "https://translations.scummvm.org/projects/prince/",
            "url": "https://translations.scummvm.org/api/projects/prince/?format=api",
            "components_list_url": "https://translations.scummvm.org/api/projects/prince/components/?format=api",
            "repository_url": "https://translations.scummvm.org/api/projects/prince/repository/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/projects/prince/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/projects/prince/changes/?format=api",
            "languages_url": "https://translations.scummvm.org/api/projects/prince/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "mail": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Petka",
            "slug": "petka",
            "id": 9,
            "web": "https://github.com/scummvm/game-translations",
            "web_url": "https://translations.scummvm.org/projects/petka/",
            "url": "https://translations.scummvm.org/api/projects/petka/?format=api",
            "components_list_url": "https://translations.scummvm.org/api/projects/petka/components/?format=api",
            "repository_url": "https://translations.scummvm.org/api/projects/petka/repository/?format=api",
            "statistics_url": "https://translations.scummvm.org/api/projects/petka/statistics/?format=api",
            "changes_list_url": "https://translations.scummvm.org/api/projects/petka/changes/?format=api",
            "languages_url": "https://translations.scummvm.org/api/projects/petka/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "mail": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}