Translation components API.

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

GET /api/components/tails/wikisrcdocupgrade-po/screenshots/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 28,
            "name": "upgrader_automatic.png",
            "repository_filename": "",
            "translation": "https://translate.tails.net/api/translations/tails/wikisrcdocupgrade-po/en/?format=api",
            "file_url": "https://translate.tails.net/api/screenshots/28/file/?format=api",
            "units": [],
            "url": "https://translate.tails.net/api/screenshots/28/?format=api"
        },
        {
            "id": 29,
            "name": "upgrader_manual.png",
            "repository_filename": "",
            "translation": "https://translate.tails.net/api/translations/tails/wikisrcdocupgrade-po/en/?format=api",
            "file_url": "https://translate.tails.net/api/screenshots/29/file/?format=api",
            "units": [],
            "url": "https://translate.tails.net/api/screenshots/29/?format=api"
        }
    ]
}