Get enrichment data for an eprint (citations, concepts, topics)
Output
Encodingapplication/json
Whether enrichment data is available
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
Sending request...
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"available"
],
"properties": {
"available": {
"type": "boolean",
"description": "Whether enrichment data is available"
},
"enrichment": {
"ref": "#enrichmentData",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "Eprint AT-URI"
}
}
},
"description": "Get enrichment data for an eprint (citations, concepts, topics)"
}
No description available.
Properties
No description available.
No description available.
Relevance score (scaled by 1000 for 0.0-1.0 range)
minimum: 0maximum: 1000
No description available.
View raw schema
{
"type": "object",
"required": [
"id",
"displayName"
],
"properties": {
"id": {
"type": "string"
},
"score": {
"type": "integer",
"maximum": 1000,
"minimum": 0,
"description": "Relevance score (scaled by 1000 for 0.0-1.0 range)"
},
"wikidataId": {
"type": "string"
},
"displayName": {
"type": "string"
}
}
}
No description available.
Properties
No description available.
Influential citation count
An RFC 3339 formatted timestamp.
Semantic Scholar paper ID
No description available.
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"topics": {
"type": "array",
"items": {
"ref": "#topic",
"type": "ref"
}
},
"concepts": {
"type": "array",
"items": {
"ref": "#concept",
"type": "ref"
}
},
"openAlexId": {
"type": "string",
"description": "OpenAlex work ID"
},
"citationCount": {
"type": "integer",
"description": "Total citation count"
},
"lastEnrichedAt": {
"type": "string",
"format": "datetime"
},
"referencesCount": {
"type": "integer",
"description": "Number of references"
},
"semanticScholarId": {
"type": "string",
"description": "Semantic Scholar paper ID"
},
"influentialCitationCount": {
"type": "integer",
"description": "Influential citation count"
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
No description available.
Relevance score (scaled by 1000 for 0.0-1.0 range)
minimum: 0maximum: 1000
No description available.
View raw schema
{
"type": "object",
"required": [
"id",
"displayName"
],
"properties": {
"id": {
"type": "string"
},
"field": {
"type": "string"
},
"score": {
"type": "integer",
"maximum": 1000,
"minimum": 0,
"description": "Relevance score (scaled by 1000 for 0.0-1.0 range)"
},
"domain": {
"type": "string"
},
"subfield": {
"type": "string"
},
"displayName": {
"type": "string"
}
}
}