Bills API
BA
Bills API
/api/v1/BillTypes

Returns a list of Bill types.

Returns a list of Bill types.

liveunknown~3s typical
billtypesbills
$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-parliament-uk-bills /api/v1/BillTypes for me.

Input

FieldTypeDescription
Categorystring default null
Skipinteger default null
Takeinteger 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-parliament-uk-bills","endpoint":"/api/v1/BillTypes","input":{"Category":"...","Skip":1,"Take":1}}'
cli
npx cracked-ai run -p oa-parliament-uk-bills -e /api/v1/BillTypes -i '{"Category":"...","Skip":1,"Take":1}'
mcp
run_tool({ provider: "oa-parliament-uk-bills", endpoint: "/api/v1/BillTypes", input: {"Category":"...","Skip":1,"Take":1} })

Try it

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