List applicable projections for a raster.

GET /api/v4/rasters/eece3d6e-6771-43f3-af25-676809ad2083/projections/?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/eece3d6e-6771-43f3-af25-676809ad2083/projections/?format=api&page=23",
    "previous": "https://demo.lizard.net/api/v4/rasters/eece3d6e-6771-43f3-af25-676809ad2083/projections/?format=api&page=21",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6931/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid 2.0 North",
            "code": "EPSG:6931",
            "extent": {
                "south": 0.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6933/?format=api",
            "name": "WGS 84 / NSIDC EASE-Grid 2.0 Global",
            "code": "EPSG:6933",
            "extent": {
                "south": -86.0,
                "west": -180.0,
                "north": 86.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6934/?format=api",
            "name": "IGS08",
            "code": "EPSG:6934",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7656/?format=api",
            "name": "WGS 84 (G730)",
            "code": "EPSG:7656",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7657/?format=api",
            "name": "WGS 84 (G730)",
            "code": "EPSG:7657",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7658/?format=api",
            "name": "WGS 84 (G873)",
            "code": "EPSG:7658",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7659/?format=api",
            "name": "WGS 84 (G873)",
            "code": "EPSG:7659",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7660/?format=api",
            "name": "WGS 84 (G1150)",
            "code": "EPSG:7660",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7661/?format=api",
            "name": "WGS 84 (G1150)",
            "code": "EPSG:7661",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7662/?format=api",
            "name": "WGS 84 (G1674)",
            "code": "EPSG:7662",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}