Screenshots API.

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

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

{
    "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"
}