Screenshots API.

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

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

{
    "id": 69,
    "name": "source: checks for reply",
    "repository_filename": "",
    "translation": "https://weblate.securedrop.org/api/translations/securedrop/securedrop/en/?format=api",
    "file_url": "https://weblate.securedrop.org/api/screenshots/69/file/?format=api",
    "units": [
        "https://weblate.securedrop.org/api/units/18600/?format=api",
        "https://weblate.securedrop.org/api/units/18480/?format=api"
    ],
    "url": "https://weblate.securedrop.org/api/screenshots/69/?format=api"
}