List applicable projections for a raster.

GET /api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 327,
    "next": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=11",
    "previous": "https://demo.lizard.net/api/v4/rasters/cbcb087d-0f11-4a46-a552-1387555bd89f/projections/?format=api&page=9",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4334/?format=api",
            "name": "ITRF92 (geocentric)",
            "code": "EPSG:4334",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4335/?format=api",
            "name": "ITRF93 (geocentric)",
            "code": "EPSG:4335",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4336/?format=api",
            "name": "ITRF94 (geocentric)",
            "code": "EPSG:4336",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4337/?format=api",
            "name": "ITRF96 (geocentric)",
            "code": "EPSG:4337",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4338/?format=api",
            "name": "ITRF97 (geocentric)",
            "code": "EPSG:4338",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4361/?format=api",
            "name": "NAD83(HARN) (3D)",
            "code": "EPSG:4361",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        }
    ]
}