List applicable projections for a raster.

GET /api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/rasters/99890703-fbd6-4420-83e5-b1f46954301f/projections/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3338/?format=api",
            "name": "NAD83 / Alaska Albers",
            "code": "EPSG:3338",
            "extent": {
                "south": 51.3,
                "west": -129.99,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3349/?format=api",
            "name": "WGS 84 / PDC Mercator",
            "code": "EPSG:3349",
            "extent": {
                "south": -60.0,
                "west": -68.0,
                "north": 66.67,
                "east": 98.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3395/?format=api",
            "name": "WGS 84 / World Mercator",
            "code": "EPSG:3395",
            "extent": {
                "south": -80.0,
                "west": -180.0,
                "north": 84.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3408/?format=api",
            "name": "NSIDC EASE-Grid North",
            "code": "EPSG:3408",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3410/?format=api",
            "name": "NSIDC EASE-Grid Global",
            "code": "EPSG:3410",
            "extent": {
                "south": -86.0,
                "west": -180.0,
                "north": 86.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3447/?format=api",
            "name": "ETRS89 / Belgian Lambert 2005",
            "code": "EPSG:3447",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3467/?format=api",
            "name": "NAD83(NSRS2007) / Alaska Albers",
            "code": "EPSG:3467",
            "extent": {
                "south": 51.3,
                "west": -129.99,
                "north": 71.4,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3477/?format=api",
            "name": "NAD83(NSRS2007) / Alaska zone 10",
            "code": "EPSG:3477",
            "extent": {
                "south": 51.3,
                "west": -164.84,
                "north": 54.34,
                "east": 172.42
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3571/?format=api",
            "name": "WGS 84 / North Pole LAEA Bering Sea",
            "code": "EPSG:3571",
            "extent": {
                "south": 45.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3572/?format=api",
            "name": "WGS 84 / North Pole LAEA Alaska",
            "code": "EPSG:3572",
            "extent": {
                "south": 45.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}