Refuge Restrooms API
RR
Refuge Restrooms API
/v1/restrooms

getV1Restrooms

Get all restroom records ordered by date descending.

liveunknown~3s typical
restroomsrefuge
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-refugerestrooms-org /v1/restrooms for me.

Input

FieldTypeDescription
pageintegerPage offset to fetch. default 1
per_pageintegerNumber of results to return per page. default 10
offsetintegerPad a number of results. default 0
adabooleanOnly return restrooms that are ADA accessible. default null
unisexbooleanOnly return restrooms that are unisex. default null

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-refugerestrooms-org","endpoint":"/v1/restrooms","input":{"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true}}'
cli
npx cracked-ai run -p oa-refugerestrooms-org -e /v1/restrooms -i '{"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true}'
mcp
run_tool({ provider: "oa-refugerestrooms-org", endpoint: "/v1/restrooms", input: {"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.