Screenshots API.

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

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

{
    "id": 17,
    "name": "landing_page",
    "repository_filename": "",
    "translation": "https://weblate.framasoft.org/api/translations/funky-framadate/funky-framadate-front/fr/?format=api",
    "file_url": "https://weblate.framasoft.org/api/screenshots/17/file/?format=api",
    "units": [
        "https://weblate.framasoft.org/api/units/638777/?format=api"
    ],
    "url": "https://weblate.framasoft.org/api/screenshots/17/?format=api"
}