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 IDs
How to get "editions" objects with Library Genesis API, json.php, for given edition object IDs?
✍: FYIcenter.com
If you know the object ID of an edition, you can get the edition details by calling
the Library Genesis API, json.php, with object=e and ids={id} parameters.
For example, the following call gets the first (id=1) "editions" object with in pretty JSON format. It's a "comics" "editions" object and has 2 "files" objects. It's part of a "series" object.
fyicenter$ curl 'https://libgen.lc/json.php?object=e&ids=1' | python -m json.tool
{
"1": {
"author": "",
"city": "",
"commentary": "f2f9422b61b8ee8ad5121fe23457b77b",
"cover_exists": "0",
"cover_url": "",
"day": "",
"doi": "",
"editable": "1",
"edition": "",
"editions_add_info": "",
"files": {
"13": {
"f_id": "1213662",
"md5": "7819942f6080e35ce0d96d2149d329c2",
"time_added": "2020-08-05 14:39:08",
"time_last_modified": "2020-08-05 14:39:08"
},
"14": {
"f_id": "1213663",
"md5": "d9d34ff3a10aeb3d74b95187ee147eea",
"time_added": "2020-08-05 14:39:08",
"time_last_modified": "2020-08-05 14:39:08"
}
},
"issue_closed": "0",
"issue_day_end": "0",
"issue_first_page": "",
"issue_last_page": "",
"issue_month_end": "",
"issue_number": "",
"issue_number_in_year": "0",
"issue_s_id": "101928",
"issue_split": "0",
"issue_total_number": "",
"issue_volume": "",
"issue_year_end": "0",
"issue_year_number": "",
"libgen_topic": "c",
"month": "",
"pages": "",
"publisher": "",
"series_name": "",
"time_added": "2020-08-05 11:27:07",
"time_last_modified": "2022-04-16 05:53:10",
"title": "",
"title_add": "",
"type": "c",
"visible": "",
"year": "2005"
}
}
⇒ json.php API - Get "editions" Objects By DOIs
2022-09-12, 1440🔥, 0💬
Popular Posts:
Why I getting the "Error! No text of specified style in document." in Microsoft Word? You are gettin...
What is the difference between a Web page and a filtered Web page? Word supports 2 Web page formats:...
How to use my iPhone and iPad to set up and manage Chromecast device on my TV? I have a Chromecast d...
What are Control Connection and Data Connection used in FTP protocol? FTP protocol uses two independ...
How to update TOC (Table Of Content) for a FrameMaker book? I have make changes in some chapters. Yo...