List applicable projections for a raster.

GET /api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=11
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=12",
    "previous": "https://demo.lizard.net/api/v4/rasters/89ba2efc-2671-4228-9fc7-cc899a0321e6/projections/?format=api&page=10",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4289/?format=api",
            "name": "Amersfoort",
            "code": "EPSG:4289",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4313/?format=api",
            "name": "Belge 1972",
            "code": "EPSG:4313",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4330/?format=api",
            "name": "ITRF88 (geocentric)",
            "code": "EPSG:4330",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4331/?format=api",
            "name": "ITRF89 (geocentric)",
            "code": "EPSG:4331",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}