List applicable projections for a raster.

GET /api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=664
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6785,
    "next": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=665",
    "previous": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=663",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8906/?format=api",
            "name": "CR-SIRGAS",
            "code": "EPSG:8906",
            "extent": {
                "south": 2.15,
                "west": -90.45,
                "north": 11.77,
                "east": -81.43
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8907/?format=api",
            "name": "CR-SIRGAS",
            "code": "EPSG:8907",
            "extent": {
                "south": 2.15,
                "west": -90.45,
                "north": 11.77,
                "east": -81.43
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8908/?format=api",
            "name": "CR-SIRGAS / CRTM05",
            "code": "EPSG:8908",
            "extent": {
                "south": 7.98,
                "west": -85.97,
                "north": 11.22,
                "east": -82.53
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8909/?format=api",
            "name": "CR-SIRGAS / UTM zone 16N",
            "code": "EPSG:8909",
            "extent": {
                "south": 2.15,
                "west": -90.45,
                "north": 11.11,
                "east": -82.92
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8910/?format=api",
            "name": "CR-SIRGAS / UTM zone 17N",
            "code": "EPSG:8910",
            "extent": {
                "south": 9.6,
                "west": -83.6,
                "north": 11.77,
                "east": -81.43
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8911/?format=api",
            "name": "DACR52 height",
            "code": "EPSG:8911",
            "extent": {
                "south": 7.98,
                "west": -85.97,
                "north": 11.22,
                "east": -82.53
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8912/?format=api",
            "name": "CR-SIRGAS / CRTM05 + DACR52 height",
            "code": "EPSG:8912",
            "extent": {
                "south": 7.98,
                "west": -85.97,
                "north": 11.22,
                "east": -82.53
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8915/?format=api",
            "name": "SIRGAS-CON DGF00P01",
            "code": "EPSG:8915",
            "extent": {
                "south": -59.87,
                "west": -122.19,
                "north": 32.72,
                "east": -25.28
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8916/?format=api",
            "name": "SIRGAS-CON DGF00P01",
            "code": "EPSG:8916",
            "extent": {
                "south": -59.87,
                "west": -122.19,
                "north": 32.72,
                "east": -25.28
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8917/?format=api",
            "name": "SIRGAS-CON DGF01P01",
            "code": "EPSG:8917",
            "extent": {
                "south": -59.87,
                "west": -122.19,
                "north": 32.72,
                "east": -25.28
            }
        }
    ]
}