List applicable projections for a raster.

GET /api/v4/rasters/98fddfb3-332f-4f41-aa86-f6419b6202fe/projections/?format=api&page=20
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=21",
    "previous": "https://demo.lizard.net/api/v4/rasters/98fddfb3-332f-4f41-aa86-f6419b6202fe/projections/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62766405/?format=api",
            "name": "NSWC 9Z-2 (deg)",
            "code": "EPSG:62766405",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62846405/?format=api",
            "name": "Pulkovo 1942 (deg)",
            "code": "EPSG:62846405",
            "extent": {
                "south": 35.1,
                "west": -169.73,
                "north": 78.0,
                "east": 9.87
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:62896405/?format=api",
            "name": "Amersfoort (deg)",
            "code": "EPSG:62896405",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "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
            }
        }
    ]
}