Search coordinate reference systems
maptiler_search_coordinate_systemsSearch MapTiler's CRS/EPSG database by free text or key:value filters (e.g. 'code:4326', 'kind:CRS-PROJCRS'). API: GET /coordinates/search/{query}.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-50). Default 10. | |
| query | Yes | Search terms; supports filters like "code:4326" or "kind:CRS-PROJCRS". | |
| offset | No | Pagination offset. Default 0. | |
| exports | No | Include WKT / Proj4 export strings for each CRS. | |
| transformations | No | Include available transformations for each CRS. |