List applicable projections for a raster.

GET /api/v4/rasters/d02030f5-47b1-4acc-a9fa-79372125acf3/projections/?format=api&page=38
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/d02030f5-47b1-4acc-a9fa-79372125acf3/projections/?format=api&page=39",
    "previous": "https://demo.lizard.net/api/v4/rasters/d02030f5-47b1-4acc-a9fa-79372125acf3/projections/?format=api&page=37",
    "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:8988/?format=api",
            "name": "ITRF88",
            "code": "EPSG:8988",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8989/?format=api",
            "name": "ITRF89",
            "code": "EPSG:8989",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8990/?format=api",
            "name": "ITRF90",
            "code": "EPSG:8990",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8991/?format=api",
            "name": "ITRF91",
            "code": "EPSG:8991",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8992/?format=api",
            "name": "ITRF92",
            "code": "EPSG:8992",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8993/?format=api",
            "name": "ITRF93",
            "code": "EPSG:8993",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8994/?format=api",
            "name": "ITRF94",
            "code": "EPSG:8994",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8995/?format=api",
            "name": "ITRF96",
            "code": "EPSG:8995",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}