List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=40
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=41",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=39",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22192/?format=api",
            "name": "Campo Inchauspe / Argentina 2",
            "code": "EPSG:22192",
            "extent": {
                "south": -54.9,
                "west": -70.5,
                "north": -24.08,
                "east": -67.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22193/?format=api",
            "name": "Campo Inchauspe / Argentina 3",
            "code": "EPSG:22193",
            "extent": {
                "south": -55.11,
                "west": -67.5,
                "north": -21.78,
                "east": -64.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22194/?format=api",
            "name": "Campo Inchauspe / Argentina 4",
            "code": "EPSG:22194",
            "extent": {
                "south": -54.91,
                "west": -64.5,
                "north": -21.99,
                "east": -61.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22195/?format=api",
            "name": "Campo Inchauspe / Argentina 5",
            "code": "EPSG:22195",
            "extent": {
                "south": -39.06,
                "west": -61.51,
                "north": -23.37,
                "east": -58.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22196/?format=api",
            "name": "Campo Inchauspe / Argentina 6",
            "code": "EPSG:22196",
            "extent": {
                "south": -38.59,
                "west": -58.5,
                "north": -24.84,
                "east": -55.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22197/?format=api",
            "name": "Campo Inchauspe / Argentina 7",
            "code": "EPSG:22197",
            "extent": {
                "south": -28.11,
                "west": -55.5,
                "north": -25.49,
                "east": -53.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2220/?format=api",
            "name": "ATS77 / UTM zone 20N",
            "code": "EPSG:2220",
            "extent": {
                "south": 43.41,
                "west": -66.0,
                "north": 47.98,
                "east": -59.73
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2221/?format=api",
            "name": "Scoresbysund 1952 / Greenland zone 6 east",
            "code": "EPSG:2221",
            "extent": {
                "south": 68.66,
                "west": -26.99,
                "north": 69.0,
                "east": -25.14
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2222/?format=api",
            "name": "NAD83 / Arizona East (ft)",
            "code": "EPSG:2222",
            "extent": {
                "south": 31.33,
                "west": -111.71,
                "north": 37.01,
                "east": -109.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2223/?format=api",
            "name": "NAD83 / Arizona Central (ft)",
            "code": "EPSG:2223",
            "extent": {
                "south": 31.33,
                "west": -113.35,
                "north": 37.01,
                "east": -110.44
            }
        }
    ]
}