RR
Refuge Restrooms API
/v1/restrooms/by_location
getV1RestroomsByLocation
Search by location.
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_location 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 |
| lat* | number | latitude default null |
| lng* | number | longitude 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_location","input":{"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true,"lat":1,"lng":1}}'cli
npx cracked-ai run -p oa-refugerestrooms-org -e /v1/restrooms/by_location -i '{"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true,"lat":1,"lng":1}'mcp
run_tool({ provider: "oa-refugerestrooms-org", endpoint: "/v1/restrooms/by_location", input: {"page":1,"per_page":10,"offset":0,"ada":true,"unisex":true,"lat":1,"lng":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.