datpaq/api-catalog

Production APIs. One catalog. Real integrations.

Every Datpaq API in one place. REST endpoints with API-key auth, JSON in and out, and a free tier on every one. Pick an API, read the docs, ship the call.

35 live APIs, one auth scheme, one place to read every doc.

The catalog

Every API we ship

One card per production API. Read the docs to integrate, or open a landing page where one exists for a deeper look.

Transportation Intelligence

Aircraft

Look up aircraft details by FAA tail number, ICAO hex code, or aircraft type code through simple API calls.

Geolocation & IP Tools

Geocoding

Convert place text to coordinates and coordinates to structured addresses with deterministic geocoding response contracts.

Transportation Intelligence

Vin Lookup

Decode vehicle VINs into structured make, model, year, and vehicle details with single and batch request support.

Quickstart

Three steps from key to call.

Grab a key from the dashboard, pick the API you need, and call the endpoint. Same auth scheme across the entire catalog — no SDK to install.

bash
# 1. Get your key in the dashboard
export DATPAQ_KEY=[YOUR_API_KEY]

# 2. Call any endpoint
curl -H "x-api-key: $DATPAQ_KEY" \
"https://datpaq.com/api/v1/ip-intelligence?ip=8.8.8.8"
Get a key
Sign in to the dashboard and create a project key.
Pick an API
Choose from the catalog above and open its docs.
Call it
Send an x-api-key request and parse the JSON response.

FAQ

Questions developers ask first.

One catalog. Every integration.

Spin up a key, pick the API you need, and ship. Same auth, same JSON, same docs experience across every endpoint in the catalog.