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.
PUBLIC business profile of a freelancer or employer by username or id: display name, country, role, hourly rate, reputation (rating/reviews/completion/on-time/repeat-hire), skills, membership, badges, registration year. PII (email/phone/legal-name/address) is NEVER returned.
The freelancer/employer to fetch: a Freelancer username (fmsiddique) or a numeric user id. Returns the PUBLIC business profile only — no email / phone / legal-name / address (those are never returned).
Freelance marketplace to query (e.g. 'freelancer' for Freelancer.com). Additional marketplaces such as Fiverr, Upwork, Guru, and PeoplePerHour are coming soon — selecting one returns a clear status message.
curl -X POST https://api.reefapi.com/freelance-jobs/v1/user \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.