List applicable projections for a raster.

GET /api/v4/rasters/e32369d4-574b-4211-bdef-f13d28a1aaf2/projections/?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 349,
    "next": "https://demo.lizard.net/api/v4/rasters/e32369d4-574b-4211-bdef-f13d28a1aaf2/projections/?format=api&page=15",
    "previous": "https://demo.lizard.net/api/v4/rasters/e32369d4-574b-4211-bdef-f13d28a1aaf2/projections/?format=api&page=13",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4918/?format=api",
            "name": "ITRF97",
            "code": "EPSG:4918",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4919/?format=api",
            "name": "ITRF2000",
            "code": "EPSG:4919",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "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:4936/?format=api",
            "name": "ETRS89",
            "code": "EPSG:4936",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4937/?format=api",
            "name": "ETRS89",
            "code": "EPSG:4937",
            "extent": {
                "south": 32.88,
                "west": -16.1,
                "north": 84.17,
                "east": 40.18
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4956/?format=api",
            "name": "NAD83(HARN)",
            "code": "EPSG:4956",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:4957/?format=api",
            "name": "NAD83(HARN)",
            "code": "EPSG:4957",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 71.4,
                "east": 144.58
            }
        },
        {
            "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
            }
        }
    ]
}