json.php API - Get "authors" Objects

Q

How to get "authors" objects with Library Genesis API?

✍: FYIcenter.com

A

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

json.php API - Get "series" Objects

Library Genesis API

⇑⇑ LibGen (Library Genesis) - Frequently Asked Questions

2023-07-08, 475🔥, 0💬