List applicable projections for a raster.

GET /api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=14",
    "previous": "https://demo.lizard.net/api/v4/rasters/68d1840a-1b64-41e8-8af2-6e604e255977/projections/?format=api&page=12",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4333/?format=api",
            "name": "ITRF91 (geocentric)",
            "code": "EPSG:4333",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}