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 "series" Objects
How to get "series" objects with Library Genesis API?
✍: FYIcenter.com
Here are some examples on how to get "series" objects with Library Genesis API.
Get the "series" object with s_id=1 in pretty JSON format. It's a set of journal articles.
fyicenter$ curl 'https://libgen.lc/json.php?object=s&ids=1' | python -m json.tool
{
"1": {
"add_info": "",
"commentary": "",
"date_end": "0000-00-00",
"date_start": "0000-00-00",
"editable": "1",
"editions": {
"140684616": {
"doi": "10.1038/s41586-021-04286-5",
"title": "Star formation near the Sun is driven by expansion of the Local Bubble"
},
"140684625": {
"doi": "10.1038/s41586-021-04001-4",
"title": "A neuroanatomical basis for electroacupuncture to drive the vagal\u2013adrenal axis"
},
"141516387": {
"doi": "",
"title": "Bullenkl\u00f6ten"
},
"32149880": {
"doi": "10.2307/25311766",
"title": "Front Matter"
},
"32149881": {
"doi": "10.2307/25311767",
"title": "How versus Why"
},
"32149882": {
"doi": "10.2307/25311768",
"title": "One Hour's Sleep: Three Dreams"
},
...
},
"libgen_topic": "a",
"publisher": "JSTOR",
"time_added": "2021-02-23 19:22:02",
"time_last_modified": "2021-08-10 15:48:04",
"title": "2913",
"type": "j",
"visible": "",
"volume": "",
"volume_name": "",
"volume_type": ""
}
}
⇒ json.php API - Get "authors" Objects
2022-09-12, 1059🔥, 0💬
Popular Posts:
Why am I getting the "Spawn Failed: Server at http://127.0.0.1:47353/u ser/fyicenter/didn't respond ...
What is "OneNote Linked Notes Add-in" in Microsoft Word? Should I disable it? "OneNote Linked Notes ...
What is outlook.office365.com? Our IT tells us to migrate to outlook.office365.com. outlook.office36...
How can I create a Personal Folders File (.pst) to store messages, contacts and other types of Outlo...
How to unzip a PowerPoint .pptx file? According to Microsoft documentation, a .pptx file is really a...