This repository was archived by the owner on Oct 23, 2024. It is now read-only.
Release 3.1.0 of the Whereabouts API introduces two new features:
-
Support for 'pretty-printed' JSON responses.
Users can now opt-in to prettified JSON responses by passing the?pretty
query parameter. This capability uses Hono'sprettyJSON
middleware and is supported on all endpoints. -
Support for custom dataset metdata.
The/metadata
endpoint can now provide custom datasetname
,license
,version
, anddocumentation
attributes. These can be any form of JSON value (e.g. string, number) and are stored alongside existing geospatial features in MongoDB.
This release has been pushed to Docker Hub.
You can interact with a demo of the API here, this instance uses the Ordnance Survey OpenNames dataset.