The playground

Try any of 1536 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/autodoc/v1/categories1 credit

Autodoc's part-category vocabulary — all 199 leaf categories with the slug and numeric id the `search` action needs, so a caller never has to guess one. Optionally filter with `group` (`brake`, `filter`, `suspension`). `market` picks the storefront, which is what decides the LANGUAGE of the slugs and names — the numeric ids are the same category on both, and a uk slug passed to a de `search` resolves correctly because the number is what Autodoc keys on. Cached hard: this list barely moves.

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

Hit Send to run this endpoint live.

Playground · ReefAPI