List applicable projections for a raster.

GET /api/v4/rasters/d02030f5-47b1-4acc-a9fa-79372125acf3/projections/?format=api&page=26
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=27",
    "previous": "https://demo.lizard.net/api/v4/rasters/d02030f5-47b1-4acc-a9fa-79372125acf3/projections/?format=api&page=25",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63136405/?format=api",
            "name": "Belge 1972 (deg)",
            "code": "EPSG:63136405",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63146405/?format=api",
            "name": "DHDN (deg)",
            "code": "EPSG:63146405",
            "extent": {
                "south": 47.27,
                "west": 5.87,
                "north": 55.06,
                "east": 15.03
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6317/?format=api",
            "name": "NAD83(2011)",
            "code": "EPSG:6317",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6318/?format=api",
            "name": "NAD83(2011)",
            "code": "EPSG:6318",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:6319/?format=api",
            "name": "NAD83(2011)",
            "code": "EPSG:6319",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63226405/?format=api",
            "name": "WGS 72 (deg)",
            "code": "EPSG:63226405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63246405/?format=api",
            "name": "WGS 72BE (deg)",
            "code": "EPSG:63246405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266405/?format=api",
            "name": "WGS 84 (deg)",
            "code": "EPSG:63266405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266406/?format=api",
            "name": "WGS 84 (degH)",
            "code": "EPSG:63266406",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:63266407/?format=api",
            "name": "WGS 84 (Hdeg)",
            "code": "EPSG:63266407",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}