List applicable projections for a raster.

GET /api/v4/rasters/db8a8fd3-0db8-4dc3-a2fa-60031657a4f8/projections/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 421,
    "next": "https://demo.lizard.net/api/v4/rasters/db8a8fd3-0db8-4dc3-a2fa-60031657a4f8/projections/?format=api&page=17",
    "previous": "https://demo.lizard.net/api/v4/rasters/db8a8fd3-0db8-4dc3-a2fa-60031657a4f8/projections/?format=api&page=15",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4839/?format=api",
            "name": "ETRS89 / LCC Germany (N-E)",
            "code": "EPSG:4839",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4890/?format=api",
            "name": "WGS 66",
            "code": "EPSG:4890",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4891/?format=api",
            "name": "WGS 66",
            "code": "EPSG:4891",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4892/?format=api",
            "name": "NAD83(NSRS2007)",
            "code": "EPSG:4892",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4893/?format=api",
            "name": "NAD83(NSRS2007)",
            "code": "EPSG:4893",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4896/?format=api",
            "name": "ITRF2005",
            "code": "EPSG:4896",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4901/?format=api",
            "name": "ATF (Paris)",
            "code": "EPSG:4901",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4910/?format=api",
            "name": "ITRF88",
            "code": "EPSG:4910",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4911/?format=api",
            "name": "ITRF89",
            "code": "EPSG:4911",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4912/?format=api",
            "name": "ITRF90",
            "code": "EPSG:4912",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}