Paper metadata

 avatar
unknown
python
2 years ago
194 B
7
Indexable
import requests
import json

response = requests.get("https://api.crossref.org/works/10.1037/0003-066X.59.1.29")
json_response = response.json()
print(json_response["message"]["publisher"])
Editor is loading...