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 "authors" Objects
How to get "authors" objects with Library Genesis API?
✍: FYIcenter.com
Here are some examples on how to get "authors" objects with Library Genesis API.
Get the "authors" object with a_id=1 in pretty JSON format. The first author has no "editions" objects.
fyicenter$ curl 'https://libgen.lc/json.php?object=a&ids=1' | python -m json.tool
{
"1": {
"add_info": "",
"birth_date": "0000-01-01",
"birth_place": "",
"canonical_name": "",
"commentary": "",
"death_date": "9999-01-01",
"debut_date": null,
"editable": "1",
"family": "Atig",
"name": "Mohamed",
"surname": "Faouzi",
"time_added": "2020-07-28 15:32:36",
"time_last_modified": "2021-11-05 10:22:32",
"type": "p",
"visible": ""
}
}
⇒ json.php API - Get "works" Objects
2023-07-08, 1009🔥, 0💬
Popular Posts:
"Muss i denn" is a German folk song in the Swabian German dialect. The present form dates back to 18...
How to open firewall for the FTP command-line tool on Windows for data connections in active mode? I...
How to download and install older versions of Microsoft Office on my Mac computer? I am running macO...
What are Link and Activity LEDs on Ethernet Socket? Link and Activity LEDs on Ethernet Socket are LE...
How to add a new layout to the slide master in PowerPoint? In my PowerPoint presentation, I need to ...