Screenshots API.

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

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

{
    "name": "/computercraft dump",
    "translation": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/?format=api",
    "file_url": "https://i18n.tweaked.cc/api/screenshots/1/file/?format=api",
    "units": [
        "https://i18n.tweaked.cc/api/units/85/?format=api",
        "https://i18n.tweaked.cc/api/units/86/?format=api"
    ],
    "url": "https://i18n.tweaked.cc/api/screenshots/1/?format=api"
}