Efetch Abstracts
EFetch example: Retrieve abstracts for specific PubMed articles in JSON-compatible format
Efetch Abstracts is an example object payload from PubMed, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Example Payload
{
"description": "EFetch example: Retrieve abstracts for specific PubMed articles in JSON-compatible format",
"request": {
"method": "GET",
"url": "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi",
"parameters": {
"db": "pubmed",
"id": "36328499,36328500",
"rettype": "abstract",
"retmode": "xml"
}
},
"notes": "EFetch returns XML for PubMed articles. The rettype=abstract with retmode=xml returns PubmedArticleSet XML. Use rettype=medline and retmode=text for MEDLINE flat file format. The response below shows a simplified representation of the XML structure.",
"response_structure": {
"PubmedArticleSet": {
"PubmedArticle": [
{
"MedlineCitation": {
"PMID": "36328499",
"Article": {
"Journal": {
"Title": "Nature",
"JournalIssue": {
"Volume": "612",
"Issue": "7941",
"PubDate": { "Year": "2022", "Month": "Dec" }
}
},
"ArticleTitle": "Example article title about CRISPR gene editing",
"Abstract": {
"AbstractText": "Abstract text describing the study methods, results, and conclusions."
},
"AuthorList": {
"Author": [
{
"LastName": "Smith",
"ForeName": "Jane",
"Initials": "J",
"AffiliationInfo": {
"Affiliation": "Department of Genetics, University of California, Berkeley, CA, USA"
}
}
]
},
"Language": "eng",
"PublicationTypeList": {
"PublicationType": ["Journal Article", "Research Support, N.I.H., Extramural"]
},
"ArticleIdList": {
"ArticleId": [
{ "IdType": "pubmed", "value": "36328499" },
{ "IdType": "doi", "value": "10.1038/s41586-022-05543-x" },
{ "IdType": "pmc", "value": "PMC9876543" }
]
}
},
"MeshHeadingList": {
"MeshHeading": [
{
"DescriptorName": "CRISPR-Cas Systems",
"MajorTopicYN": "Y"
},
{
"DescriptorName": "Gene Editing",
"MajorTopicYN": "Y"
}
]
}
}
}
]
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/examples/efetch-abstracts"
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.