Resource | Method | Description |
---|---|---|
https://api.elsevier.com/content/embase/article | GET |
Embase Search API:
|
https://api.elsevier.com/content/embase/article/lui/{lui} | GET |
Embase Retrieval API (LUI):
|
https://api.elsevier.com/content/embase/article/pii/{pii} | GET |
Embase Retrieval API (PII):
|
https://api.elsevier.com/content/embase/article/doi/{doi} | GET |
Embase Retrieval API (DOI):
|
https://api.elsevier.com/content/embase/article/embase/{id} | GET |
Embase Retrieval API (EMBASE):
|
https://api.elsevier.com/content/embase/article/pubmed_id/{id} | GET |
Embase Retrieval API (PUBMED_ID):
|
https://api.elsevier.com/content/embase/article/medline/{id} | GET |
Embase Retrieval API (MEDLINE):
|
Embase Search API:
GET | simple() |
Accept | xsd:string (required) default: application/json options: application/json, application/xml |
|
Authorization | xsd:string |
|
X-ELS-APIKey | xsd:string (required) |
|
X-ELS-Authtoken | xsd:string |
|
X-ELS-Insttoken | xsd:string |
|
X-ELS-ReqId | xsd:string |
|
httpaccept | xsd:string options: application/json, application/xml |
|
access_token | xsd:string |
|
insttoken | xsd:string |
|
apiKey | xsd:string |
|
reqId | xsd:string |
|
query | xsd:string (required) |
This represents the boolean search to be executed against the EMBASE content. The query should be provided in CommandLanguage syntax. One of parameters query or alertid is required ex. query=heart+attack%20AND%20mati |
alertid | xsd:string (required) |
The encoded alert Id. Query is taken from the corresponding alert. Represents base64 string, which can be found e.g. in email alert. Should be url encoded. One of parameters query or alertid is required. |
start | xsd:string default: 1 |
Numeric value representing the results position (i.e. starting position for the search results). The maximum for this value is a system-level default (varies with search cluster) minus the number of results requested. If not specified the offset will be set to 1 (i.e. first search result) ex. start=5 |
count | xsd:string default: 25 |
Numeric value representing the maximum number of results to be returned for the search. If not provided this will be set to a system default based on service level. In addition the number cannot exceed the maximum system default - if it does an error will be returned. ex. count=10 |
sort | xsd:string default: relevance options: entrydate, publicationyear, relevance |
The sorting option for the results returned. ex. sort=entrydate |
application/json | Embase Search JSON Response:
|
JSON Example |
application/xml | Embase Search XML Response:
|
XML Example |
text/xml | Invalid Request:
|
Invalid Request Example |
text/xml | Authentication Error:
|
Authentication Error Example |
text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
text/xml | Resource Not Found:
|
Resource Not Found Example |
text/xml | Invalid HTTP Method:
|
Invalid Method Example |
text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
text/xml | Quota Exceeded:
|
Quota Exceeded Example |
text/xml | Generic Error:
|
Generic Error Example |
Embase Retrieval API (LUI):
GET | simple() |
Accept | xsd:string (required) default: application/json options: application/json, application/xml |
|
Authorization | xsd:string |
|
X-ELS-APIKey | xsd:string (required) |
|
X-ELS-Authtoken | xsd:string |
|
X-ELS-Insttoken | xsd:string |
|
X-ELS-ReqId | xsd:string |
|
httpaccept | xsd:string options: application/json, application/xml |
|
access_token | xsd:string |
|
insttoken | xsd:string |
|
apiKey | xsd:string |
|
reqId | xsd:string |
|
application/json | Embase Article JSON Response:
|
JSON Example |
application/xml | Embase Article XML Response:
|
XML Example |
text/xml | Invalid Request:
|
Invalid Request Example |
text/xml | Authentication Error:
|
Authentication Error Example |
text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
text/xml | Resource Not Found:
|
Resource Not Found Example |
text/xml | Invalid HTTP Method:
|
Invalid Method Example |
text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
text/xml | Quota Exceeded:
|
Quota Exceeded Example |
text/xml | Generic Error:
|
Generic Error Example |
Embase Retrieval API (PII):
GET | simple() |
Accept | xsd:string (required) default: application/json options: application/json, application/xml |
|
Authorization | xsd:string |
|
X-ELS-APIKey | xsd:string (required) |
|
X-ELS-Authtoken | xsd:string |
|
X-ELS-Insttoken | xsd:string |
|
X-ELS-ReqId | xsd:string |
|
httpaccept | xsd:string options: application/json, application/xml |
|
access_token | xsd:string |
|
insttoken | xsd:string |
|
apiKey | xsd:string |
|
reqId | xsd:string |
|
application/json | Embase Article JSON Response:
|
JSON Example |
application/xml | Embase Article XML Response:
|
XML Example |
text/xml | Invalid Request:
|
Invalid Request Example |
text/xml | Authentication Error:
|
Authentication Error Example |
text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
text/xml | Resource Not Found:
|
Resource Not Found Example |
text/xml | Invalid HTTP Method:
|
Invalid Method Example |
text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
text/xml | Quota Exceeded:
|
Quota Exceeded Example |
text/xml | Generic Error:
|
Generic Error Example |
Embase Retrieval API (DOI):
GET | simple() |
Accept | xsd:string (required) default: application/json options: application/json, application/xml |
|
Authorization | xsd:string |
|
X-ELS-APIKey | xsd:string (required) |
|
X-ELS-Authtoken | xsd:string |
|
X-ELS-Insttoken | xsd:string |
|
X-ELS-ReqId | xsd:string |
|
httpaccept | xsd:string options: application/json, application/xml |
|
access_token | xsd:string |
|
insttoken | xsd:string |
|
apiKey | xsd:string |
|
reqId | xsd:string |
|
application/json | Embase Article JSON Response:
|
JSON Example |
application/xml | Embase Article XML Response:
|
XML Example |
text/xml | Invalid Request:
|
Invalid Request Example |
text/xml | Authentication Error:
|
Authentication Error Example |
text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
text/xml | Resource Not Found:
|
Resource Not Found Example |
text/xml | Invalid HTTP Method:
|
Invalid Method Example |
text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
text/xml | Quota Exceeded:
|
Quota Exceeded Example |
text/xml | Generic Error:
|
Generic Error Example |
Embase Retrieval API (EMBASE):
GET | simple() |
Accept | xsd:string (required) default: application/json options: application/json, application/xml |
|
Authorization | xsd:string |
|
X-ELS-APIKey | xsd:string (required) |
|
X-ELS-Authtoken | xsd:string |
|
X-ELS-Insttoken | xsd:string |
|
X-ELS-ReqId | xsd:string |
|
httpaccept | xsd:string options: application/json, application/xml |
|
access_token | xsd:string |
|
insttoken | xsd:string |
|
apiKey | xsd:string |
|
reqId | xsd:string |
|
application/json | Embase Article JSON Response:
|
JSON Example |
application/xml | Embase Article XML Response:
|
XML Example |
text/xml | Invalid Request:
|
Invalid Request Example |
text/xml | Authentication Error:
|
Authentication Error Example |
text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
text/xml | Resource Not Found:
|
Resource Not Found Example |
text/xml | Invalid HTTP Method:
|
Invalid Method Example |
text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
text/xml | Quota Exceeded:
|
Quota Exceeded Example |
text/xml | Generic Error:
|
Generic Error Example |
Embase Retrieval API (PUBMED_ID):
GET | simple() |
Accept | xsd:string (required) default: application/json options: application/json, application/xml |
|
Authorization | xsd:string |
|
X-ELS-APIKey | xsd:string (required) |
|
X-ELS-Authtoken | xsd:string |
|
X-ELS-Insttoken | xsd:string |
|
X-ELS-ReqId | xsd:string |
|
httpaccept | xsd:string options: application/json, application/xml |
|
access_token | xsd:string |
|
insttoken | xsd:string |
|
apiKey | xsd:string |
|
reqId | xsd:string |
|
application/json | Embase Article JSON Response:
|
JSON Example |
application/xml | Embase Article XML Response:
|
XML Example |
text/xml | Invalid Request:
|
Invalid Request Example |
text/xml | Authentication Error:
|
Authentication Error Example |
text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
text/xml | Resource Not Found:
|
Resource Not Found Example |
text/xml | Invalid HTTP Method:
|
Invalid Method Example |
text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
text/xml | Quota Exceeded:
|
Quota Exceeded Example |
text/xml | Generic Error:
|
Generic Error Example |
Embase Retrieval API (MEDLINE):
GET | simple() |
Accept | xsd:string (required) default: application/json options: application/json, application/xml |
|
Authorization | xsd:string |
|
X-ELS-APIKey | xsd:string (required) |
|
X-ELS-Authtoken | xsd:string |
|
X-ELS-Insttoken | xsd:string |
|
X-ELS-ReqId | xsd:string |
|
httpaccept | xsd:string options: application/json, application/xml |
|
access_token | xsd:string |
|
insttoken | xsd:string |
|
apiKey | xsd:string |
|
reqId | xsd:string |
|
application/json | Embase Article JSON Response:
|
JSON Example |
application/xml | Embase Article XML Response:
|
XML Example |
text/xml | Invalid Request:
|
Invalid Request Example |
text/xml | Authentication Error:
|
Authentication Error Example |
text/xml | Authorization/Entitlements Error:
|
Authorization Error Example |
text/xml | Resource Not Found:
|
Resource Not Found Example |
text/xml | Invalid HTTP Method:
|
Invalid Method Example |
text/xml | Invalid Mime Type:
|
Invalid Mime Type Example |
text/xml | Quota Exceeded:
|
Quota Exceeded Example |
text/xml | Generic Error:
|
Generic Error Example |