A
APIs.guru
/list.json
List all APIs
List all APIs in the directory. Returns links to the OpenAPI definitions for each API in the directory. If API exist in multiple versions `preferred` one is explicitly marked. Some basic info from the OpenAPI definition is cached inside each object. This allows you to generate some simple views without needing to fetch the OpenAPI definition for each API.
liveunknown~3s typical
apisapis.guru
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-apis-guru /list.json for me.
Input
This endpoint takes an open JSON object. See the upstream docs for its input schema.
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-apis-guru","endpoint":"/list.json","input":{}}'cli
npx cracked-ai run -p oa-apis-guru -e /list.json -i '{}'mcp
run_tool({ provider: "oa-apis-guru", endpoint: "/list.json", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.