cURL
curl --request GET \ --url https://api.urantia.dev/paragraphs/{ref}
{ "data": { "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": {}, "entities": [ { "id": "<string>", "name": "<string>", "type": "being" } ] } }
Look up a paragraph using any of three ID formats:
The format is auto-detected from the reference string.
Use ?include=entities to include typed entity mentions in the response.
?include=entities
default
rag
The paragraph
Show child attributes