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=670
https://demo.lizard.net/api/v4/projections/?format=api&page=671", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=669", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8797/?format=api", "name": "NAD83 / Wyoming East (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8797", "extent": { "south": 40.99, "west": -106.33, "north": 45.01, "east": -104.05 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8798/?format=api", "name": "NAD83 / Wyoming East Central (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8798", "extent": { "south": 40.99, "west": -108.63, "north": 45.01, "east": -106.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8799/?format=api", "name": "NAD83 / Wyoming West Central (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8799", "extent": { "south": 40.99, "west": -111.06, "north": 45.01, "east": -107.5 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8800/?format=api", "name": "NAD83 / Wyoming West (ftUS) + NAVD88 height (ftUS)", "code": "EPSG:8800", "extent": { "south": 40.99, "west": -111.06, "north": 44.67, "east": -109.04 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8801/?format=api", "name": "NAD83 / Alabama East + NAVD88 height", "code": "EPSG:8801", "extent": { "south": 30.99, "west": -86.79, "north": 35.0, "east": -84.89 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8802/?format=api", "name": "NAD83 / Alabama West + NAVD88 height", "code": "EPSG:8802", "extent": { "south": 30.14, "west": -88.48, "north": 35.02, "east": -86.3 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8803/?format=api", "name": "NAD83 / Alaska zone 1 + NAVD88 height", "code": "EPSG:8803", "extent": { "south": 54.61, "west": -141.0, "north": 60.35, "east": -129.99 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8804/?format=api", "name": "NAD83 / Alaska zone 2 + NAVD88 height", "code": "EPSG:8804", "extent": { "south": 59.72, "west": -144.01, "north": 70.16, "east": -140.98 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8805/?format=api", "name": "NAD83 / Alaska zone 3 + NAVD88 height", "code": "EPSG:8805", "extent": { "south": 59.72, "west": -148.0, "north": 70.38, "east": -144.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8806/?format=api", "name": "NAD83 / Alaska zone 4 + NAVD88 height", "code": "EPSG:8806", "extent": { "south": 59.11, "west": -152.01, "north": 70.63, "east": -147.99 } } ] }{ "count": 6891, "next": "