Screenshots API.

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

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

{
    "count": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "login_gcaptcha",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/login/en/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/screenshots/1/file/?format=api",
            "units": [],
            "url": "https://translate.opensourcepos.org/api/screenshots/1/?format=api"
        },
        {
            "name": "login_go",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/login/en/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/screenshots/2/file/?format=api",
            "units": [],
            "url": "https://translate.opensourcepos.org/api/screenshots/2/?format=api"
        },
        {
            "name": "login_invalid_gcaptcha",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/login/en/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/screenshots/3/file/?format=api",
            "units": [],
            "url": "https://translate.opensourcepos.org/api/screenshots/3/?format=api"
        },
        {
            "name": "login_invalid_installation",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/login/en/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/screenshots/4/file/?format=api",
            "units": [],
            "url": "https://translate.opensourcepos.org/api/screenshots/4/?format=api"
        },
        {
            "name": "login_invalid_username_and_password",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/login/en/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/screenshots/5/file/?format=api",
            "units": [],
            "url": "https://translate.opensourcepos.org/api/screenshots/5/?format=api"
        },
        {
            "name": "login_login",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/login/en/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/screenshots/6/file/?format=api",
            "units": [],
            "url": "https://translate.opensourcepos.org/api/screenshots/6/?format=api"
        },
        {
            "name": "login_password",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/login/en/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/screenshots/7/file/?format=api",
            "units": [],
            "url": "https://translate.opensourcepos.org/api/screenshots/7/?format=api"
        },
        {
            "name": "login_username",
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/login/en/?format=api",
            "file_url": "https://translate.opensourcepos.org/api/screenshots/8/file/?format=api",
            "units": [],
            "url": "https://translate.opensourcepos.org/api/screenshots/8/?format=api"
        }
    ]
}