List applicable projections for a raster.

GET /api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=26",
    "previous": "https://demo.lizard.net/api/v4/rasters/478499fd-7a88-4fed-8987-4d711ccc312f/projections/?format=api&page=24",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7678/?format=api",
            "name": "PZ-90.02",
            "code": "EPSG:7678",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7679/?format=api",
            "name": "PZ-90.11",
            "code": "EPSG:7679",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7680/?format=api",
            "name": "PZ-90.11",
            "code": "EPSG:7680",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7681/?format=api",
            "name": "GSK-2011",
            "code": "EPSG:7681",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7682/?format=api",
            "name": "GSK-2011",
            "code": "EPSG:7682",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7683/?format=api",
            "name": "GSK-2011",
            "code": "EPSG:7683",
            "extent": {
                "south": 39.87,
                "west": -168.97,
                "north": 85.2,
                "east": 18.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7706/?format=api",
            "name": "EPSG moving platform example",
            "code": "EPSG:7706",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7789/?format=api",
            "name": "ITRF2014",
            "code": "EPSG:7789",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7815/?format=api",
            "name": "WGS 84 (Transit)",
            "code": "EPSG:7815",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:7816/?format=api",
            "name": "WGS 84 (Transit)",
            "code": "EPSG:7816",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}