Projection List
Returns available Projections. More info: https://epsg.io/
Query parameters:
name
Text filter on the name
field. All text field filter methods,
like startswith
, endswith
, icontains
are supported.
code
Text filter on the code
field. All text field filter methods,
like startswith
, endswith
, icontains
are supported.
extent__intersects
Spatial filter on extent
. Filter on only projections whose extent
intersect the requested geometry. Supports WKT.
ordering
Show the results in a specific order. You can order them by name
,
code
. Add a -
in front to reverse the order.
Examples:
?name=projection
?name__icontains=proj
?name__startswith=proj
?code=EPSG:25890
?code__startswith=EPSG
?ordering=name
?ordering=-code
?extent__covers=POLYGON((4.87 52.73, 4.87 52.79, 4.98 52.79,
4.98 52.73, 4.87 52.73))
?extent__intersects=POLYGON((4.87 52.73, 4.87 52.79, 4.98 52.79,
4.98 52.73, 4.87 52.73))
GET /api/v4/projections/?format=api&page=12
https://demo.lizard.net/api/v4/projections/?format=api&page=13", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=11", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2035/?format=api", "name": "NAD27(CGQ77) / UTM zone 21N", "code": "EPSG:2035", "extent": { "south": 50.2, "west": -60.0, "north": 52.01, "east": -57.1 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20350/?format=api", "name": "AGD84 / AMG zone 50", "code": "EPSG:20350", "extent": { "south": -38.53, "west": 114.0, "north": -12.61, "east": 120.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20351/?format=api", "name": "AGD84 / AMG zone 51", "code": "EPSG:20351", "extent": { "south": -38.07, "west": 120.0, "north": -10.46, "east": 126.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20352/?format=api", "name": "AGD84 / AMG zone 52", "code": "EPSG:20352", "extent": { "south": -37.05, "west": 125.99, "north": -9.37, "east": 132.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20353/?format=api", "name": "AGD84 / AMG zone 53", "code": "EPSG:20353", "extent": { "south": -36.14, "west": 132.0, "north": -25.99, "east": 138.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20354/?format=api", "name": "AGD84 / AMG zone 54", "code": "EPSG:20354", "extent": { "south": -38.13, "west": 138.0, "north": -9.86, "east": 144.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20355/?format=api", "name": "AGD84 / AMG zone 55", "code": "EPSG:20355", "extent": { "south": -29.01, "west": 144.0, "north": -14.01, "east": 150.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20356/?format=api", "name": "AGD84 / AMG zone 56", "code": "EPSG:20356", "extent": { "south": -29.19, "west": 150.0, "north": -22.0, "east": 153.61 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20357/?format=api", "name": "AGD84 / AMG zone 57", "code": "EPSG:20357", "extent": { "south": -35.13, "west": 156.0, "north": -14.08, "east": 162.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20358/?format=api", "name": "AGD84 / AMG zone 58", "code": "EPSG:20358", "extent": { "south": -34.22, "west": 162.0, "north": -27.25, "east": 163.2 } } ] }{ "count": 6891, "next": "