List applicable projections for a raster.

GET /api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=36
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 431,
    "next": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=37",
    "previous": "https://demo.lizard.net/api/v4/rasters/1b6c03df-2ad1-4f17-89f6-319ea797b357/projections/?format=api&page=35",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8017/?format=api",
            "name": "GDA2020 / CARN2020",
            "code": "EPSG:8017",
            "extent": {
                "south": -25.5,
                "west": 113.33,
                "north": -23.0,
                "east": 114.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8020/?format=api",
            "name": "GDA2020 / COL2020",
            "code": "EPSG:8020",
            "extent": {
                "south": -34.67,
                "west": 115.73,
                "north": -33.25,
                "east": 116.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8021/?format=api",
            "name": "GDA2020 / ESP2020",
            "code": "EPSG:8021",
            "extent": {
                "south": -34.5,
                "west": 121.56,
                "north": -33.33,
                "east": 122.2
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8022/?format=api",
            "name": "GDA2020 / EXM2020",
            "code": "EPSG:8022",
            "extent": {
                "south": -22.42,
                "west": 113.75,
                "north": -21.75,
                "east": 114.25
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8023/?format=api",
            "name": "GDA2020 / GCG2020",
            "code": "EPSG:8023",
            "extent": {
                "south": -29.1,
                "west": 114.51,
                "north": -28.48,
                "east": 115.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8024/?format=api",
            "name": "GDA2020 / GOLD2020",
            "code": "EPSG:8024",
            "extent": {
                "south": -32.25,
                "west": 121.0,
                "north": -28.75,
                "east": 121.84
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8025/?format=api",
            "name": "GDA2020 / JCG2020",
            "code": "EPSG:8025",
            "extent": {
                "south": -30.74,
                "west": 114.83,
                "north": -29.08,
                "east": 115.34
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8026/?format=api",
            "name": "GDA2020 / KALB2020",
            "code": "EPSG:8026",
            "extent": {
                "south": -28.5,
                "west": 113.9,
                "north": -27.16,
                "east": 114.75
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8027/?format=api",
            "name": "GDA2020 / KAR2020",
            "code": "EPSG:8027",
            "extent": {
                "south": -20.92,
                "west": 116.58,
                "north": -20.25,
                "east": 117.25
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8028/?format=api",
            "name": "GDA2020 / KUN2020",
            "code": "EPSG:8028",
            "extent": {
                "south": -16.75,
                "west": 128.5,
                "north": -14.75,
                "east": 129.0
            }
        }
    ]
}