List applicable projections for a raster.

GET /api/v4/rasters/b5491a41-7f81-4186-9816-1d8b2c1e1a0e/projections/?format=api&page=39
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 420,
    "next": "https://demo.lizard.net/api/v4/rasters/b5491a41-7f81-4186-9816-1d8b2c1e1a0e/projections/?format=api&page=40",
    "previous": "https://demo.lizard.net/api/v4/rasters/b5491a41-7f81-4186-9816-1d8b2c1e1a0e/projections/?format=api&page=38",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8996/?format=api",
            "name": "ITRF97",
            "code": "EPSG:8996",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8997/?format=api",
            "name": "ITRF2000",
            "code": "EPSG:8997",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8998/?format=api",
            "name": "ITRF2005",
            "code": "EPSG:8998",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:8999/?format=api",
            "name": "ITRF2008",
            "code": "EPSG:8999",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9000/?format=api",
            "name": "ITRF2014",
            "code": "EPSG:9000",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9001/?format=api",
            "name": "IGS97",
            "code": "EPSG:9001",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9002/?format=api",
            "name": "IGS97",
            "code": "EPSG:9002",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9003/?format=api",
            "name": "IGS97",
            "code": "EPSG:9003",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9004/?format=api",
            "name": "IGS00",
            "code": "EPSG:9004",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        },
        {
            "url": "https://demo.lizard.net/api/v4/projections/EPSG:9005/?format=api",
            "name": "IGS00",
            "code": "EPSG:9005",
            "extent": {
                "south": -90.0,
                "west": -180.0,
                "north": 90.0,
                "east": 180.0
            }
        }
    ]
}