Tails translation platform
  • Api Root
  • Component List List
  • Component List Instance
GET
  • json
  • api
  • csv
  • Components

Component List Instance

Component lists API.

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

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

{
    "name": "anonymous internet",
    "slug": "anonymous_internet",
    "id": 5,
    "show_dashboard": true,
    "components": [
        "https://translate.tails.net/api/components/tails/onionshare/?format=api",
        "https://translate.tails.net/api/components/tails/tor_browser/?format=api",
        "https://translate.tails.net/api/components/tails/electrum/?format=api",
        "https://translate.tails.net/api/components/tails/pidgin/?format=api",
        "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorslow-po/?format=api",
        "https://translate.tails.net/api/components/tails/networkmanager/?format=api",
        "https://translate.tails.net/api/components/tails/anonymous_internet/?format=api",
        "https://translate.tails.net/api/components/tails/unsafe_browser/?format=api",
        "https://translate.tails.net/api/components/tails/anonymous_internetindex/?format=api",
        "https://translate.tails.net/api/components/tails/thunderbird/?format=api",
        "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorcircuits-po/?format=api"
    ],
    "auto_assign": [],
    "url": "https://translate.tails.net/api/component-lists/anonymous_internet/?format=api"
}