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=685
https://demo.lizard.net/api/v4/projections/?format=api&page=686", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=684", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9064/?format=api", "name": "ETRF94", "code": "EPSG:9064", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9065/?format=api", "name": "ETRF96", "code": "EPSG:9065", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9066/?format=api", "name": "ETRF97", "code": "EPSG:9066", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9067/?format=api", "name": "ETRF2000", "code": "EPSG:9067", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9068/?format=api", "name": "ETRF2005", "code": "EPSG:9068", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9069/?format=api", "name": "ETRF2014", "code": "EPSG:9069", "extent": { "south": 32.88, "west": -16.1, "north": 84.17, "east": 40.18 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9070/?format=api", "name": "NAD83(MARP00)", "code": "EPSG:9070", "extent": { "south": 1.64, "west": 129.48, "north": 23.9, "east": 149.55 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9071/?format=api", "name": "NAD83(MARP00)", "code": "EPSG:9071", "extent": { "south": 1.64, "west": 129.48, "north": 23.9, "east": 149.55 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9072/?format=api", "name": "NAD83(MARP00)", "code": "EPSG:9072", "extent": { "south": 1.64, "west": 129.48, "north": 23.9, "east": 149.55 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:9073/?format=api", "name": "NAD83(PACP00)", "code": "EPSG:9073", "extent": { "south": -17.56, "west": -151.27, "north": 31.8, "east": 157.47 } } ] }{ "count": 6891, "next": "