List applicable projections for a raster.

GET /api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/projections/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 271,
    "next": "https://demo.lizard.net/api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/projections/?format=api&page=11",
    "previous": "https://demo.lizard.net/api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/projections/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4363/?format=api",
            "name": "NZGD2000 (3D)",
            "code": "EPSG:4363",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4364/?format=api",
            "name": "NZGD2000 (geocentric)",
            "code": "EPSG:4364",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "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:4440/?format=api",
            "name": "NZVD2009 height",
            "code": "EPSG:4440",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4462/?format=api",
            "name": "WGS 84 / Australian Centre for Remote Sensing Lambert",
            "code": "EPSG:4462",
            "extent": {
                "south": -43.7,
                "west": 112.85,
                "north": -9.86,
                "east": 153.69
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4740/?format=api",
            "name": "PZ-90",
            "code": "EPSG:4740",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4760/?format=api",
            "name": "WGS 66",
            "code": "EPSG:4760",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4890/?format=api",
            "name": "WGS 66",
            "code": "EPSG:4890",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4891/?format=api",
            "name": "WGS 66",
            "code": "EPSG:4891",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4896/?format=api",
            "name": "ITRF2005",
            "code": "EPSG:4896",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}