The playground
Try any of 1453 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/hemnet/v1/location0 credits
Location resolver / autocomplete — map a free-text Swedish place name to Hemnet locations (city, municipality, county, district, postal area) with their ids. Use it to power a search box or to confirm the exact location a search will use.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/hemnet/v1/location \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"Göteborg"}'Hit Send to run this endpoint live.