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=658
https://demo.lizard.net/api/v4/projections/?format=api&page=659", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=657", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8541/?format=api", "name": "NAD83(FBN)", "code": "EPSG:8541", "extent": { "south": -14.59, "west": -64.51, "north": 49.38, "east": 144.58 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8542/?format=api", "name": "NAD83(FBN)", "code": "EPSG:8542", "extent": { "south": -14.59, "west": -64.51, "north": 49.38, "east": 144.58 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8543/?format=api", "name": "NAD83(HARN Corrected)", "code": "EPSG:8543", "extent": { "south": 17.62, "west": -67.97, "north": 18.57, "east": -64.51 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8544/?format=api", "name": "NAD83(HARN Corrected)", "code": "EPSG:8544", "extent": { "south": 17.62, "west": -67.97, "north": 18.57, "east": -64.51 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8545/?format=api", "name": "NAD83(HARN Corrected)", "code": "EPSG:8545", "extent": { "south": 17.62, "west": -67.97, "north": 18.57, "east": -64.51 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8675/?format=api", "name": "N43 height", "code": "EPSG:8675", "extent": { "south": 59.75, "west": 20.95, "north": 66.73, "east": 31.59 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8677/?format=api", "name": "MGI 1901 / Balkans zone 5", "code": "EPSG:8677", "extent": { "south": 42.95, "west": 13.38, "north": 46.88, "east": 16.5 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8678/?format=api", "name": "MGI 1901 / Balkans zone 6", "code": "EPSG:8678", "extent": { "south": 41.79, "west": 16.5, "north": 46.55, "east": 19.51 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8679/?format=api", "name": "MGI 1901 / Balkans zone 8", "code": "EPSG:8679", "extent": { "south": 41.11, "west": 22.5, "north": 44.7, "east": 23.04 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8682/?format=api", "name": "SRB_ETRS89 / UTM zone 34N", "code": "EPSG:8682", "extent": { "south": 42.23, "west": 18.81, "north": 46.19, "east": 23.01 } } ] }{ "count": 6891, "next": "