List applicable projections for a raster.

GET /api/v4/rasters/d02030f5-47b1-4acc-a9fa-79372125acf3/projections/?format=api&page=32
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/d02030f5-47b1-4acc-a9fa-79372125acf3/projections/?format=api&page=33",
    "previous": "https://demo.lizard.net/api/v4/rasters/d02030f5-47b1-4acc-a9fa-79372125acf3/projections/?format=api&page=31",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7680/?format=api",
            "name": "PZ-90.11",
            "code": "EPSG:7680",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7681/?format=api",
            "name": "GSK-2011",
            "code": "EPSG:7681",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7682/?format=api",
            "name": "GSK-2011",
            "code": "EPSG:7682",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7683/?format=api",
            "name": "GSK-2011",
            "code": "EPSG:7683",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7699/?format=api",
            "name": "DHHN12 height",
            "code": "EPSG:7699",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7706/?format=api",
            "name": "EPSG moving platform example",
            "code": "EPSG:7706",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7789/?format=api",
            "name": "ITRF2014",
            "code": "EPSG:7789",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7815/?format=api",
            "name": "WGS 84 (Transit)",
            "code": "EPSG:7815",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7816/?format=api",
            "name": "WGS 84 (Transit)",
            "code": "EPSG:7816",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7837/?format=api",
            "name": "DHHN2016 height",
            "code": "EPSG:7837",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        }
    ]
}