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": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "op_associated_with_runtime_r",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/app/en/?format=api",
            "file_url": "https://weblate.rikka.app/api/screenshots/1/file/?format=api",
            "units": [
                "https://weblate.rikka.app/api/units/9288/?format=api"
            ],
            "url": "https://weblate.rikka.app/api/screenshots/1/?format=api"
        }
    ]
}