List applicable projections for a raster.

GET /api/v4/rasters/e32369d4-574b-4211-bdef-f13d28a1aaf2/projections/?format=api&page=12
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=13",
    "previous": "https://demo.lizard.net/api/v4/rasters/e32369d4-574b-4211-bdef-f13d28a1aaf2/projections/?format=api&page=11",
    "results": [
        {
            "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:4668/?format=api",
            "name": "ED79",
            "code": "EPSG:4668",
            "extent": {
                "south": 34.88,
                "west": -10.56,
                "north": 84.17,
                "east": 39.65
            }
        },
        {
            "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:4759/?format=api",
            "name": "NAD83(NSRS2007)",
            "code": "EPSG:4759",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        },
        {
            "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:4892/?format=api",
            "name": "NAD83(NSRS2007)",
            "code": "EPSG:4892",
            "extent": {
                "south": 14.92,
                "west": -63.88,
                "north": 74.71,
                "east": 167.65
            }
        }
    ]
}