curl --request GET \
--url https://api.urantia.dev/paragraphs/{ref}/context{
"data": {
"target": {
"id": "<string>",
"standardReferenceId": "<string>",
"sortId": "<string>",
"paperId": "<string>",
"sectionId": "<string>",
"partId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"paragraphId": "<string>",
"text": "<string>",
"htmlText": "<string>",
"labels": [
"<string>"
],
"audio": {},
"language": "<string>",
"entities": [
{
"id": "<string>",
"name": "<string>",
"type": "being"
}
],
"bibleParallels": [
{
"chunkId": "<string>",
"reference": "<string>",
"bookCode": "<string>",
"chapter": 123,
"verseStart": 123,
"verseEnd": 123,
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
],
"urantiaParallels": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"paperId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
]
},
"before": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"sortId": "<string>",
"paperId": "<string>",
"sectionId": "<string>",
"partId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"paragraphId": "<string>",
"text": "<string>",
"htmlText": "<string>",
"labels": [
"<string>"
],
"audio": {},
"language": "<string>",
"entities": [
{
"id": "<string>",
"name": "<string>",
"type": "being"
}
],
"bibleParallels": [
{
"chunkId": "<string>",
"reference": "<string>",
"bookCode": "<string>",
"chapter": 123,
"verseStart": 123,
"verseEnd": 123,
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
],
"urantiaParallels": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"paperId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
]
}
],
"after": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"sortId": "<string>",
"paperId": "<string>",
"sectionId": "<string>",
"partId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"paragraphId": "<string>",
"text": "<string>",
"htmlText": "<string>",
"labels": [
"<string>"
],
"audio": {},
"language": "<string>",
"entities": [
{
"id": "<string>",
"name": "<string>",
"type": "being"
}
],
"bibleParallels": [
{
"chunkId": "<string>",
"reference": "<string>",
"bookCode": "<string>",
"chapter": 123,
"verseStart": 123,
"verseEnd": 123,
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
],
"urantiaParallels": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"paperId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
]
}
]
}
}Returns the target paragraph along with N paragraphs before and after it (ordered by sort_id).
Useful for AI agents doing RAG that need surrounding context for better understanding.
The window query parameter controls how many paragraphs before/after to include (default: 2, max: 10).
Use ?include=entities to include typed entity mentions in the response.
curl --request GET \
--url https://api.urantia.dev/paragraphs/{ref}/context{
"data": {
"target": {
"id": "<string>",
"standardReferenceId": "<string>",
"sortId": "<string>",
"paperId": "<string>",
"sectionId": "<string>",
"partId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"paragraphId": "<string>",
"text": "<string>",
"htmlText": "<string>",
"labels": [
"<string>"
],
"audio": {},
"language": "<string>",
"entities": [
{
"id": "<string>",
"name": "<string>",
"type": "being"
}
],
"bibleParallels": [
{
"chunkId": "<string>",
"reference": "<string>",
"bookCode": "<string>",
"chapter": 123,
"verseStart": 123,
"verseEnd": 123,
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
],
"urantiaParallels": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"paperId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
]
},
"before": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"sortId": "<string>",
"paperId": "<string>",
"sectionId": "<string>",
"partId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"paragraphId": "<string>",
"text": "<string>",
"htmlText": "<string>",
"labels": [
"<string>"
],
"audio": {},
"language": "<string>",
"entities": [
{
"id": "<string>",
"name": "<string>",
"type": "being"
}
],
"bibleParallels": [
{
"chunkId": "<string>",
"reference": "<string>",
"bookCode": "<string>",
"chapter": 123,
"verseStart": 123,
"verseEnd": 123,
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
],
"urantiaParallels": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"paperId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
]
}
],
"after": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"sortId": "<string>",
"paperId": "<string>",
"sectionId": "<string>",
"partId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"paragraphId": "<string>",
"text": "<string>",
"htmlText": "<string>",
"labels": [
"<string>"
],
"audio": {},
"language": "<string>",
"entities": [
{
"id": "<string>",
"name": "<string>",
"type": "being"
}
],
"bibleParallels": [
{
"chunkId": "<string>",
"reference": "<string>",
"bookCode": "<string>",
"chapter": 123,
"verseStart": 123,
"verseEnd": 123,
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
],
"urantiaParallels": [
{
"id": "<string>",
"standardReferenceId": "<string>",
"paperId": "<string>",
"paperTitle": "<string>",
"sectionTitle": "<string>",
"text": "<string>",
"similarity": 123,
"rank": 123,
"source": "<string>",
"embeddingModel": "<string>"
}
]
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://urantia.dev/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 10default, rag eng, es, fr, pt, de, ko Paragraph with context
Show child attributes