Congressional Stock Brain
Congressional Stock Brain — auto-discovered JSON endpoint
AI-powered tool scoring U.S. STOCK Act lawmaker trade disclosures for retail investors
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://congressionalstockbrain.com/health
{
"status": "ok",
"environment": "prod",
"platform_domain": "app.base44.com",
"build": {
"image_tag": "main-419f0e5",
"commit": "419f0e56b897b12759ad083a6b6e2e9eabb0ff43",
"built_at": "2026-07-06T01:02:22+03:00"
}
}curl "https://congressionalstockbrain.com/health"const res = await fetch("https://congressionalstockbrain.com/health");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://congressionalstockbrain.com/health")
print(res.json())/healthPROBEDCongressional Stock Brain — auto-discovered JSON endpoint
/pingLightweight ping endpoint.
/statusService status metadata.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
Congressional Stock Brain: common questions
Is Congressional Stock Brain free to use?
Yes — Congressional Stock Brain is a free finance API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does Congressional Stock Brain need an API key?
No — Congressional Stock Brain needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call Congressional Stock Brain from the browser?
Yes — Congressional Stock Brain returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Congressional Stock Brain up right now?
Congressional Stock Brain is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.