{"openapi":"3.1.0","info":{"title":"New Colorado Business Registrations","version":"1.0.0","description":"Every newly registered Colorado business (LLCs, corporations, nonprofits): legal name, formation date, entity type, registered agent, principal address, and standing — from the Colorado Secretary of State official open-data feed, refreshed daily. Typed schema, no silent nulls. Pay per call with x402 (USDC on Base) — no signup, no API keys. Fresher and more machine-readable than the ~$200 lists Experian/Salesgenie sell.","contact":{"email":"seanepage@gmail.com"}},"servers":[{"url":"https://colorado-business-storefront.onrender.com"}],"paths":{"/api/meta":{"get":{"summary":"Free discovery metadata","security":[],"responses":{"200":{"description":"Coverage, freshness, pricing, schema"}}}},"/api/filings/recent":{"get":{"summary":"Recent new-business filings (x402, $0.01/call)","description":"Newest Colorado filings (last 7 days), card-level — the freshest slice, cheapest to sample.","parameters":[{"name":"entity_type","in":"query","schema":{"type":"string"},"description":"e.g. domestic_llc"},{"name":"city","in":"query","schema":{"type":"string"},"description":"Business city (substring)"}],"responses":{"200":{"description":"Recent new-business filings"},"402":{"description":"Payment required (x402 v2, USDC on Base)"}}}},"/api/filings":{"get":{"summary":"New-business filings feed (full) (x402, $0.03/call)","description":"Full Colorado new-business feed with registered agent + address + standing; filter by entity_type, city, agent_state, since/until (formation date).","parameters":[{"name":"entity_type","in":"query","schema":{"type":"string"},"description":"domestic_llc | domestic_corp | nonprofit_corp | …"},{"name":"city","in":"query","schema":{"type":"string"},"description":"Business city (substring)"},{"name":"agent_state","in":"query","schema":{"type":"string"},"description":"Registered agent state (2-letter)"},{"name":"since","in":"query","schema":{"type":"string"},"description":"Earliest formation date (YYYY-MM-DD)"},{"name":"until","in":"query","schema":{"type":"string"},"description":"Latest formation date (YYYY-MM-DD)"}],"responses":{"200":{"description":"New-business filings feed (full)"},"402":{"description":"Payment required (x402 v2, USDC on Base)"}}}},"/api/batch/weekly.csv":{"get":{"summary":"Weekly new-business batch (CSV) (x402, $2.00/call)","description":"One CSV of all Colorado filings from the last 7 days — the bulk list product for human buyers. Same filters as the feed.","parameters":[{"name":"entity_type","in":"query","schema":{"type":"string"},"description":""},{"name":"city","in":"query","schema":{"type":"string"},"description":""}],"responses":{"200":{"description":"Weekly new-business batch (CSV)"},"402":{"description":"Payment required (x402 v2, USDC on Base)"}}}}}}