Skip to main content
GET
/
sections
/
{sectionId}
Get section detail
curl --request GET \
  --url https://mkk.celebi.me/api/sections/{sectionId}
{
  "id": "<string>",
  "sectionId": "<string>",
  "name": "<string>",
  "sort_order": 123,
  "line_item_count": 123,
  "document_count": 123,
  "fund_count": 123,
  "line_items": [
    {
      "id": 123,
      "slug": "<string>",
      "name": "<string>",
      "sectionId": "<string>",
      "sectionName": "<string>",
      "section": "<string>",
      "unit": "<string>",
      "kind": "<string>",
      "value_count": 123,
      "fund_count": 123,
      "document_count": 123,
      "values": [
        {
          "id": 123,
          "document_id": 123,
          "disclosure_index": "<string>",
          "file_name": "<string>",
          "fund_code": "<string>",
          "fund_title": "<string>",
          "period": "<string>",
          "line_item_id": 123,
          "line_item_slug": "<string>",
          "line_item_name": "<string>",
          "sectionId": "<string>",
          "sectionName": "<string>",
          "canonical_section": "<string>",
          "kind": "<string>",
          "raw_section": "<string>",
          "raw_label": "<string>",
          "value": "<string>",
          "numeric_value": 123,
          "unit": "<string>",
          "source": "<string>",
          "mapping_method": "<string>",
          "mapping_confidence": 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.

Path Parameters

sectionId
string
required

Canonical section slug.

Query Parameters

fund_id
string

Filter by fund code.

fund_code
string

Filter by fund code.

include_values
string

Include nested values. Truthy values: 1, true, yes, on.

Response

Section detail with canonical line items.

id
string
sectionId
string
name
string
sort_order
integer
line_item_count
integer
document_count
integer
fund_count
integer
line_items
object[]