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 "files" by ID Range
How to get "files" objects with Library Genesis API, json.php, for a given file object ID range?
✍: FYIcenter.com
If you want to get all file objects in a given ID range,
you can call the Library Genesis API, json.php, with object=f, id_start={id}
and id_end={id} parameters.
For example, the following call returns all "files" objects with IDs in the range of 10001 and 10010.
fyicenter$ curl 'https://libgen.lc/json.php?object=f&id_start=10001&id_end=10010' | python -m json.tool
{
"10001": {
"archive_dop_files_flag": "N",
"archive_files_count": "9",
"archive_files_pic_count": "9",
"bookmarked": "",
"broken": "N",
"c2c": "",
"cleaned": "",
"color": "",
"comics_id": "1159591",
...
"10002": {
"archive_dop_files_flag": "N",
"archive_files_count": "9",
"archive_files_pic_count": "9",
"bookmarked": "",
"broken": "N",
"c2c": "",
"cleaned": "",
"color": "",
"comics_id": "1159594",
...
"10003": {
"archive_dop_files_flag": "N",
"archive_files_count": "10",
"archive_files_pic_count": "10",
"bookmarked": "",
"broken": "N",
"c2c": "",
"cleaned": "",
"color": "",
"comics_id": "1159598",
...
⇒ json.php API - Get "files" by Modification Date Range
2023-08-25, 1138🔥, 0💬
Popular Posts:
How do I know what cookies a Website is sending to Mozilla Firefox 2.0? When you are visiting a Webs...
Is Tahoma font supported on iPhone, iPad and other Apple devices? The answer is no. Tahoma font is n...
I have an Apple iPad Air Model MD788C/A. Is it good? Yes. Apple iPad Air Model MD788C/A is a very go...
How to download and install SoapUI on Windows systems? Here are the steps to download and install So...
How to Install and Start Skype Meeting App in Google Chrome? You can follow this tutorial to install...