List applicable projections for a raster.

GET /api/v4/rasters/98fddfb3-332f-4f41-aa86-f6419b6202fe/projections/?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/98fddfb3-332f-4f41-aa86-f6419b6202fe/projections/?format=api&page=14",
    "previous": "https://demo.lizard.net/api/v4/rasters/98fddfb3-332f-4f41-aa86-f6419b6202fe/projections/?format=api&page=12",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4893/?format=api",
            "name": "NAD83(NSRS2007)",
            "code": "EPSG:4893",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4896/?format=api",
            "name": "ITRF2005",
            "code": "EPSG:4896",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4910/?format=api",
            "name": "ITRF88",
            "code": "EPSG:4910",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4911/?format=api",
            "name": "ITRF89",
            "code": "EPSG:4911",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4912/?format=api",
            "name": "ITRF90",
            "code": "EPSG:4912",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4913/?format=api",
            "name": "ITRF91",
            "code": "EPSG:4913",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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
            }
        }
    ]
}