List applicable projections for a raster.

GET /api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=14",
    "previous": "https://demo.lizard.net/api/v4/rasters/62bb4a86-2a13-414c-a111-486c1dd9b0af/projections/?format=api&page=12",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4914/?format=api",
            "name": "ITRF92",
            "code": "EPSG:4914",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4915/?format=api",
            "name": "ITRF93",
            "code": "EPSG:4915",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4916/?format=api",
            "name": "ITRF94",
            "code": "EPSG:4916",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4917/?format=api",
            "name": "ITRF96",
            "code": "EPSG:4917",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4918/?format=api",
            "name": "ITRF97",
            "code": "EPSG:4918",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4919/?format=api",
            "name": "ITRF2000",
            "code": "EPSG:4919",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4922/?format=api",
            "name": "PZ-90",
            "code": "EPSG:4922",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4923/?format=api",
            "name": "PZ-90",
            "code": "EPSG:4923",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4956/?format=api",
            "name": "NAD83(HARN)",
            "code": "EPSG:4956",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4957/?format=api",
            "name": "NAD83(HARN)",
            "code": "EPSG:4957",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        }
    ]
}