Get Real-Time MRR
endpoint
Returns the current Monthly Recurring Revenue calculated across all active subscriptions.
Response Example
Get Cohort Retention
endpoint
Returns historical cohort retention matrices with NRR percentages.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve real-time MRR, Net Revenue Retention (NRR), and foreign exchange volume totals.
{
"status": "success",
"data": {
"current_mrr": 42850.00,
"currency": "USD",
"growth_mom_pct": 14.8,
"active_subscribers": 1420,
"breakdown_by_provider": {
"stripe": 28400.00,
"polar": 6250.00,
"revenuecat": 8200.00
}
}
}
{
"status": "success",
"data": {
"cohorts": [
{
"vintage": "2026-01",
"starting_mrr": 12400.00,
"nrr_percentage": 118.4,
"retention_curve": [100.0, 104.2, 108.5, 114.1, 118.4]
}
]
}
}