List applicable projections for a raster.

GET /api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=42
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=43",
    "previous": "https://demo.lizard.net/api/v4/rasters/ea434e56-edad-4a16-a703-909bf53748d7/projections/?format=api&page=41",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2228/?format=api",
            "name": "NAD83 / California zone 4 (ftUS)",
            "code": "EPSG:2228",
            "extent": {
                "south": 35.78,
                "west": -122.01,
                "north": 37.58,
                "east": -115.62
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22281/?format=api",
            "name": "Cape / Lo21",
            "code": "EPSG:22281",
            "extent": {
                "south": -34.88,
                "west": 19.99,
                "north": -24.76,
                "east": 22.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22283/?format=api",
            "name": "Cape / Lo23",
            "code": "EPSG:22283",
            "extent": {
                "south": -34.26,
                "west": 22.0,
                "north": -25.26,
                "east": 24.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22285/?format=api",
            "name": "Cape / Lo25",
            "code": "EPSG:22285",
            "extent": {
                "south": -34.26,
                "west": 24.0,
                "north": -24.71,
                "east": 26.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22287/?format=api",
            "name": "Cape / Lo27",
            "code": "EPSG:22287",
            "extent": {
                "south": -33.83,
                "west": 26.0,
                "north": -22.92,
                "east": 28.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22289/?format=api",
            "name": "Cape / Lo29",
            "code": "EPSG:22289",
            "extent": {
                "south": -33.03,
                "west": 27.99,
                "north": -22.13,
                "east": 30.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2229/?format=api",
            "name": "NAD83 / California zone 5 (ftUS)",
            "code": "EPSG:2229",
            "extent": {
                "south": 32.76,
                "west": -121.42,
                "north": 35.81,
                "east": -114.12
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22291/?format=api",
            "name": "Cape / Lo31",
            "code": "EPSG:22291",
            "extent": {
                "south": -31.38,
                "west": 29.99,
                "north": -22.22,
                "east": 32.02
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:22293/?format=api",
            "name": "Cape / Lo33",
            "code": "EPSG:22293",
            "extent": {
                "south": -28.94,
                "west": 31.95,
                "north": -26.8,
                "east": 32.95
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:2230/?format=api",
            "name": "NAD83 / California zone 6 (ftUS)",
            "code": "EPSG:2230",
            "extent": {
                "south": 32.53,
                "west": -118.15,
                "north": 34.08,
                "east": -114.42
            }
        }
    ]
}