Try any of 1042 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.
paginated complaints for a company
ReclameAqui numeric company id (from company/detail or company/search).
Complaint status to page through (default ANSWERED). Use `statuses` to combine several.
Optional list of statuses to fetch (overrides `status`).
Maximum complaints to return (public cap is 255). (1–255)
Complaints fetched per upstream page (tuning knob). (1–50)
Only include complaints on/after this date (YYYY-MM-DD).
Only include complaints on/before this date (YYYY-MM-DD).
Company slug (used to build the complaint URL / label rows).
Optional company display name to stamp onto returned complaint rows.
curl -X POST https://api.reefapi.com/reclameaqui/v1/company/complaints \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.