Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
json.php API - Get "editions" Objects By DOIs
How to get "editions" objects with Library Genesis API, json.php, for a given edition object DOI?
✍: FYIcenter.com
If you know the DOI (Document Object Identifier) of an edition, you can
get the edition details by calling
the Library Genesis API, json.php, with object=e and doi={doi} parameters.
For example, the following call returns the "editions" object that has assigned with the a DOI value of "10.2307/3762753".
fyicenter$ curl 'https://libgen.lc/json.php?object=e&doi=10.2307/3762753' | python -m json.tool
{
"55962296": {
"author": "Robin F. Badgley, Samuel Bloom, David Mechanic, R. John C. Pearson and Samuel Wolfe",
"city": "",
"commentary": "sm49704272",
"cover_exists": "0",
"cover_url": "",
"day": "",
"doi": "10.2307/3762753",
"editable": "1",
"edition": "",
"editions_add_info": "",
"files": {
"54782309": {
"f_id": "55886819",
"md5": "f6c6a8e3d614823e0fe6bfef0cf54700",
"time_added": "2021-07-17 18:08:55",
"time_last_modified": "2021-07-17 18:08:55"
}
},
"issue_closed": "0",
"issue_day_end": "",
"issue_first_page": "235",
"issue_last_page": "252",
"issue_month_end": "jun",
"issue_number": "3",
"issue_number_in_year": "0",
"issue_s_id": "17143",
"issue_split": "0",
"issue_total_number": "",
"issue_volume": "9",
"issue_year_end": "",
"issue_year_number": "",
"libgen_topic": "a",
"month": "may",
"pages": "",
"publisher": "",
"series_name": "",
"time_added": "2016-02-09 14:57:13",
"time_last_modified": "2016-02-09 14:57:13",
"title": "Papers from the Workshop on International Studies of Medical Care ..."
"title_add": "",
"type": "a",
"visible": "",
"year": "1971"
}
}
⇒ json.php API - Get "series" Objects
2023-08-25, 1018🔥, 0💬
Popular Posts:
How to resume file transfer in FileZilla FTP Client? I have unfinished file transfer entries in the ...
What are URL:sfb and URL:lync15 Protocols? URL:sfb and URL:lync15 protocols are special network prot...
How to Install and Start Skype Meeting App in Google Chrome? You can follow this tutorial to install...
Where does Mozilla Firefox 50.1 store download files? When you download files from Websites, Mozilla...
Why am I not seeing the "Call Forwarding" option on Skype for Business on Windows? You don't see the...