Telegram Buy me a coffee
AuraAPI logo

Polish Postcode Intelligence.
Fast, Clean, Production-Ready.

AuraAPI is a Cloudflare Workers API backed by D1, designed for postcode lookup in Poland. It returns full location context: address, address type, city, county and voivodeship.

RapidAPI RapidAPI

Cloudflare Workers · D1 Database · RapidAPI Firewall Security

Core Features

Built from the actual project architecture and current production behavior.

🔍

Postcode Lookup

Route /api/postcode/{postcode} supports both XX-XXX and XXXXX formats.

🗃

D1 Dataset

Production table includes 42,712 cleaned records with corrected Polish characters.

🔒

RapidAPI Firewall

Worker validates X-RapidAPI-Proxy-Secret and blocks direct unauthorized access.

📊

Multi-Result Response

Returns an array of all matching rows plus Count and global CodesInDB metrics.

Serverless Deploy

Single Worker entry point routes traffic to dedicated microservice handlers in services/.

🚀

Extensible API Base

Prepared routes exist for future services: account verification and quote endpoint.

Use Cases

Where AuraAPI postcode lookup fits in real products.

👤 Registration Forms

Autocomplete city/region by postcode

📦 Shipping Logic

Validate destination coverage

🏢 CRM Enrichment

Normalize address records in leads

📈 Analytics

Aggregate users by voivodeship

API Snapshot

Current behavior based on deployed production endpoint.

Request

GET /api/postcode/33-100
Header:
X-RapidAPI-Proxy-Secret: <secret>

Response (fragment)

{
  "Result": [{
    "Postcode": "33-100",
    "Address": "Instytucja Rejonowy Urząd...",
    "Location": "Tarnów"
  }],
  "Count": 2,
  "CodesInDB": 42712
}

Integrate AuraAPI Today

Access AuraAPI exclusively through RapidAPI and ship postcode intelligence in minutes.

RapidAPI Open on RapidAPI

Free API concept · Cloudflare native · Designed for Polish market data