docs / japan-re
Japan Real Estate
Japan property listings and details.
base /japan-re/v12 endpoints
post
/japan-re/v1/listings/search2 creditsSUUMO listings search (prefecture=tokyo|kanagawa|osaka|kyoto)
| Parameter | Required |
|---|---|
| prefecture | optional |
| listing_type | optional |
| page | optional |
| max_pages | optional |
post
/japan-re/v1/listings/detail2 creditsfull listing detail (tables + inline JSON)
| Parameter | Required |
|---|---|
| listing_id | required |
Example request · listings/search
curl -X POST https://api.reefapi.com/japan-re/v1/listings/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"prefecture":"tokyo","listing_type":"rent","page":1,"max_pages":1}'Response shape
{
"ok": true,
"data": { /* the result */ },
"meta": {
"latency_ms": 240,
"record_count": 12,
"completeness_pct": 100
},
"error": null
}