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:
edition.php - Edition View API
What is the edition view API, edition.php?
✍: FYIcenter.com
edition.php is another simple API provided by Library Genesis to allow you to
view details of a file object for a given ID.
Technical information on edition view API:
URL: {site_url}/edition.php?id={id}
site_url: https://libgen.lc or other mirror sites.
id: The ID of the edition object.
Response format: Edition detail in HTML document.
Here are some examples on how to use the edition.php API.
1. View edition details in a browser by typing this URL: "https://libgen.lc/edition.php?id=32149882".
2. Download edit details in HTML code:
fyicenter$ curl -L 'https://libgen.lc/edition.php?id=32149882' ... <p><strong>Series: </strong><a href="/series.php?id=1">2913 </a> <i> iss. 1</i></p> <p><strong>Title: </strong>One Hour's Sleep: Three Dreams</p> <p><strong>Author(s): </strong>Alfred Stieglitz</p> <p><strong>Year: </strong>1915</p> <p><strong>Pages: </strong>3--</p> <p><strong>DOI:</strong><a href="https://doi.org/10.2307/25311768">10.2307/25311768</a></p> <p><strong>DOI owner: </strong>JSTOR</p> <p><strong>JSTOR Stable ID: </strong> <a href="https://www.jstor.org/stable/25311768">25311768</a></p> <p><strong>Edition ID:</strong> 32149882 </p> <p><strong>Added:</strong> 2014-08-09 08:56:11 </p> ...
2022-09-24, 1617🔥, 0💬
Popular Posts:
How to view the document.xml file with a Web browser? Since the document.xml file contains text cont...
How to download Mozilla Firefox 2.0? If you want to try Mozilla Firefox 2.0, you can follow this tut...
Where are Microsoft Teams files located on my Windows 7 system? If you have Microsoft Teams desktop ...
What are Mimehandler and Plugin Processes of the Google Chrome program on Windows? Mimehandler and P...
How to download Google Chrome 31? I heard it has some really nice features for Web developers. If yo...