List applicable projections for a raster.

GET /api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=662
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=663",
    "previous": "https://demo.lizard.net/api/v4/rasters/db7df5c5-0872-4eba-b82b-e5f3cb818c58/projections/?format=api&page=661",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8837/?format=api",
            "name": "MTRF-2000 / UTM zone 37N",
            "code": "EPSG:8837",
            "extent": {
                "south": 16.29,
                "west": 36.0,
                "north": 32.16,
                "east": 42.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8838/?format=api",
            "name": "MTRF-2000 / UTM zone 38N",
            "code": "EPSG:8838",
            "extent": {
                "south": 15.61,
                "west": 41.99,
                "north": 31.15,
                "east": 48.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8839/?format=api",
            "name": "MTRF-2000 / UTM zone 39N",
            "code": "EPSG:8839",
            "extent": {
                "south": 17.43,
                "west": 48.0,
                "north": 28.94,
                "east": 54.01
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8840/?format=api",
            "name": "MTRF-2000 / UTM zone 40N",
            "code": "EPSG:8840",
            "extent": {
                "south": 19.66,
                "west": 54.0,
                "north": 22.77,
                "east": 55.67
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8841/?format=api",
            "name": "MVGC height",
            "code": "EPSG:8841",
            "extent": {
                "south": 15.61,
                "west": 34.51,
                "north": 32.16,
                "east": 55.67
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8857/?format=api",
            "name": "WGS 84 / Equal Earth Greenwich",
            "code": "EPSG:8857",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8858/?format=api",
            "name": "WGS 84 / Equal Earth Americas",
            "code": "EPSG:8858",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8859/?format=api",
            "name": "WGS 84 / Equal Earth Asia-Pacific",
            "code": "EPSG:8859",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8860/?format=api",
            "name": "NAD83(FBN)",
            "code": "EPSG:8860",
            "extent": {
                "south": -14.59,
                "west": -64.51,
                "north": 49.38,
                "east": 144.58
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8888/?format=api",
            "name": "WGS 84 (Transit)",
            "code": "EPSG:8888",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}