Skip to main content
GET
/
entities
/
citations
/
details
Get Citation Details
curl --request GET \
  --url https://api.geogen.io/v1/entities/citations/details \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "url": "<string>",
      "citationCount": 123
    }
  ],
  "pagination": {
    "total": 123,
    "limit": 123,
    "offset": 123
  },
  "period": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer wsk_your_api_key

Query Parameters

entityId
string
required

Entity ID

citedEntityUuid
string
required

UUID of the cited entity (from Get Citations response)

period
enum<string>

Time period

Available options:
7d,
14d,
30d
startDate
string

Start date (ISO format)

endDate
string

End date (ISO format)

models
string

Comma-separated model UUIDs

limit
number

Results per page

offset
number

Pagination offset

Response

Successful response

success
boolean
data
object[]
pagination
object
period
string

The time period used for the query