List applicable projections for a raster.

GET /api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/projections/?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 271,
    "next": "https://demo.lizard.net/api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/projections/?format=api&page=9",
    "previous": "https://demo.lizard.net/api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/projections/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4203/?format=api",
            "name": "AGD84",
            "code": "EPSG:4203",
            "extent": {
                "south": -38.53,
                "west": 109.23,
                "north": -9.37,
                "east": 153.61
            }
        },
        {
            "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:4283/?format=api",
            "name": "GDA94",
            "code": "EPSG:4283",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "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
            }
        }
    ]
}