List applicable projections for a raster.

GET /api/v4/rasters/40e3f8ba-5f44-4037-a998-09e8395e7769/projections/?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/40e3f8ba-5f44-4037-a998-09e8395e7769/projections/?format=api&page=15",
    "previous": "https://demo.lizard.net/api/v4/rasters/40e3f8ba-5f44-4037-a998-09e8395e7769/projections/?format=api&page=13",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4978/?format=api",
            "name": "WGS 84",
            "code": "EPSG:4978",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4979/?format=api",
            "name": "WGS 84",
            "code": "EPSG:4979",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4984/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4984",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4985/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4985",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4986/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4986",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4987/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4987",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4994/?format=api",
            "name": "PRS92",
            "code": "EPSG:4994",
            "extent": {
                "south": 3.0,
                "west": 116.04,
                "north": 22.18,
                "east": 129.95
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4995/?format=api",
            "name": "PRS92",
            "code": "EPSG:4995",
            "extent": {
                "south": 3.0,
                "west": 116.04,
                "north": 22.18,
                "east": 129.95
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5332/?format=api",
            "name": "ITRF2008",
            "code": "EPSG:5332",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}