List applicable projections for a raster.

GET /api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=10",
    "previous": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=8",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4243/?format=api",
            "name": "Kalianpur 1880",
            "code": "EPSG:4243",
            "extent": {
                "south": 8.02,
                "west": 60.86,
                "north": 37.07,
                "east": 101.17
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4267/?format=api",
            "name": "NAD27",
            "code": "EPSG:4267",
            "extent": {
                "south": 7.15,
                "west": -47.74,
                "north": 83.17,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4269/?format=api",
            "name": "NAD83",
            "code": "EPSG:4269",
            "extent": {
                "south": 14.92,
                "west": -47.74,
                "north": 86.46,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4276/?format=api",
            "name": "NSWC 9Z-2",
            "code": "EPSG:4276",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4322/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4322",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4324/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4324",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4326/?format=api",
            "name": "WGS 84",
            "code": "EPSG:4326",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4327/?format=api",
            "name": "WGS 84 (geographic 3D)",
            "code": "EPSG:4327",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4328/?format=api",
            "name": "WGS 84 (geocentric)",
            "code": "EPSG:4328",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4329/?format=api",
            "name": "WGS 84 (3D)",
            "code": "EPSG:4329",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}