List applicable projections for a raster.

GET /api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=13
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=14",
    "previous": "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=12",
    "results": [
        {
            "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:4369/?format=api",
            "name": "RGF93 (3D)",
            "code": "EPSG:4369",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4370/?format=api",
            "name": "RGF93 (geocentric)",
            "code": "EPSG:4370",
            "extent": {
                "south": 41.15,
                "west": -9.86,
                "north": 51.56,
                "east": 10.38
            }
        },
        {
            "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: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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4760/?format=api",
            "name": "WGS 66",
            "code": "EPSG:4760",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4809/?format=api",
            "name": "Belge 1950 (Brussels)",
            "code": "EPSG:4809",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4890/?format=api",
            "name": "WGS 66",
            "code": "EPSG:4890",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}