Screenshots API.

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

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

{
    "id": 4,
    "name": "Screenshot_210126_2253",
    "repository_filename": "",
    "translation": "https://weblate.framasoft.org/api/translations/mobilizon/frontend/de/?format=api",
    "file_url": "https://weblate.framasoft.org/api/screenshots/4/file/?format=api",
    "units": [
        "https://weblate.framasoft.org/api/units/9123/?format=api"
    ],
    "url": "https://weblate.framasoft.org/api/screenshots/4/?format=api"
}