List applicable projections for a raster.

GET /api/v4/rasters/8b169a7d-e2c0-4b3e-af91-2359361b976f/projections/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 366,
    "next": "https://demo.lizard.net/api/v4/rasters/8b169a7d-e2c0-4b3e-af91-2359361b976f/projections/?format=api&page=13",
    "previous": "https://demo.lizard.net/api/v4/rasters/8b169a7d-e2c0-4b3e-af91-2359361b976f/projections/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4338/?format=api",
            "name": "ITRF97 (geocentric)",
            "code": "EPSG:4338",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4345/?format=api",
            "name": "ETRS89 (3D)",
            "code": "EPSG:4345",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4346/?format=api",
            "name": "ETRS89 (geocentric)",
            "code": "EPSG:4346",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4361/?format=api",
            "name": "NAD83(HARN) (3D)",
            "code": "EPSG:4361",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4362/?format=api",
            "name": "NAD83(HARN) (geocentric)",
            "code": "EPSG:4362",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4385/?format=api",
            "name": "ITRF2000 (geocentric)",
            "code": "EPSG:4385",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4647/?format=api",
            "name": "ETRS89 / UTM zone 32N (zE-N)",
            "code": "EPSG:4647",
            "extent": {
                "south": 47.27,
                "west": 6.0,
                "north": 55.47,
                "east": 12.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4668/?format=api",
            "name": "ED79",
            "code": "EPSG:4668",
            "extent": {
                "south": 34.88,
                "west": -10.56,
                "north": 84.17,
                "east": 39.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4740/?format=api",
            "name": "PZ-90",
            "code": "EPSG:4740",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4759/?format=api",
            "name": "NAD83(NSRS2007)",
            "code": "EPSG:4759",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        }
    ]
}