> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Situations

> Reference pages for Situations endpoints.

Reference pages for Situations endpoints.

<Note>
  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.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/situations" href="/api-reference/situations/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.</Card>
  <Card title="GET /v1/situations/{situation_id}" href="/api-reference/situations/get-v1-situations-situation-id">Retrieve a single situation with its full per-filing timeline (oldest first)</Card>
  <Card title="GET /v1/situations/{situation_id}/export" href="/api-reference/situations/get-v1-situations-situation-id-export">Render a source-cited Markdown Copy-for-LLM brief for one situation</Card>
  <Card title="GET /v1/situations/{situation_id}/filings" href="/api-reference/situations/get-v1-situations-situation-id-filings">Retrieve a situation's per-filing timeline as a paginated sub-resource (oldest first)</Card>
  <Card title="GET /v1/situations/{situation_id}/summary" href="/api-reference/situations/get-v1-situations-situation-id-summary">Retrieve a compact situation summary: rendered markdown, deal terms, and the latest timeline event</Card>
  <Card title="GET /v1/situations/by-form/{form}" href="/api-reference/situations/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.</Card>
  <Card title="GET /v1/situations/calendar" href="/api-reference/situations/get-v1-situations-calendar">Upcoming situation key dates (record, vote, expiry, expected close) within a horizon of up to 365 days</Card>
  <Card title="GET /v1/situations/feed" href="/api-reference/situations/get-v1-situations-feed">Reverse-chronological feed of situation events, each enriched with its parent situation summary</Card>
  <Card title="GET /v1/situations/performance" href="/api-reference/situations/get-v1-situations-performance">Closed-situation outcome cohorts: completion rate, median days to close, average premium, terminated/expired counts</Card>
  <Card title="GET /v1/situations/stats" href="/api-reference/situations/get-v1-situations-stats">Situation counts by type, status, sector, and market-cap bucket over an optional window</Card>
</CardGroup>
