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=689
https://demo.lizard.net/api/v4/projections/?format=api&page=690", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=688", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9210/?format=api", "name": "VN-2000 / TM-3 105-45", "code": "EPSG:9210", "extent": { "south": 9.75, "west": 105.26, "north": 23.12, "east": 107.8 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9211/?format=api", "name": "VN-2000 / TM-3 106-00", "code": "EPSG:9211", "extent": { "south": 16.92, "west": 104.83, "north": 22.7, "east": 107.03 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9212/?format=api", "name": "VN-2000 / TM-3 106-15", "code": "EPSG:9212", "extent": { "south": 11.3, "west": 106.41, "north": 17.22, "east": 107.43 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9213/?format=api", "name": "VN-2000 / TM-3 106-30", "code": "EPSG:9213", "extent": { "south": 21.32, "west": 105.43, "north": 22.75, "east": 106.25 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9214/?format=api", "name": "VN-2000 / TM-3 107-00", "code": "EPSG:9214", "extent": { "south": 15.99, "west": 105.88, "north": 21.63, "east": 108.24 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9215/?format=api", "name": "VN-2000 / TM-3 107-15", "code": "EPSG:9215", "extent": { "south": 21.32, "west": 106.09, "north": 22.47, "east": 107.37 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9216/?format=api", "name": "VN-2000 / TM-3 107-30", "code": "EPSG:9216", "extent": { "south": 13.92, "west": 107.33, "north": 15.42, "east": 108.55 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9217/?format=api", "name": "VN-2000 / TM-3 108-15", "code": "EPSG:9217", "extent": { "south": 11.25, "west": 108.55, "north": 14.71, "east": 109.53 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9218/?format=api", "name": "VN-2000 / TM-3 108-30", "code": "EPSG:9218", "extent": { "south": 10.43, "west": 107.2, "north": 14.61, "east": 109.52 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9221/?format=api", "name": "Hartebeesthoek94 / ZAF BSU Albers 25E", "code": "EPSG:9221", "extent": { "south": -38.17, "west": 13.33, "north": -22.13, "east": 36.54 } } ] }{ "count": 6891, "next": "