List applicable projections for a raster.

GET /api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=655
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6888,
    "next": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=656",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0bb7693-6d7d-40b6-858a-ec39863c9167/projections/?format=api&page=654",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8431/?format=api",
            "name": "Macao 2008",
            "code": "EPSG:8431",
            "extent": {
                "south": 22.06,
                "west": 113.52,
                "north": 22.23,
                "east": 113.68
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8433/?format=api",
            "name": "Macao 1920 / Macao Grid",
            "code": "EPSG:8433",
            "extent": {
                "south": 22.06,
                "west": 113.52,
                "north": 22.23,
                "east": 113.68
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8434/?format=api",
            "name": "Macao height",
            "code": "EPSG:8434",
            "extent": {
                "south": 22.06,
                "west": 113.52,
                "north": 22.23,
                "east": 113.68
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8441/?format=api",
            "name": "Tananarive / Laborde Grid",
            "code": "EPSG:8441",
            "extent": {
                "south": -25.64,
                "west": 43.18,
                "north": -11.89,
                "east": 50.56
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8449/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8449",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8455/?format=api",
            "name": "RGTAAF07 / UTM zone 53S",
            "code": "EPSG:8455",
            "extent": {
                "south": -66.73,
                "west": 136.0,
                "north": -65.61,
                "east": 138.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8456/?format=api",
            "name": "RGTAAF07 / UTM zone 54S",
            "code": "EPSG:8456",
            "extent": {
                "south": -67.13,
                "west": 138.0,
                "north": -66.1,
                "east": 142.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8518/?format=api",
            "name": "NAD83(2011) / KS RCS zone 1",
            "code": "EPSG:8518",
            "extent": {
                "south": 38.69,
                "west": -102.06,
                "north": 40.01,
                "east": -101.38
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8519/?format=api",
            "name": "NAD83(2011) / KS RCS zone 2",
            "code": "EPSG:8519",
            "extent": {
                "south": 38.69,
                "west": -101.49,
                "north": 40.01,
                "east": -100.71
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8520/?format=api",
            "name": "NAD83(2011) / KS RCS zone 3",
            "code": "EPSG:8520",
            "extent": {
                "south": 38.69,
                "west": -100.82,
                "north": 40.01,
                "east": -100.14
            }
        }
    ]
}