Screenshots API.

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

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

{
    "id": 60,
    "name": "source: enter: codename: in: login",
    "repository_filename": "",
    "translation": "https://weblate.securedrop.org/api/translations/securedrop/securedrop/en/?format=api",
    "file_url": "https://weblate.securedrop.org/api/screenshots/60/file/?format=api",
    "units": [
        "https://weblate.securedrop.org/api/units/18473/?format=api",
        "https://weblate.securedrop.org/api/units/18401/?format=api",
        "https://weblate.securedrop.org/api/units/18475/?format=api"
    ],
    "url": "https://weblate.securedrop.org/api/screenshots/60/?format=api"
}