Skip to main content
GET
/
toc
Get the full table of contents
curl --request GET \
  --url https://api.urantia.dev/toc
{
  "data": {
    "parts": [
      {
        "id": "<string>",
        "title": "<string>",
        "sponsorship": "<string>",
        "papers": [
          {
            "id": "<string>",
            "title": "<string>",
            "labels": [
              "<string>"
            ]
          }
        ]
      }
    ]
  }
}

Response

Table of contents

data
object
required