Skip to main content
GET
/
papers
List all 197 papers
curl --request GET \
  --url https://api.urantia.dev/papers
{
  "data": [
    {
      "id": "<string>",
      "partId": "<string>",
      "title": "<string>",
      "sortId": "<string>",
      "labels": [
        "<string>"
      ]
    }
  ]
}

Response

List of all papers

data
object[]
required