Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 50,
            "name": "startup screen, with update notice",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/ghini/desktop-10/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/50/file/?format=api",
            "units": [],
            "url": "https://hosted.weblate.org/api/screenshots/50/?format=api"
        }
    ]
}