The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
Operations in this family
GET /v1/situations
List durable special situations (M&A, tender offers, going-private, spin-offs, activist campaigns, restructuring, bankruptcy, …) with lifecycle status, deal terms, and market snapshot.
GET /v1/situations/{situation_id}
Retrieve a single situation with its full per-filing timeline (oldest first)
GET /v1/situations/{situation_id}/export
Render a source-cited Markdown Copy-for-LLM brief for one situation
GET /v1/situations/{situation_id}/filings
Retrieve a situation’s per-filing timeline as a paginated sub-resource (oldest first)
GET /v1/situations/{situation_id}/summary
Retrieve a compact situation summary: rendered markdown, deal terms, and the latest timeline event
GET /v1/situations/by-form/{form}
List special situations opened or advanced by a given EDGAR form type (e.g. SC 13D, SC TO-T, 425, DEFM14A). The form is expanded to the situation types it triggers.
GET /v1/situations/calendar
Upcoming situation key dates (record, vote, expiry, expected close) within a horizon of up to 365 days
GET /v1/situations/feed
Reverse-chronological feed of situation events, each enriched with its parent situation summary
GET /v1/situations/performance
Closed-situation outcome cohorts: completion rate, median days to close, average premium, terminated/expired counts
GET /v1/situations/stats
Situation counts by type, status, sector, and market-cap bucket over an optional window

