Refuge Restrooms API
RR
Refuge Restrooms API
/v1/restrooms/by_date

getV1RestroomsByDate

Search for restroom records updated or created on or after a given date

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/by_date 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
updatedbooleanReturn restroom records updated (rather than created) since given date default null
day*integerDay default null
month*integerMonth default null
year*integerYear 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/by_date","input":{"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true,"updated":true,"day":1,"month":1,"year":1}}'
cli
npx cracked-ai run -p oa-refugerestrooms-org -e /v1/restrooms/by_date -i '{"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true,"updated":true,"day":1,"month":1,"year":1}'
mcp
run_tool({ provider: "oa-refugerestrooms-org", endpoint: "/v1/restrooms/by_date", input: {"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true,"updated":true,"day":1,"month":1,"year":1} })

Try it

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