Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 206,
            "name": "accounts-dialog.png",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/dino/plugin-openpgp/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/206/file/?format=api",
            "units": [
                "https://hosted.weblate.org/api/units/14824862/?format=api",
                "https://hosted.weblate.org/api/units/14824864/?format=api"
            ],
            "url": "https://hosted.weblate.org/api/screenshots/206/?format=api"
        },
        {
            "id": 209,
            "name": "contact_details_dialog.png",
            "repository_filename": "",
            "translation": "https://hosted.weblate.org/api/translations/dino/plugin-openpgp/en/?format=api",
            "file_url": "https://hosted.weblate.org/api/screenshots/209/file/?format=api",
            "units": [
                "https://hosted.weblate.org/api/units/14826970/?format=api",
                "https://hosted.weblate.org/api/units/14826971/?format=api"
            ],
            "url": "https://hosted.weblate.org/api/screenshots/209/?format=api"
        }
    ]
}