Screenshots API


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

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

{
    "name": "Dirt",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
    "file_url": "http://weblate.tectic.de/api/screenshots/2/file/?format=api",
    "sources": [
        "http://weblate.tectic.de/api/sources/490/?format=api"
    ],
    "url": "http://weblate.tectic.de/api/screenshots/2/?format=api"
}