Search available EPSGs
POST/epsg
Search available EPSGs
Request
- text/plain
Body
string
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
results
object[]
nullable
id stringnullable
name stringnullable
total int32
{
"results": [
{
"id": "string",
"name": "string"
}
],
"total": 0
}
Bad Request
Server Error
Loading...