Skip to main content
GET
/
cite
Format a citation for a passage
curl --request GET \
  --url https://api.urantia.dev/cite
{
  "data": {
    "ref": "<string>",
    "style": "apa",
    "citation": "<string>"
  }
}

Query Parameters

ref
string
required
Minimum string length: 1
style
enum<string>
default:apa
Available options:
apa,
mla,
chicago,
bibtex

Response

Formatted citation

data
object
required