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=680
https://demo.lizard.net/api/v4/projections/?format=api&page=681", "previous": "https://demo.lizard.net/api/v4/projections/?format=api&page=679", "results": [ { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8982/?format=api", "name": "SIRGAS-CON SIR10P01", "code": "EPSG:8982", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8983/?format=api", "name": "SIRGAS-CON SIR11P01", "code": "EPSG:8983", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8984/?format=api", "name": "SIRGAS-CON SIR13P01", "code": "EPSG:8984", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8985/?format=api", "name": "SIRGAS-CON SIR14P01", "code": "EPSG:8985", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8986/?format=api", "name": "SIRGAS-CON SIR15P01", "code": "EPSG:8986", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8987/?format=api", "name": "SIRGAS-CON SIR17P01", "code": "EPSG:8987", "extent": { "south": -59.87, "west": -122.19, "north": 32.72, "east": -25.28 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8988/?format=api", "name": "ITRF88", "code": "EPSG:8988", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8989/?format=api", "name": "ITRF89", "code": "EPSG:8989", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8990/?format=api", "name": "ITRF90", "code": "EPSG:8990", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } }, { "url": "https://demo.lizard.net/api/v4/projections/EPSG:8991/?format=api", "name": "ITRF91", "code": "EPSG:8991", "extent": { "south": -90.0, "west": -180.0, "north": 90.0, "east": 180.0 } } ] }{ "count": 6891, "next": "