Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 8,
            "name": "docs 1",
            "repository_filename": "",
            "translation": "https://translate.tails.boum.org/api/translations/tails/trust/en/?format=api",
            "file_url": "https://translate.tails.boum.org/api/screenshots/8/file/?format=api",
            "units": [],
            "url": "https://translate.tails.boum.org/api/screenshots/8/?format=api"
        }
    ]
}