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=686
{ "count": 6891, "next": "https://demo.lizard.net/api/v4/projections/?format=api&page=687", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=685", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9074/?format=api", "name": "NAD83(PACP00)", "code": "EPSG:9074", "extent": { "south": -17.56, "west": -151.27, "north": 31.8, "east": 157.47 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9075/?format=api", "name": "NAD83(PACP00)", "code": "EPSG:9075", "extent": { "south": -17.56, "west": -151.27, "north": 31.8, "east": 157.47 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9130/?format=api", "name": "IGN 2008 LD height", "code": "EPSG:9130", "extent": { "south": 16.26, "west": -61.13, "north": 16.38, "east": -60.97 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9138/?format=api", "name": "KOSOVAREF01", "code": "EPSG:9138", "extent": { "south": 41.85, "west": 19.97, "north": 43.25, "east": 21.8 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9139/?format=api", "name": "KOSOVAREF01", "code": "EPSG:9139", "extent": { "south": 41.85, "west": 19.97, "north": 43.25, "east": 21.8 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9140/?format=api", "name": "KOSOVAREF01", "code": "EPSG:9140", "extent": { "south": 41.85, "west": 19.97, "north": 43.25, "east": 21.8 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9141/?format=api", "name": "KOSOVAREF01 / Balkans zone 7", "code": "EPSG:9141", "extent": { "south": 41.85, "west": 19.97, "north": 43.25, "east": 21.8 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9146/?format=api", "name": "SIRGAS-Chile 2013", "code": "EPSG:9146", "extent": { "south": -59.87, "west": -113.21, "north": -17.5, "east": -65.72 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9147/?format=api", "name": "SIRGAS-Chile 2013", "code": "EPSG:9147", "extent": { "south": -59.87, "west": -113.21, "north": -17.5, "east": -65.72 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9148/?format=api", "name": "SIRGAS-Chile 2013", "code": "EPSG:9148", "extent": { "south": -59.87, "west": -113.21, "north": -17.5, "east": -65.72 } } ] }