Skip to main content
GET
/
sections
List sections
curl --request GET \
  --url https://mkk.celebi.me/api/sections
{
  "sections": [
    {
      "id": "<string>",
      "sectionId": "<string>",
      "name": "<string>",
      "sort_order": 123,
      "line_item_count": 123,
      "document_count": 123,
      "fund_count": 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.

Query Parameters

fund_id
string

Filter by fund code.

fund_code
string

Filter by fund code.

q
string

Text search query.

Response

200 - application/json

Canonical report sections.

sections
object[]
required