JSON over HTTPS. Token-authenticated for licensed clients. Built for systematic ingestion into research notebooks, portfolio dashboards, and production alpha workflows.
The licensed API is at https://13dwatch.com/api/v1/. All requests carry a Bearer token issued at onboarding.
$ curl -H "Authorization: Bearer 13dw_•••••••••••" \
https://13dwatch.com/api/v1/feed
A read-only public preview at /api/feed exists for journalism, citation, and exploration; rate-limited and not commercially licensable.
$ curl -H "Authorization: Bearer 13dw_•••" https://13dwatch.com/api/v1/feed | jq '.filings[0]'
{
"accession_number": "0001193125-26-173780",
"form_type": "SCHEDULE 13D",
"filing_date": "2026-04-23",
"date_of_event": "2026-04-20",
"filer_name": "Illumina Innovation Fund II, L.P.",
"filer_cik": "0002104204",
"issuer_name": "Alamar Biosciences, Inc.",
"issuer_cik": "0001998213",
"issuer_ticker": "ALMR",
"cusip": "010911105",
"securities_class": "Common Stock, par value $0.0001 per share",
"shares_owned": 5856536,
"percent_owned": 9.6,
"purpose": "The information set forth in Item 3 ...",
"filing_url": "https://www.sec.gov/Archives/edgar/data/2104204/...",
"issuer_cluster": { "filings_in_window": 2, "window_days": 90 },
"insider_activity": { "buys": 0, "sells": 0, "..." : "..." },
"institutional_consensus": { "num_holders": 0, "..." : "..." },
"short_interest": { "current_short_interest": 0, "days_to_cover": 0 },
"ai_brief": {
"summary": "Illumina's corporate venture arm filed a 13D on ALMR ...",
"intent": "strategic",
"confidence": "medium"
}
}
form, min_stake, insider, min_consensus, min_short, min_dtc, ticker.The current API is v1. Breaking changes ship behind /api/v2/ with v1 supported for twelve months in parallel. Field additions are non-breaking.
For high-volume integrations, custom webhooks, or co-development, contact us.
Pilots include API key for higher rate limits, custom webhooks, and commercial-use license. $1,500/mo.
Request a pilot →