{"openapi":"3.1.0","info":{"title":"Katching Bounty Intelligence API","version":"0.1.0","description":"Public-metadata-only bounty intelligence. Results are not guaranteed."},"paths":{"/health":{"get":{"responses":{"200":{"description":"Service and source-cache status"}}}},"/openapi.json":{"get":{"responses":{"200":{"description":"This OpenAPI document"}}}},"/v1/sample":{"get":{"responses":{"200":{"description":"Non-paid sample response"}}}},"/v1/bounties":{"get":{"summary":"x402-protected bounty search","parameters":[{"name":"language","in":"query","schema":{"type":"string"}},{"name":"source","in":"query","schema":{"type":"string"}},{"name":"minPayoutUsd","in":"query","schema":{"type":"number"}},{"name":"deadlineBefore","in":"query","schema":{"type":"string"}},{"name":"minScore","in":"query","schema":{"type":"number"}}],"responses":{"200":{"description":"Paid bounty records"},"402":{"description":"x402 payment required"}}}}}}