Screenshots API.

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

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

{
    "count": 55,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/screenshots/?format=api",
    "results": [
        {
            "id": 53,
            "name": "Become a Patron tag",
            "repository_filename": "",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/screenshots/53/file/?format=api",
            "units": [
                "https://weblate.foundryvtt-hub.com/api/units/2963/?format=api"
            ],
            "url": "https://weblate.foundryvtt-hub.com/api/screenshots/53/?format=api"
        },
        {
            "id": 54,
            "name": "Module Management button",
            "repository_filename": "",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/screenshots/54/file/?format=api",
            "units": [
                "https://weblate.foundryvtt-hub.com/api/units/2961/?format=api"
            ],
            "url": "https://weblate.foundryvtt-hub.com/api/screenshots/54/?format=api"
        },
        {
            "id": 55,
            "name": "Error",
            "repository_filename": "",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/screenshots/55/file/?format=api",
            "units": [
                "https://weblate.foundryvtt-hub.com/api/units/2960/?format=api",
                "https://weblate.foundryvtt-hub.com/api/units/2959/?format=api"
            ],
            "url": "https://weblate.foundryvtt-hub.com/api/screenshots/55/?format=api"
        },
        {
            "id": 56,
            "name": "Loading",
            "repository_filename": "",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/screenshots/56/file/?format=api",
            "units": [
                "https://weblate.foundryvtt-hub.com/api/units/2947/?format=api"
            ],
            "url": "https://weblate.foundryvtt-hub.com/api/screenshots/56/?format=api"
        },
        {
            "id": 57,
            "name": "Module Management explanation",
            "repository_filename": "",
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/en/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/screenshots/57/file/?format=api",
            "units": [
                "https://weblate.foundryvtt-hub.com/api/units/2962/?format=api"
            ],
            "url": "https://weblate.foundryvtt-hub.com/api/screenshots/57/?format=api"
        }
    ]
}