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=14
https://demo.lizard.net/api/v4/projections/?format=api&page=15", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=13", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20438/?format=api", "name": "Ain el Abd / UTM zone 38N", "code": "EPSG:20438", "extent": { "south": 15.61, "west": 42.0, "north": 31.15, "east": 48.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20439/?format=api", "name": "Ain el Abd / UTM zone 39N", "code": "EPSG:20439", "extent": { "south": 17.43, "west": 48.0, "north": 30.04, "east": 54.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2044/?format=api", "name": "Hanoi 1972 / Gauss-Kruger zone 18", "code": "EPSG:2044", "extent": { "south": 8.5, "west": 102.14, "north": 23.33, "east": 108.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20440/?format=api", "name": "Ain el Abd / UTM zone 40N", "code": "EPSG:20440", "extent": { "south": 19.66, "west": 54.0, "north": 22.77, "east": 55.67 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2045/?format=api", "name": "Hanoi 1972 / Gauss-Kruger zone 19", "code": "EPSG:2045", "extent": { "south": 10.42, "west": 108.0, "north": 21.56, "east": 109.52 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2046/?format=api", "name": "Hartebeesthoek94 / Lo15", "code": "EPSG:2046", "extent": { "south": -23.15, "west": 14.35, "north": -22.68, "east": 14.6 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2047/?format=api", "name": "Hartebeesthoek94 / Lo17", "code": "EPSG:2047", "extent": { "south": -33.1, "west": 16.45, "north": -28.03, "east": 18.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2048/?format=api", "name": "Hartebeesthoek94 / Lo19", "code": "EPSG:2048", "extent": { "south": -34.88, "west": 17.99, "north": -28.38, "east": 20.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2049/?format=api", "name": "Hartebeesthoek94 / Lo21", "code": "EPSG:2049", "extent": { "south": -34.88, "west": 19.99, "north": -24.76, "east": 22.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20499/?format=api", "name": "Ain el Abd / Bahrain Grid", "code": "EPSG:20499", "extent": { "south": 25.53, "west": 50.39, "north": 26.34, "east": 50.85 } } ] }{ "count": 6891, "next": "