List applicable projections for a raster.

GET /api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 373,
    "next": "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=11",
    "previous": "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4171/?format=api",
            "name": "RGF93",
            "code": "EPSG:4171",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4200/?format=api",
            "name": "Pulkovo 1995",
            "code": "EPSG:4200",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4215/?format=api",
            "name": "Belge 1950",
            "code": "EPSG:4215",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4230/?format=api",
            "name": "ED50",
            "code": "EPSG:4230",
            "extent": {
                "south": 25.71,
                "west": -16.1,
                "north": 84.17,
                "east": 48.61
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4231/?format=api",
            "name": "ED87",
            "code": "EPSG:4231",
            "extent": {
                "south": 34.88,
                "west": -10.56,
                "north": 84.17,
                "east": 39.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4258/?format=api",
            "name": "ETRS89",
            "code": "EPSG:4258",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "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:4284/?format=api",
            "name": "Pulkovo 1942",
            "code": "EPSG:4284",
            "extent": {
                "south": 35.14,
                "west": -168.97,
                "north": 81.91,
                "east": 19.57
            }
        }
    ]
}