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": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Peercoin QT",
            "slug": "peercoin-qt",
            "id": 1,
            "web": "https://github.com/peercoin/peercoin",
            "web_url": "https://weblate.ppc.lol/projects/peercoin-qt/",
            "url": "https://weblate.ppc.lol/api/projects/peercoin-qt/?format=api",
            "components_list_url": "https://weblate.ppc.lol/api/projects/peercoin-qt/components/?format=api",
            "repository_url": "https://weblate.ppc.lol/api/projects/peercoin-qt/repository/?format=api",
            "statistics_url": "https://weblate.ppc.lol/api/projects/peercoin-qt/statistics/?format=api",
            "changes_list_url": "https://weblate.ppc.lol/api/projects/peercoin-qt/changes/?format=api",
            "languages_url": "https://weblate.ppc.lol/api/projects/peercoin-qt/languages/?format=api",
            "translation_review": true,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Peercoin Flutter",
            "slug": "peercoin-flutter",
            "id": 3,
            "web": "https://github.com/peercoin/peercoin_flutter",
            "web_url": "https://weblate.ppc.lol/projects/peercoin-flutter/",
            "url": "https://weblate.ppc.lol/api/projects/peercoin-flutter/?format=api",
            "components_list_url": "https://weblate.ppc.lol/api/projects/peercoin-flutter/components/?format=api",
            "repository_url": "https://weblate.ppc.lol/api/projects/peercoin-flutter/repository/?format=api",
            "statistics_url": "https://weblate.ppc.lol/api/projects/peercoin-flutter/statistics/?format=api",
            "changes_list_url": "https://weblate.ppc.lol/api/projects/peercoin-flutter/changes/?format=api",
            "languages_url": "https://weblate.ppc.lol/api/projects/peercoin-flutter/languages/?format=api",
            "translation_review": true,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "peercoin-net",
            "slug": "peercoin-net",
            "id": 4,
            "web": "https://www.peercoin.net",
            "web_url": "https://weblate.ppc.lol/projects/peercoin-net/",
            "url": "https://weblate.ppc.lol/api/projects/peercoin-net/?format=api",
            "components_list_url": "https://weblate.ppc.lol/api/projects/peercoin-net/components/?format=api",
            "repository_url": "https://weblate.ppc.lol/api/projects/peercoin-net/repository/?format=api",
            "statistics_url": "https://weblate.ppc.lol/api/projects/peercoin-net/statistics/?format=api",
            "changes_list_url": "https://weblate.ppc.lol/api/projects/peercoin-net/changes/?format=api",
            "languages_url": "https://weblate.ppc.lol/api/projects/peercoin-net/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}