Screenshots API


See <a href="https://docs.weblate.org/en/weblate-2.18/apiscreenshots.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "count": 52,
    "next": null,
    "previous": "http://weblate.tectic.de/api/screenshots/?format=api&page=2",
    "results": [
        {
            "name": "Ore Smelter",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/25/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/1010/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/25/?format=api"
        },
        {
            "name": "Purple Glowpod",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/6/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/832/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/6/?format=api"
        },
        {
            "name": "Pyrothermic Generator",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/45/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/998/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/45/?format=api"
        },
        {
            "name": "Rack Rail",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/32/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/1458/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/32/?format=api"
        },
        {
            "name": "Rack Railer",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/31/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/1310/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/31/?format=api"
        },
        {
            "name": "Refined Liquid Resin",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/34/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/481/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/34/?format=api"
        },
        {
            "name": "StorageHopper",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/46/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/974/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/46/?format=api"
        },
        {
            "name": "Tin Bar",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/14/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/148/?format=api",
                "http://weblate.tectic.de/api/sources/149/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/14/?format=api"
        },
        {
            "name": "Tin Ore",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/10/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/664/?format=api",
                "http://weblate.tectic.de/api/sources/665/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/10/?format=api"
        },
        {
            "name": "Titanium Bar",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/16/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/152/?format=api",
                "http://weblate.tectic.de/api/sources/153/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/16/?format=api"
        },
        {
            "name": "Titanium Ore",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/23/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/774/?format=api",
                "http://weblate.tectic.de/api/sources/775/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/23/?format=api"
        },
        {
            "name": "Transport Pipe",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "file_url": "http://weblate.tectic.de/api/screenshots/52/file/?format=api",
            "sources": [
                "http://weblate.tectic.de/api/sources/1020/?format=api"
            ],
            "url": "http://weblate.tectic.de/api/screenshots/52/?format=api"
        }
    ]
}