Skip to main content
GET
/
health
API health and database counts
curl --request GET \
  --url https://mkk.celebi.me/api/health
{
  "status": "ok",
  "documents": 123,
  "funds": 123,
  "sections": 123,
  "line_items": 123,
  "line_item_values": 123,
  "portfolio_entries": 123,
  "portfolio_rows": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.mkk.celebi.me/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

API health and aggregate counts.

status
string
required
Example:

"ok"

documents
integer
funds
integer
sections
integer
line_items
integer
line_item_values
integer
portfolio_entries
integer
portfolio_rows
integer