cURL
curl --request GET \ --url https://api.urantia.dev/entities/{id}/paragraphs
{ "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" } ] } ], "meta": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } }
Returns all paragraphs that mention a given entity, ordered by position in the text.
x >= 0
1 <= x <= 100
Paginated paragraphs mentioning the entity
Show child attributes