Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 17,
            "name": "allow_js.png",
            "repository_filename": "",
            "translation": "https://translate.tails.net/api/translations/tails/downloadinline/en/?format=api",
            "file_url": "https://translate.tails.net/api/screenshots/17/file/?format=api",
            "units": [],
            "url": "https://translate.tails.net/api/screenshots/17/?format=api"
        }
    ]
}