7 federal health databases, unified API, cross-reference intelligence, AI-powered answers. Built for healthcare builders.
From raw federal data to intelligent answers in six layers.
Each database is a curated, indexed SQLite file built from public federal data sources. WAL mode for concurrent reads.
GET /v1/credentials/search?name=smith&state=CO
GET /v1/credentials/screen?npi=1234567890
GET /v1/providers/search?taxonomy=orthop&state=CO
GET /v1/providers/1234567890
GET /v1/clearances/search?q=knee+implant
GET /v1/clearances/K241234
GET /v1/labels/search?q=ibuprofen
GET /v1/labels/search?manufacturer=pfizer
GET /v1/prices/search?drg=470&state=CO
GET /v1/prices/compare?drg=470&state=CO
GET /v1/trials/search?q=knee+replacement
GET /v1/trials/search?status=RECRUITING
GET /v1/safety/search?drug=acetaminophen
GET /v1/safety/signals?drug=ibuprofen
Organized by function. All authenticated via API key in x-api-key header. JSON responses.
Federal public data, zero PHI, enterprise-grade auth and metering.
SHA-256 hashed API keys stored server-side. Keys never stored in plaintext. Transmitted via x-api-key header over HTTPS.
Every API call logged with timestamp, endpoint, and response time. Per-key usage limits enforced. Real-time usage dashboard via /v1/keys/usage.
Fastify rate-limit middleware. Per-key and per-IP limits prevent abuse. Tier-based throttling: Free (100/mo), Builder (10K/mo), Enterprise (custom).
All data sourced from public federal databases (CMS, FDA, OIG, NIH). No protected health information (PHI). No patient data. HIPAA-aligned by design.
Solving Health indexes public federal registries only. Provider NPIs, device clearances, hospital prices, clinical trials, and safety signals. Zero patient identifiers.
Full request logging in gateway.db. Every API call tracked by key, endpoint, timestamp, and response code. Export-ready for compliance reviews.
Modern, lightweight, deployment-ready. No heavy ORM. No managed database bills. Just SQLite and Fastify.
Start free. Scale when you need to. No contracts, no hidden fees.
Request an API key and start querying 7 federal health databases in minutes. One key. All endpoints.