List applicable projections for a raster.

GET /api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/projections/?format=api&page=12
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=13",
    "previous": "https://demo.lizard.net/api/v4/rasters/0dff79c6-e67b-4805-b7b1-99b0f8f6d4f9/projections/?format=api&page=11",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4922/?format=api",
            "name": "PZ-90",
            "code": "EPSG:4922",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4923/?format=api",
            "name": "PZ-90",
            "code": "EPSG:4923",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4938/?format=api",
            "name": "GDA94",
            "code": "EPSG:4938",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4939/?format=api",
            "name": "GDA94",
            "code": "EPSG:4939",
            "extent": {
                "south": -60.56,
                "west": 93.41,
                "north": -8.47,
                "east": 173.35
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4958/?format=api",
            "name": "NZGD2000",
            "code": "EPSG:4958",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4959/?format=api",
            "name": "NZGD2000",
            "code": "EPSG:4959",
            "extent": {
                "south": -55.95,
                "west": -171.2,
                "north": -25.88,
                "east": 160.6
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4978/?format=api",
            "name": "WGS 84",
            "code": "EPSG:4978",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4979/?format=api",
            "name": "WGS 84",
            "code": "EPSG:4979",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4984/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4984",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4985/?format=api",
            "name": "WGS 72",
            "code": "EPSG:4985",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}