Screenshots API.

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

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

{
    "id": 98,
    "name": "Contextual menu",
    "repository_filename": "",
    "translation": "https://hosted.weblate.org/api/translations/kiss/strings/en/?format=api",
    "file_url": "https://hosted.weblate.org/api/screenshots/98/file/?format=api",
    "units": [
        "https://hosted.weblate.org/api/units/2057905/?format=api",
        "https://hosted.weblate.org/api/units/2057914/?format=api",
        "https://hosted.weblate.org/api/units/2057967/?format=api"
    ],
    "url": "https://hosted.weblate.org/api/screenshots/98/?format=api"
}