List applicable projections for a raster.

GET /api/v4/rasters/5b6ced8e-0cec-403b-b96b-47a4155e0537/projections/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 304,
    "next": "https://demo.lizard.net/api/v4/rasters/5b6ced8e-0cec-403b-b96b-47a4155e0537/projections/?format=api&page=11",
    "previous": "https://demo.lizard.net/api/v4/rasters/5b6ced8e-0cec-403b-b96b-47a4155e0537/projections/?format=api&page=9",
    "results": [
        {
            "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
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4362/?format=api",
            "name": "NAD83(HARN) (geocentric)",
            "code": "EPSG:4362",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4385/?format=api",
            "name": "ITRF2000 (geocentric)",
            "code": "EPSG:4385",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4479/?format=api",
            "name": "China Geodetic Coordinate System 2000",
            "code": "EPSG:4479",
            "extent": {
                "south": 16.7,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4480/?format=api",
            "name": "China Geodetic Coordinate System 2000",
            "code": "EPSG:4480",
            "extent": {
                "south": 16.7,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4490/?format=api",
            "name": "China Geodetic Coordinate System 2000",
            "code": "EPSG:4490",
            "extent": {
                "south": 16.7,
                "west": 73.62,
                "north": 53.56,
                "east": 134.77
            }
        }
    ]
}