List applicable projections for a raster.

GET /api/v4/rasters/a0124998-b5fd-4e74-9f43-95f89021fa75/projections/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 382,
    "next": "https://demo.lizard.net/api/v4/rasters/a0124998-b5fd-4e74-9f43-95f89021fa75/projections/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/rasters/a0124998-b5fd-4e74-9f43-95f89021fa75/projections/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:27582/?format=api",
            "name": "NTF (Paris) / France II",
            "code": "EPSG:27582",
            "extent": {
                "south": 42.33,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:27591/?format=api",
            "name": "NTF (Paris) / Nord France",
            "code": "EPSG:27591",
            "extent": {
                "south": 48.14,
                "west": -4.87,
                "north": 51.14,
                "east": 8.23
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28991/?format=api",
            "name": "Amersfoort / RD Old",
            "code": "EPSG:28991",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:28992/?format=api",
            "name": "Amersfoort / RD New",
            "code": "EPSG:28992",
            "extent": {
                "south": 50.75,
                "west": 3.2,
                "north": 53.7,
                "east": 7.22
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3034/?format=api",
            "name": "ETRS89-extended / LCC Europe",
            "code": "EPSG:3034",
            "extent": {
                "south": 24.6,
                "west": -35.58,
                "north": 84.17,
                "east": 44.83
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3035/?format=api",
            "name": "ETRS89-extended / LAEA Europe",
            "code": "EPSG:3035",
            "extent": {
                "south": 24.6,
                "west": -35.58,
                "north": 84.17,
                "east": 44.83
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:3043/?format=api",
            "name": "ETRS89 / UTM zone 31N (N-E)",
            "code": "EPSG:3043",
            "extent": {
                "south": 37.0,
                "west": 0.0,
                "north": 82.41,
                "east": 6.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31300/?format=api",
            "name": "Belge 1972 / Belge Lambert 72",
            "code": "EPSG:31300",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:31370/?format=api",
            "name": "Belge 1972 / Belgian Lambert 72",
            "code": "EPSG:31370",
            "extent": {
                "south": 49.5,
                "west": 2.5,
                "north": 51.51,
                "east": 6.4
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:32231/?format=api",
            "name": "WGS 72 / UTM zone 31N",
            "code": "EPSG:32231",
            "extent": {
                "south": 0.0,
                "west": 0.0,
                "north": 84.0,
                "east": 6.0
            }
        }
    ]
}