Screenshots API.

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

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

{
    "id": 2,
    "name": "User registration",
    "repository_filename": "",
    "translation": "https://weblate.framasoft.org/api/translations/peertube/angular/en/?format=api",
    "file_url": "https://weblate.framasoft.org/api/screenshots/2/file/?format=api",
    "units": [
        "https://weblate.framasoft.org/api/units/293057/?format=api",
        "https://weblate.framasoft.org/api/units/257553/?format=api"
    ],
    "url": "https://weblate.framasoft.org/api/screenshots/2/?format=api"
}