List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=673
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=674",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=672",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8859/?format=api",
            "name": "WGS 84 / Equal Earth Asia-Pacific",
            "code": "EPSG:8859",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8860/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8860",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8888/?format=api",
            "name": "WGS 84 (Transit)",
            "code": "EPSG:8888",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8896/?format=api",
            "name": "EPSG example wellbore local horizontal CRS - grid north (ft)",
            "code": "EPSG:8896",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8897/?format=api",
            "name": "EPSG example wellbore local vertical CRS (ft)",
            "code": "EPSG:8897",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8898/?format=api",
            "name": "RGWF96",
            "code": "EPSG:8898",
            "extent": {
                "south": -15.94,
                "west": -174.27,
                "north": -9.84,
                "east": 179.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8899/?format=api",
            "name": "RGWF96",
            "code": "EPSG:8899",
            "extent": {
                "south": -15.94,
                "west": -174.27,
                "north": -9.84,
                "east": 179.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8900/?format=api",
            "name": "RGWF96",
            "code": "EPSG:8900",
            "extent": {
                "south": -15.94,
                "west": -174.27,
                "north": -9.84,
                "east": 179.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8901/?format=api",
            "name": "RGWF96 (lon-lat)",
            "code": "EPSG:8901",
            "extent": {
                "south": -15.94,
                "west": -174.27,
                "north": -9.84,
                "east": 179.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8902/?format=api",
            "name": "RGWF96 (lon-lat)",
            "code": "EPSG:8902",
            "extent": {
                "south": -15.94,
                "west": -174.27,
                "north": -9.84,
                "east": 179.49
            }
        }
    ]
}