Component lists API.

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

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

{
    "name": "first steps",
    "slug": "first_steps",
    "id": 4,
    "show_dashboard": true,
    "components": [
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocreset-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocupgrade-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/accessibility/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocreset-intro-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/shutdown/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocfirst_stepsdesktop-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocfirst_stepswelcome_screenpo/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocpersistent_storageconfigure-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocfirst_stepswelcome_screenmac_spoofing-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocfirst_stepsstart-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/first_steps/?format=api",
        "https://translate.tails.boum.org/api/components/tails/first_stepsindex/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocfirst_stepswelcome_screenadministration_password-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocpersistent_storagecheck-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocpersistent_storagedelete-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocresetlinux-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocresetwindows-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocresetmac-po/?format=api",
        "https://translate.tails.boum.org/api/components/tails/wikisrcdocupgraderelease_notes-po/?format=api"
    ],
    "auto_assign": [],
    "url": "https://translate.tails.boum.org/api/component-lists/first_steps/?format=api"
}