Screenshots API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "name": "retrospect-generic-settings-1",
            "repository_filename": "",
            "translation": "https://kodi.weblate.cloud/api/translations/kodi-add-ons-video/plugin-video-retrospect/en_gb/?format=api",
            "file_url": "https://kodi.weblate.cloud/api/screenshots/2/file/?format=api",
            "units": [
                "https://kodi.weblate.cloud/api/units/5249432/?format=api",
                "https://kodi.weblate.cloud/api/units/5249476/?format=api",
                "https://kodi.weblate.cloud/api/units/5249508/?format=api",
                "https://kodi.weblate.cloud/api/units/5249510/?format=api",
                "https://kodi.weblate.cloud/api/units/5250172/?format=api",
                "https://kodi.weblate.cloud/api/units/5250211/?format=api",
                "https://kodi.weblate.cloud/api/units/5250221/?format=api",
                "https://kodi.weblate.cloud/api/units/5250230/?format=api",
                "https://kodi.weblate.cloud/api/units/5249386/?format=api",
                "https://kodi.weblate.cloud/api/units/5249400/?format=api",
                "https://kodi.weblate.cloud/api/units/5249418/?format=api"
            ],
            "url": "https://kodi.weblate.cloud/api/screenshots/2/?format=api"
        },
        {
            "id": 3,
            "name": "retrospect-generic-settings-2",
            "repository_filename": "",
            "translation": "https://kodi.weblate.cloud/api/translations/kodi-add-ons-video/plugin-video-retrospect/en_gb/?format=api",
            "file_url": "https://kodi.weblate.cloud/api/screenshots/3/file/?format=api",
            "units": [
                "https://kodi.weblate.cloud/api/units/5249490/?format=api",
                "https://kodi.weblate.cloud/api/units/5249488/?format=api",
                "https://kodi.weblate.cloud/api/units/5249508/?format=api",
                "https://kodi.weblate.cloud/api/units/5249510/?format=api",
                "https://kodi.weblate.cloud/api/units/5249386/?format=api",
                "https://kodi.weblate.cloud/api/units/5249396/?format=api",
                "https://kodi.weblate.cloud/api/units/5249492/?format=api",
                "https://kodi.weblate.cloud/api/units/5249498/?format=api",
                "https://kodi.weblate.cloud/api/units/5249496/?format=api",
                "https://kodi.weblate.cloud/api/units/5249494/?format=api"
            ],
            "url": "https://kodi.weblate.cloud/api/screenshots/3/?format=api"
        }
    ]
}