STATIC JSON · NO KEY · NO SERVER

Open data for consumer electronics

Structured specs & computed scores for smartphones, SoCs, GPUs and CPUs — served as plain static JSON. Free and open.

~/techapi LIVE
loading
01 — Playground

Run a request, get JSON

Pick a resource and a slug. The response is fetched straight from the static dataset, right in your browser.

GET /v1/{resource}/{slug}
GET /v1/smartphones/galaxy-s25-ultra
Loading…
04 — How it works

Curated → replayed → served

[ 01 ]

Curated data

Specs live as reviewed JSON files in the repo, each carrying at least one source URL.

[ 02 ]

Replayed to disk

The real API runs in-process and every response is written out — byte-for-byte identical.

[ 03 ]

Served from a CDN

No server, no cold starts. Just fetch() a file — exactly what this page does.

curl techapi.dev/v1/...

Start fetching in one line

No sign-up, no rate limit, no SDK. Point fetch() or curl at a URL and you have structured specs. Code is MIT, data is CC-BY-SA 4.0.