List applicable projections for a raster.

GET /api/v4/rasters/1db296cc-ad6c-4be5-8fbe-21c4e5d6933a/projections/?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 426,
    "next": "https://demo.lizard.net/api/v4/rasters/1db296cc-ad6c-4be5-8fbe-21c4e5d6933a/projections/?format=api&page=21",
    "previous": "https://demo.lizard.net/api/v4/rasters/1db296cc-ad6c-4be5-8fbe-21c4e5d6933a/projections/?format=api&page=19",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5649/?format=api",
            "name": "ETRS89 / UTM zone 31N (zE-N)",
            "code": "EPSG:5649",
            "extent": {
                "south": 50.97,
                "west": 3.34,
                "north": 55.92,
                "east": 6.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5651/?format=api",
            "name": "ETRS89 / UTM zone 31N (N-zE)",
            "code": "EPSG:5651",
            "extent": {
                "south": 50.97,
                "west": 3.34,
                "north": 55.92,
                "east": 6.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5652/?format=api",
            "name": "ETRS89 / UTM zone 32N (N-zE)",
            "code": "EPSG:5652",
            "extent": {
                "south": 47.27,
                "west": 6.0,
                "north": 55.47,
                "east": 12.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5676/?format=api",
            "name": "DHDN / 3-degree Gauss-Kruger zone 2 (E-N)",
            "code": "EPSG:5676",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5677/?format=api",
            "name": "DHDN / 3-degree Gauss-Kruger zone 3 (E-N)",
            "code": "EPSG:5677",
            "extent": {
                "south": 47.27,
                "west": 7.5,
                "north": 55.09,
                "east": 10.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5681/?format=api",
            "name": "DB_REF",
            "code": "EPSG:5681",
            "extent": {
                "south": 47.27,
                "west": 5.86,
                "north": 55.09,
                "east": 15.04
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5682/?format=api",
            "name": "DB_REF / 3-degree Gauss-Kruger zone 2 (E-N)",
            "code": "EPSG:5682",
            "extent": {
                "south": 49.11,
                "west": 5.86,
                "north": 53.81,
                "east": 7.5
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5683/?format=api",
            "name": "DB_REF / 3-degree Gauss-Kruger zone 3 (E-N)",
            "code": "EPSG:5683",
            "extent": {
                "south": 47.27,
                "west": 7.5,
                "north": 55.09,
                "east": 10.51
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5698/?format=api",
            "name": "RGF93 / Lambert-93 + NGF-IGN69 height",
            "code": "EPSG:5698",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:5703/?format=api",
            "name": "NAVD88 height",
            "code": "EPSG:5703",
            "extent": {
                "south": 14.51,
                "west": -66.91,
                "north": 71.4,
                "east": 172.42
            }
        }
    ]
}