---
title: "List all 197 papers"
method: GET
path: "/papers"
tags: ["Papers"]
---

# List all 197 papers

`GET /papers`

Returns metadata for all papers in the Urantia Book, ordered by paper number.

Use `?include=topEntities` to attach a per-paper aggregate of the most-referenced named entities (beings, places, concepts, etc.) sorted by citation frequency.

## Query parameters

- `include` string
- `format` 'default' | 'rag'
- `lang` 'eng' | 'es' | 'fr' | 'pt' | 'de' | 'ko'

## Response `200`

List of all papers

- object
  - `data` object[], required
    - `id` string, required
    - `partId` string, required
    - `title` string, required
    - `sortId` string, required
    - `labels` string[], nullable, required
    - `video` object, nullable, required
    - `topEntities` object[]
      - `id` string, required
      - `name` string, required
      - `type` string, required
      - `count` integer, required

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/urantia/apis/urantia-papers-api.md) · [All operations](https://skmtc.dev/urantia/apis/urantia-papers-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/urantia/urantia-papers-api/revisions/6a8c13929fda/schema)
