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": "/computercraft dump",
            "translation": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/screenshots/1/file/?format=api",
            "units": [
                "https://i18n.tweaked.cc/api/units/85/?format=api",
                "https://i18n.tweaked.cc/api/units/86/?format=api"
            ],
            "url": "https://i18n.tweaked.cc/api/screenshots/1/?format=api"
        }
    ]
}