List applicable projections for a raster.

GET /api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=663
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6785,
    "next": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=664",
    "previous": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=662",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8903/?format=api",
            "name": "RGWF96 / UTM zone 1S",
            "code": "EPSG:8903",
            "extent": {
                "south": -15.94,
                "west": -174.27,
                "north": -9.84,
                "east": 179.49
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8904/?format=api",
            "name": "TWVD 2001 height",
            "code": "EPSG:8904",
            "extent": {
                "south": 21.87,
                "west": 119.99,
                "north": 25.34,
                "east": 122.06
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8905/?format=api",
            "name": "CR-SIRGAS",
            "code": "EPSG:8905",
            "extent": {
                "south": 2.15,
                "west": -90.45,
                "north": 11.77,
                "east": -81.43
            }
        }
    ]
}