Screenshots API.

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

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

{
    "id": 3,
    "name": "Create time filter",
    "repository_filename": "",
    "translation": "http://translate.otrs.com/api/translations/otrs/otrs/en/?format=api",
    "file_url": "http://translate.otrs.com/api/screenshots/3/file/?format=api",
    "units": [
        "http://translate.otrs.com/api/units/1149902/?format=api",
        "http://translate.otrs.com/api/units/1542774/?format=api",
        "http://translate.otrs.com/api/units/1146866/?format=api"
    ],
    "url": "http://translate.otrs.com/api/screenshots/3/?format=api"
}