Skip to main content
POST
/
api
/
europepmc
/
articles
/
datalinks
/europepmc/articles/datalinks
curl --request POST \
  --url https://api.anysite.io/api/europepmc/articles/datalinks \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "id": "<string>",
  "timeout": 300,
  "source": "MED"
}
'
[
  {
    "category": "<string>",
    "@type": "@europepmc_data_link",
    "relationship_type": "<string>",
    "target_type": "<string>",
    "target_id": "<string>",
    "target_id_scheme": "<string>",
    "target_url": "<string>",
    "publisher": "<string>",
    "link_provider": "<string>",
    "publication_date": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
id
string
required

Article identifier within the source database

Minimum string length: 1
Examples:

"23467347"

"PMC3616374"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
source
enum<string>
default:MED

Source database the id belongs to

Available options:
MED,
PMC,
PPR,
PAT,
AGR,
CBA,
CTX,
ETH,
HIR,
NBK

Response

Successful Response

category
string
required
@type
string
default:@europepmc_data_link
relationship_type
string | null
target_type
string | null
target_id
string | null
target_id_scheme
string | null
target_url
string | null
publisher
string | null
publication_date
string | null