List applicable projections for a raster.

GET /api/v4/rasters/eece3d6e-6771-43f3-af25-676809ad2083/projections/?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/eece3d6e-6771-43f3-af25-676809ad2083/projections/?format=api&page=26",
    "previous": "https://demo.lizard.net/api/v4/rasters/eece3d6e-6771-43f3-af25-676809ad2083/projections/?format=api&page=24",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7909/?format=api",
            "name": "ITRF2000",
            "code": "EPSG:7909",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7910/?format=api",
            "name": "ITRF2005",
            "code": "EPSG:7910",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7911/?format=api",
            "name": "ITRF2008",
            "code": "EPSG:7911",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7912/?format=api",
            "name": "ITRF2014",
            "code": "EPSG:7912",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8050/?format=api",
            "name": "MSL height (ft)",
            "code": "EPSG:8050",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8051/?format=api",
            "name": "MSL depth (ft)",
            "code": "EPSG:8051",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8052/?format=api",
            "name": "MSL height (ftUS)",
            "code": "EPSG:8052",
            "extent": {
                "south": 15.56,
                "west": -65.69,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8053/?format=api",
            "name": "MSL depth (ftUS)",
            "code": "EPSG:8053",
            "extent": {
                "south": 15.56,
                "west": -65.69,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8227/?format=api",
            "name": "IGS14",
            "code": "EPSG:8227",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8377/?format=api",
            "name": "EPSG example wellbore local horizontal CRS - true north",
            "code": "EPSG:8377",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}