List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=38
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=39",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=37",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2215/?format=api",
            "name": "Manoca 1962 / UTM zone 32N",
            "code": "EPSG:2215",
            "extent": {
                "south": 2.16,
                "west": 8.45,
                "north": 4.99,
                "east": 10.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2216/?format=api",
            "name": "Qornoq 1927 / UTM zone 22N",
            "code": "EPSG:2216",
            "extent": {
                "south": 60.63,
                "west": -54.0,
                "north": 73.05,
                "east": -48.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2217/?format=api",
            "name": "Qornoq 1927 / UTM zone 23N",
            "code": "EPSG:2217",
            "extent": {
                "south": 59.74,
                "west": -48.0,
                "north": 62.05,
                "east": -42.52
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22171/?format=api",
            "name": "POSGAR 98 / Argentina 1",
            "code": "EPSG:22171",
            "extent": {
                "south": -52.0,
                "west": -73.59,
                "north": -36.16,
                "east": -70.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22172/?format=api",
            "name": "POSGAR 98 / Argentina 2",
            "code": "EPSG:22172",
            "extent": {
                "south": -54.9,
                "west": -70.5,
                "north": -24.08,
                "east": -67.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22173/?format=api",
            "name": "POSGAR 98 / Argentina 3",
            "code": "EPSG:22173",
            "extent": {
                "south": -55.11,
                "west": -67.5,
                "north": -21.78,
                "east": -64.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22174/?format=api",
            "name": "POSGAR 98 / Argentina 4",
            "code": "EPSG:22174",
            "extent": {
                "south": -54.91,
                "west": -64.5,
                "north": -21.99,
                "east": -61.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22175/?format=api",
            "name": "POSGAR 98 / Argentina 5",
            "code": "EPSG:22175",
            "extent": {
                "south": -39.06,
                "west": -61.51,
                "north": -23.37,
                "east": -58.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22176/?format=api",
            "name": "POSGAR 98 / Argentina 6",
            "code": "EPSG:22176",
            "extent": {
                "south": -38.59,
                "west": -58.5,
                "north": -24.84,
                "east": -55.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22177/?format=api",
            "name": "POSGAR 98 / Argentina 7",
            "code": "EPSG:22177",
            "extent": {
                "south": -28.11,
                "west": -55.5,
                "north": -25.49,
                "east": -53.65
            }
        }
    ]
}