Screenshots API


See <a href="https://docs.weblate.org/en/weblate-3.6.1/api.html#screenshots">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}