1 2 3 > >>   ∑:50  Sort:Rank

Library Genesis Data Object - Publishers
What is "Publishers" as a Library Genesis Data Objects? "Publishers" is a data object used in Library Genesis to record record detailed information about publishers. "Publishers" has the following main fields: p_id - Internal object ID of this publisher. title - The name this publisher. date_start -...
2023-11-06, 478🔥, 0💬

Library Genesis Data Object - Authors
What is "Authors" as a Library Genesis Data Objects? "Authors" is a data object used in Library Genesis to record detailed information about authors. "Authors" has the following main fields: a_id - Internal object ID of this author. family - The family name of this author. name - The given name of t...
2023-11-06, 355🔥, 0💬

json.php API - Get "files" by MD5 Hash
How to get "files" objects with Library Genesis API, json.php, for a given file MD5 hash? If you want to know the MD5 hash value of a file, you can call the Library Genesis API, json.php, with object=f and md5={hash} parameters. For example, the following call returns the "files" object that has a M...
2023-09-03, 344🔥, 0💬

file.php - File View API
What is the file view API, file.php? file.php is another simple API provided by Library Genesis to allow you to view details of a file object for a given MD5 value. Technical information on file view API: URL: {site_url}/file.php?md5={md5} site_url: https://libgen.lc or other mirror sites md5: The M...
2023-09-03, 333🔥, 0💬

json.php API - Get "files" by Modification Date Range
How to get "files" objects with Library Genesis API, json.php, for a given modification date range? If you want to get all file objects that were modified with a given date range, you can call the Library Genesis API, json.php, with object=f, mode=modified, timefirst={date} and timelast={date} param...
2023-09-03, 282🔥, 0💬

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? 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 a...
2023-08-25, 311🔥, 0💬

json.php API - Get "editions" Objects By DOIs
How to get "editions" objects with Library Genesis API, json.php, for a given edition object DOI? If you know the DOI (Document Object Identifier) of an edition, you can get the edition details by calling the Library Genesis API, json.php, with object=e and doi={doi} parameters. For example, the fol...
2023-08-25, 269🔥, 0💬

Library Genesis Data Object - Editions
What is "Editions" as a Library Genesis Data Objects? "Editions" is a data object used in Library Genesis to record editions of publications, like the Second Edition of a book. "Editions" has the following main fields: e_id - Internal object ID of this published edition. title - The title of this pu...
2023-07-18, 359🔥, 0💬

What Are Library Genesis Data Objects
What are Library Genesis Data Objects? Library Genesis Data Objects are different database designed to record the following different types of information. See related tutorials for more details. Files - To record specific files associated with publications, like PDF files and ePub files. Editions -...
2023-07-18, 353🔥, 0💬

Library Genesis Data Objects
Where to find tutorials on Library Genesis Data Objects. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Library Genesis Data Objects. What Are Library Genesis Data Objects Library Genesis Data Object - Files Library Genesis Data Object - Editi...
2023-07-18, 344🔥, 0💬

Library Genesis Data Object - Files
What is "Files" as a Library Genesis Data Objects? "Files" is a data object used in Library Genesis to record specific files associated with publications, like PDF files and ePub files. "Files" has the following main fields: f_id - Internal object ID of the file. md5 - MD5 hash value of the file. fi...
2023-07-18, 329🔥, 0💬

Library Genesis Data Object - Works
What is "Works" as a Library Genesis Data Objects? "Works" is a data object used in Library Genesis to record detailed information about unique works. For example, a book of multiple editions and publication formats is considered as a single work. "Works" has the following main fields: w_id - Intern...
2023-07-18, 312🔥, 0💬

Library Genesis API
Where to find tutorials on Library Genesis API. Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Library Genesis API. What Is Library Genesis API json.php API - Get "publishers" Objects json.php API - Get "editions" Objects By IDs json.php API -...
2023-07-08, 1917🔥, 0💬

json.php API - Get "authors" Objects
How to get "authors" objects with Library Genesis API? 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?ob ject=a&amp...
2023-07-08, 439🔥, 0💬

Library Genesis Data Object - Series
What is "Series" as a Library Genesis Data Objects? "Series" is a data object used in Library Genesis to record series of publications, like a series of similar books by the same author or publisher. A series of comic books is a good example of a "Series" object. "Series" has the following main fiel...
2023-07-08, 337🔥, 0💬

Download API Options for "files" Objects
What are download API options for Library Genesis "files" Objects? Since actual files of Library Genesis "files" Objects are stored in different file repositories, you can follow these guide lines to figure out the best download API option: 1. Use Sci-Hub Website to download, if "scimag_archive_path...
2023-07-01, 678🔥, 0💬

FAQ Collections and Other Resources
Collections: Best World Music BitTorrent FAQ Chrome FAQ Facebook FAQ Firefox FAQ Fitbit FAQ Flash Player FAQ Form Tools FAQ FrameMaker FAQ FTP FAQ Internet Connection Jupyter FAQ LibGen FAQ LinkedIn FAQ Office 365 FAQ OpenOffice FAQ Outlook FAQ PowerPoint FAQ R FAQ SAS FAQ Skype FAQ SQLIO FAQ SVG FA...
2022-10-27, 2570🔥, 0💬

json.php API - Get "files" by IDs
How to get "files" objects with Library Genesis API, json.php, for given file object IDs? If you know the object ID of a file, you can get the file details by calling the Library Genesis API, json.php, with object=f and ids={id} parameters. For example, the following call returns the first (ids=1) "...
2022-10-11, 659🔥, 3💬

"File not found in lg repositories" Error
Why am I getting the "File not found in lg repositories" error? If you try to download a file with Library Genesis API get.php, you may get the "File not found in lg repositories" error. Since Library Genesis database records so many "files" objects, actual files are stored into multiple repositorie...
2022-10-07, 1208🔥, 0💬

get.php - File Download API
What is the file download API, get.php? get.php is another simple API provided by Library Genesis to download files. Technical information on file download API: URL: {site_url}/get.php?md5={md5} site_url: https://libgen.lc or other mirror sites md5: The MD5 hash value of the file to download. Respon...
2022-10-07, 725🔥, 0💬

Wrong Output with object=f, topic=s and Date Range
Why am I getting the output with json.php?object=f&topi c=s&mode=last& timefirst=2022-01-01?There is seems to be a code bug in Library Genesis API. If you use "object=f", "topic=l|c|m|a|s|f|r", "mode=last" and "timefirst={date}" parameters, it ignores the "topic" parameter. Fo...
2022-10-07, 443🔥, 0💬

json.php API - Get "works" Objects
How to get "works" objects with Library Genesis API? Here are some examples on how to get "works" objects with Library Genesis API. Get the "works" object with a_id=1 in pretty JSON format. The first work published in 6 editions. fyicenter$ curl 'https://libgen.lc/json.php?ob ject=w&ids=1'| ...
2022-10-07, 431🔥, 0💬

edition.php - Edition View API
What is the edition view API, edition.php? 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:...
2022-09-24, 517🔥, 0💬

What Is LibGen (Library Genesis)
What Is LibGen (Library Genesis)? LibGen (Library Genesis) is a public library for scholarly journal articles, academic and general-interest books, images, comics, audiobooks, and magazines. LibGen (Library Genesis) Websites are changing from time to time. Currently, it has 4 mirror sites: libgen.gs...
2022-09-18, 1481🔥, 0💬

1 2 3 > >>   ∑:50  Sort:Rank