The playground

Try any of 1475 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/n11/v1/resolve1 credit

Resolve an n11 short-link (`token` or `url`, e.g. sl.n11.com/n/<token>) to its REAL n11.com URL + type. Follows www.n11.com/n/<token> THROUGH the wall (which a plain client 403s) and captures the final URL — escaping the app-only adj.st/Play-Store dead-end that the short link otherwise hits. Classifies product/store/campaign/category; for products it embeds the full product detail (include_detail) so one call returns both. Deterministic per token → cacheable.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/n11/v1/resolve \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"token":"vnETLtk"}'

Hit Send to run this endpoint live.

Playground · ReefAPI