List applicable projections for a raster.

GET /api/v4/rasters/926f0ca6-3f15-4309-bfa5-29dc1198095c/projections/?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 421,
    "next": "https://demo.lizard.net/api/v4/rasters/926f0ca6-3f15-4309-bfa5-29dc1198095c/projections/?format=api&page=14",
    "previous": "https://demo.lizard.net/api/v4/rasters/926f0ca6-3f15-4309-bfa5-29dc1198095c/projections/?format=api&page=12",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4314/?format=api",
            "name": "DHDN",
            "code": "EPSG:4314",
            "extent": {
                "south": 47.27,
                "west": 5.87,
                "north": 55.09,
                "east": 13.84
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4322/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4322",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4324/?format=api",
            "name": "WGS 72BE",
            "code": "EPSG:4324",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4326/?format=api",
            "name": "WGS 84",
            "code": "EPSG:4326",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4327/?format=api",
            "name": "WGS 84 (geographic 3D)",
            "code": "EPSG:4327",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4328/?format=api",
            "name": "WGS 84 (geocentric)",
            "code": "EPSG:4328",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4329/?format=api",
            "name": "WGS 84 (3D)",
            "code": "EPSG:4329",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4330/?format=api",
            "name": "ITRF88 (geocentric)",
            "code": "EPSG:4330",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4331/?format=api",
            "name": "ITRF89 (geocentric)",
            "code": "EPSG:4331",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4332/?format=api",
            "name": "ITRF90 (geocentric)",
            "code": "EPSG:4332",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}