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=654
https://demo.lizard.net/api/v4/projections/?format=api&page=655", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=653", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8387/?format=api", "name": "NAD83(2011) / NCRS Las Vegas high (ftUS)", "code": "EPSG:8387", "extent": { "south": 35.88, "west": -115.5, "north": 36.43, "east": -114.71 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8391/?format=api", "name": "GDA94 / WEIPA94", "code": "EPSG:8391", "extent": { "south": -13.5, "west": 141.5, "north": -11.49, "east": 142.51 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8395/?format=api", "name": "ETRS89 / Gauss-Kruger CM 9E", "code": "EPSG:8395", "extent": { "south": 53.36, "west": 8.33, "north": 53.99, "east": 10.41 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8397/?format=api", "name": "ETRF2005", "code": "EPSG:8397", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8399/?format=api", "name": "ETRF2005", "code": "EPSG:8399", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8401/?format=api", "name": "ETRF2014", "code": "EPSG:8401", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8403/?format=api", "name": "ETRF2014", "code": "EPSG:8403", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8425/?format=api", "name": "Hong Kong Geodetic CS", "code": "EPSG:8425", "extent": { "south": 22.13, "west": 113.76, "north": 22.58, "east": 114.51 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8426/?format=api", "name": "Hong Kong Geodetic CS", "code": "EPSG:8426", "extent": { "south": 22.13, "west": 113.76, "north": 22.58, "east": 114.51 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8427/?format=api", "name": "Hong Kong Geodetic CS", "code": "EPSG:8427", "extent": { "south": 22.13, "west": 113.76, "north": 22.58, "east": 114.51 } } ] }{ "count": 6891, "next": "