Component lists API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "ScummVM",
            "slug": "scummvm",
            "id": 1,
            "show_dashboard": true,
            "components": [
                "https://translations.scummvm.org/api/components/scummvm/scummvm/?format=api"
            ],
            "auto_assign": [],
            "url": "https://translations.scummvm.org/api/component-lists/scummvm/?format=api"
        },
        {
            "name": "Games",
            "slug": "games",
            "id": 2,
            "show_dashboard": true,
            "components": [
                "https://translations.scummvm.org/api/components/mission-supernova/msn/?format=api",
                "https://translations.scummvm.org/api/components/mission-supernova/ms2/?format=api",
                "https://translations.scummvm.org/api/components/prince/prince/?format=api",
                "https://translations.scummvm.org/api/components/petka/petka1/?format=api"
            ],
            "auto_assign": [],
            "url": "https://translations.scummvm.org/api/component-lists/games/?format=api"
        },
        {
            "name": "Website",
            "slug": "website",
            "id": 3,
            "show_dashboard": true,
            "components": [
                "https://translations.scummvm.org/api/components/scummvm-website/news/?format=api",
                "https://translations.scummvm.org/api/components/scummvm-website/strings/?format=api"
            ],
            "auto_assign": [],
            "url": "https://translations.scummvm.org/api/component-lists/website/?format=api"
        }
    ]
}