One REST call. Twelve verified fields back. 138 brands. Predictable per-lookup pricing. No fine print, no minimums, no enterprise dance.
ApplianceIQ drops into any stack that needs to know something about a physical appliance.
Four endpoints cover the full product. Start with /v1/lookup — it returns everything.
| Method | Path | Description |
|---|---|---|
| POST | /v1/lookup | Full appliance profile from model number + optional serial. Returns all 12 data points with per-field confidence scores. |
| GET | /v1/recalls/{model} | Just the recall data for a model. Faster and cheaper if that's all you need. Returns multiple Verified Government Safety Databasess, EU sources. |
| POST | /v1/ocr/label | Send an image of an appliance nameplate. Returns extracted brand, model, and serial. Then pass to /v1/lookup for the full profile. |
| GET | /v1/rate-limit-info | Your current usage window — calls made, remaining, reset timestamp. Use before bulk jobs. |
p50 < 800ms cached · p50 < 4s uncached. Results are cached 90 days across all customers — your second lookup is fast regardless of who queried first.99.9% SLA on paid tiers. Status at status.applianceiq.com. Webhooks fire when any monitored model gets a new recall — even while you sleep.$0.05/call after the free 100/mo. Startup tier is $99/mo for 5,000 calls. Volume pricing on Scale. No annual contracts on dev or startup.X-API-Key header. Keys are per-environment — generate separate keys for dev and prod. All traffic over TLS 1.3. No plaintext secrets stored.Node.js and Python. Others on request. Or call the REST API directly — it's straightforward JSON, no SDK required.POST to your endpoint within 60 seconds. Available on Startup and Scale tiers.The response always includes overall_confidence and per-field sources. If we can't verify a field, it returns null with an explanation — never a fabricated answer.
No minimums on the dev tier. Startup and Scale tiers are flat monthly with overage.