Please be sure to use api.springernature.com in your API calls. Use of api.springer.com is being deprecated.
Making First API Call
Now that you have your API key, you can make your first request. Here’s an example of how to use the Open Access (OA) API to retrieve a list of articles.
Example Request (Using cURL):
GET https://api.springernature.com/meta/v2/json?q=doi:10.1007/978-3-030-58259-3_6&api_key=YOUR_API_KEY
Replace YOUR_API_KEY
with the API key you retrieved from your account.
{
"apiMessage": "This JSON was provided by Springer Nature",
"query": "doi:10.1007/978-3-030-58259-3_6",
"result": [
{
"total": "1",
"start": "1",
"pageLength": "10",
"recordsDisplayed": "1"
}
],
"records": [
{
"contentType": "Chapter",
"identifier": "doi:10.1007/978-3-030-58259-3_6",
"language": "en",
"url": [
{
"format": "html",
"platform": "web",
"value": "http://link.springer.com/openurl/fulltext?id=doi:10.1007/978-3-030-58259-3_6"
},
{
"format": "pdf",
"platform": "web",
"value": "http://link.springer.com/openurl/pdf?id=doi:10.1007/978-3-030-58259-3_6"
},
{
"format": "",
"platform": "",
"value": "http://dx.doi.org/10.1007/978-3-030-58259-3_6"
}
],
"title": "Nanoparticles: Powerful Tool to Mitigate Antibiotic Resistance",
"creators": [
{
"creator": "Mishra, Mitali"
},
{
"creator": "Patole, Shashank"
},
{
"creator": "Mohapatra, Harapriya"
}
],
"bookEditors": [
{
"bookEditor": "Panwar, Harsh"
},
{
"bookEditor": "Sharma, Chetan"
},
{
"bookEditor": "Lichtfouse, Eric"
}
],
"publicationName": "Sustainable Agriculture Reviews 49",
"openaccess": "false",
"doi": "10.1007/978-3-030-58259-3_6",
"publisher": "Springer",
"publisherName": "Springer International Publishing",
"keyword": [
"Nanoparticles",
"Antibiotic resistance",
"Multi drug resistance",
"Silver nanoparticle",
"Bimetallic nanoparticle",
"Carbon nanoparticle",
"Fullerene",
"Graphene",
"Gold nanoparticle",
"Antibacterial activity"
],
"subjects": [
"Biomedicine",
"Immunology"
],
"disciplines": [
{
"id": "3279",
"term": "Antimicrobial Responses"
}
]
}
],
"facets": [
{
"name": "subject",
"values": [
{
"value": "Biomedicine",
"count": "1"
},
{
"value": "Immunology",
"count": "1"
}
]
},
{
"name": "keyword",
"values": [
{
"value": "Antibacterial activity",
"count": "1"
},
{
"value": "Antibiotic resistance",
"count": "1"
},
{
"value": "Bimetallic nanoparticle",
"count": "1"
},
{
"value": "Carbon nanoparticle",
"count": "1"
},
{
"value": "Fullerene",
"count": "1"
},
{
"value": "Gold nanoparticle",
"count": "1"
},
{
"value": "Graphene",
"count": "1"
},
{
"value": "Multi drug resistance",
"count": "1"
},
{
"value": "Nanoparticles",
"count": "1"
},
{
"value": "Silver nanoparticle",
"count": "1"
}
]
},
{
"name": "pub",
"values": [
{
"value": "Sustainable Agriculture Reviews 49",
"count": "1"
}
]
},
{
"name": "year",
"values": [
{
"value": "2021",
"count": "1"
}
]
},
{
"name": "country",
"values": [
{
"value": "India",
"count": "1"
}
]
},
{
"name": "type",
"values": [
{
"value": "Book",
"count": "1"
}
]
}
]
}