{"api":"v1","generated_at":"2026-09-16T08:18:24.521Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/vaaya-ai-api-run-courtlistener-cases-84f781","pinned_page":"https://tollindex.com/e/vaaya-ai-api-run-courtlistener-cases-84f781/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"vaaya-ai-api-run-courtlistener-cases-84f781","canonical_url":"https://vaaya.ai/api/run/courtlistener/cases","resource":"https://vaaya.ai/api/run/courtlistener/cases","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Search 10M+ US court opinions (CourtListener v4). Pass `q` + optional `court` (e.g. cand, ca9, scotus), `judge`, `filed_after`/`filed_before`, `order_by` (\"dateFiled desc\"), `cursor` (pagination). Returns case names, courts, dates, cites, and absolute_url links to full opinions.","service_name":"Vaaya","declared_category":null,"declared_tags":["courtlistener","ai-agents","pay-per-call"],"route_template":":var1","registry_updated":"2026-09-08T23:22:46.028Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"courtlistener cases","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.01 USDC","amount_units":0.01,"decimals_known":true,"pay_to":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":2,"unique_payers_30d":1,"last_called_at":"2026-09-08T23:23:24.010Z"},"validation":{"latest":{"observed_at":"2026-09-16T05:26:19.068Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":0,"ratio":0},{"days":30,"observed":6,"passed":0,"ratio":0},{"days":90,"observed":6,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-16T05:26:19.068Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T05:43:10.481Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:16:01.071Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:11:48.996Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:28:06.797Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:13:22.117Z","state":"malformed","failed_checks":["bazaar.routeTemplate.matches_resource"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","page":"https://tollindex.com/seller/0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","endpoints":69,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["courtlistener","ai-agents","pay-per-call"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":360}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783358761/bazaar-icons/161e7ee036681539.png","quality":{"lastCalledAt":"2026-09-08T23:23:24.01Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":1},"resource":"https://vaaya.ai/api/run/courtlistener/cases","extensions":{"bazaar":{"info":{"input":{"body":{"q":"trade secret injunction","court":"cand"},"type":"http","method":"POST","bodyType":"json","pathParams":{}},"output":{"type":"json","example":{"ok":true,"data":{},"charged_cents":1}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","required":["q"],"properties":{"q":{"type":"string","minLength":1},"court":{"type":"string"},"judge":{"type":"string"},"cursor":{"type":"string"},"order_by":{"type":"string"},"case_name":{"type":"string"},"party_name":{"type":"string"},"filed_after":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"filed_before":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$"},"docket_number":{"type":"string"}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"pathParams":{"type":"object"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"routeTemplate":":var1"}},"description":"Search 10M+ US court opinions (CourtListener v4). Pass `q` + optional `court` (e.g. cand, ca9, scotus), `judge`, `filed_after`/`filed_before`, `order_by` (\"dateFiled desc\"), `cursor` (pagination). Returns case names, courts, dates, cites, and absolute_url links to full opinions.","lastUpdated":"2026-09-08T23:22:46.028Z","serviceName":"Vaaya","x402Version":2}]}}