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=15
https://demo.lizard.net/api/v4/projections/?format=api&page=16", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=14", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2050/?format=api", "name": "Hartebeesthoek94 / Lo23", "code": "EPSG:2050", "extent": { "south": -34.26, "west": 22.0, "north": -25.26, "east": 24.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2051/?format=api", "name": "Hartebeesthoek94 / Lo25", "code": "EPSG:2051", "extent": { "south": -34.26, "west": 24.0, "north": -24.71, "east": 26.01 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2052/?format=api", "name": "Hartebeesthoek94 / Lo27", "code": "EPSG:2052", "extent": { "south": -33.83, "west": 26.0, "north": -22.92, "east": 28.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2053/?format=api", "name": "Hartebeesthoek94 / Lo29", "code": "EPSG:2053", "extent": { "south": -33.03, "west": 27.99, "north": -22.13, "east": 30.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20538/?format=api", "name": "Afgooye / UTM zone 38N", "code": "EPSG:20538", "extent": { "south": 0.0, "west": 42.0, "north": 11.52, "east": 48.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:20539/?format=api", "name": "Afgooye / UTM zone 39N", "code": "EPSG:20539", "extent": { "south": 4.44, "west": 48.0, "north": 12.03, "east": 51.47 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2054/?format=api", "name": "Hartebeesthoek94 / Lo31", "code": "EPSG:2054", "extent": { "south": -31.38, "west": 29.99, "north": -22.22, "east": 32.02 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2055/?format=api", "name": "Hartebeesthoek94 / Lo33", "code": "EPSG:2055", "extent": { "south": -28.94, "west": 31.95, "north": -26.8, "east": 32.95 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2056/?format=api", "name": "CH1903+ / LV95", "code": "EPSG:2056", "extent": { "south": 45.82, "west": 5.96, "north": 47.81, "east": 10.49 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:2057/?format=api", "name": "Rassadiran / Nakhl e Taqi", "code": "EPSG:2057", "extent": { "south": 27.39, "west": 52.5, "north": 27.61, "east": 52.71 } } ] }{ "count": 6891, "next": "