Screenshots API.

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

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

{
    "id": 20,
    "name": "Follow requests",
    "repository_filename": "",
    "translation": "https://weblate.tusky.app/api/translations/tusky/tusky/en/?format=api",
    "file_url": "https://weblate.tusky.app/api/screenshots/20/file/?format=api",
    "units": [
        "https://weblate.tusky.app/api/units/56363/?format=api",
        "https://weblate.tusky.app/api/units/56552/?format=api",
        "https://weblate.tusky.app/api/units/61797/?format=api"
    ],
    "url": "https://weblate.tusky.app/api/screenshots/20/?format=api"
}