mirror of
https://github.com/0507spc/postcodes.io
synced 2026-02-15 23:04:22 +00:00
No description
## [16.0.1](https://github.com/ideal-postcodes/postcodes.io/compare/16.0.0...16.0.1) (2024-05-31) ### Bug Fixes * **Support Tables:** Rebuild constituency table ([ |
||
|---|---|---|
| .github | ||
| bin | ||
| data | ||
| docker | ||
| openapi | ||
| public | ||
| src | ||
| test | ||
| views | ||
| .dockerignore | ||
| .env | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .redocly.yaml | ||
| CHANGELOG.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile.pg | ||
| latest | ||
| LICENSE | ||
| Makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tslint.json | ||
UK postcode & geolocation API, serving up open data
Query for UK postcodes and geolocations over HTTP.
Postcodes.io regularly ingests and serves the ONS Postcode Directory and Ordnance Survey Open Names datasets.
Features
- Postcode lookup, resolve administrative and location data for postcodes and outward codes
- Postcode search & autocomplete
- Reverse geocode postcodes
- Nearest postcode search
- Terminated postcode search
- Outward code lookup
- Bulk postcode lookup and reverse geocoding
Usage
- Public API
- API Documentation
- 3rd Party API Clients
- Public API Service Status
- Self Hosting: Docker containers
Quick Start
Start querying UK postcode data immediately on your local machine with Docker
docker-compose up
Testing
# Run entire test suite
make test
# Launch test application container and services, and run tests from container
make test-up
make test-shell
$api-container> npm test
License
MIT