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
$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
| Field | Type | Description |
|---|---|---|
| page | integer | Page offset to fetch. default 1 |
| per_page | integer | Number of results to return per page. default 10 |
| offset | integer | Pad a number of results. default 0 |
| ada | boolean | Only return restrooms that are ADA accessible. default null |
| unisex | boolean | Only return restrooms that are unisex. default null |
| updated | boolean | Return restroom records updated (rather than created) since given date default null |
| day* | integer | Day default null |
| month* | integer | Month default null |
| year* | integer | Year 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.