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=684
https://demo.lizard.net/api/v4/projections/?format=api&page=685", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=683", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9053/?format=api", "name": "WGS 84 (G730)", "code": "EPSG:9053", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9054/?format=api", "name": "WGS 84 (G873)", "code": "EPSG:9054", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9055/?format=api", "name": "WGS 84 (G1150)", "code": "EPSG:9055", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9056/?format=api", "name": "WGS 84 (G1674)", "code": "EPSG:9056", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9057/?format=api", "name": "WGS 84 (G1762)", "code": "EPSG:9057", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9059/?format=api", "name": "ETRF89", "code": "EPSG:9059", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9060/?format=api", "name": "ETRF90", "code": "EPSG:9060", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9061/?format=api", "name": "ETRF91", "code": "EPSG:9061", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9062/?format=api", "name": "ETRF92", "code": "EPSG:9062", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9063/?format=api", "name": "ETRF93", "code": "EPSG:9063", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } } ] }{ "count": 6891, "next": "