< 1 2 3 >   ∑:50  Sort:Date

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, 768🔥, 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, 707🔥, 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, 687🔥, 3💬

json.php API - Get "publishers" Objects
How to get "publishers" objects with Library Genesis API? Here are some examples on how to get "publishers" objects with Library Genesis API. Get the "publishers" object with p_id=1 in pretty JSON format. That object does not exist. fyicenter$ curl 'https://libgen.lc/json.php?ob ject=p&amp;ids=1'...
2022-09-12, 635🔥, 0💬

json.php API - Get "editions" Objects By IDs
How to get "editions" objects with Library Genesis API, json.php, for given edition object IDs? 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...
2022-09-12, 566🔥, 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, 553🔥, 0💬

Search Publications on Library Genesis
How to search publications on Library Genesis? Here are the main steps to search publications on Library Genesis. 1. Go to Library Genesis Website at https://libgen.li or other mirror sites. You see the publications search form. 2. Enter some keywords in the input box, for example "Linux beginner". ...
2022-07-26, 550🔥, 0💬

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, 521🔥, 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, 482🔥, 0💬

Wrong Output with object=f, topic=s and Date Range
Why am I getting the output with json.php?object=f&amp;topi c=s&amp;mode=last&amp; 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, 473🔥, 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&amp;ids=1'| ...
2022-10-07, 451🔥, 0💬

10 best, 10 worst U.S. stocks so far in 2016
The January stock market rout is broad-based, with the biggest loser in the S&P 500 Index tumbling 39%
2016-01-29, 419🔥, 0💬

json.php API - Get "series" Objects
How to get "series" objects with Library Genesis API? Here are some examples on how to get "series" objects with Library Genesis API. Get the "series" object with s_id=1 in pretty JSON format. It's a set of journal articles. fyicenter$ curl 'https://libgen.lc/json.php?ob ject=s&amp;ids=1'| pytho...
2022-09-12, 391🔥, 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, 387🔥, 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, 379🔥, 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, 374🔥, 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, 367🔥, 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, 364🔥, 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, 356🔥, 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, 350🔥, 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, 348🔥, 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, 334🔥, 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, 327🔥, 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, 302🔥, 0💬

< 1 2 3 >   ∑:50  Sort:Date