Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 6210,
            "name": "Software app - explore tab",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/ubuntu-software/ubuntu-software/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/6210/file/?format=api",
            "units": [],
            "url": "https://hosted.weblate.org/api/screenshots/6210/?format=api"
        },
        {
            "id": 6211,
            "name": "Software app - updates tab",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/ubuntu-software/ubuntu-software/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/6211/file/?format=api",
            "units": [],
            "url": "https://hosted.weblate.org/api/screenshots/6211/?format=api"
        },
        {
            "id": 6212,
            "name": "Software app - settings tab",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/ubuntu-software/ubuntu-software/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/6212/file/?format=api",
            "units": [],
            "url": "https://hosted.weblate.org/api/screenshots/6212/?format=api"
        }
    ]
}