zoukankan      html  css  js  c++  java
  • 【分享】利用豆瓣API根据ISBN查询图书信息

    查询API - (ISBN10) https://api.douban.com/v2/book/isbn/7543632608
    查询API - (ISBN13) https://api.douban.com/v2/book/isbn/9787543632608
    返回结果 - JSON格式

    {
        "rating": {
            "max": 10,
            "numRaters": 309,
            "average": "7.0",
            "min": 0
        },
        "subtitle": "",
        "author": [
            "[日] 片山恭一"
        ],
        "pubdate": "2005-1",
        "tags": [
            {
                "count": 118,
                "name": "片山恭一",
                "title": "片山恭一"
            },
            {
                "count": 56,
                "name": "日本",
                "title": "日本"
            },
            {
                "count": 49,
                "name": "日本文学",
                "title": "日本文学"
            },
            {
                "count": 32,
                "name": "小说",
                "title": "小说"
            },
            {
                "count": 31,
                "name": "满月之夜白鲸现",
                "title": "满月之夜白鲸现"
            },
            {
                "count": 11,
                "name": "爱情",
                "title": "爱情"
            },
            {
                "count": 7,
                "name": "純愛",
                "title": "純愛"
            },
            {
                "count": 7,
                "name": "外国文学",
                "title": "外国文学"
            }
        ],
        "origin_title": "",
        "image": "http://img3.douban.com/mpic/s1747553.jpg",
        "binding": "平装",
        "translator": [
            "豫人"
        ],
        "catalog": " ",
        "pages": "180",
        "images": {
            "small": "http://img3.douban.com/spic/s1747553.jpg",
            "large": "http://img3.douban.com/lpic/s1747553.jpg",
            "medium": "http://img3.douban.com/mpic/s1747553.jpg"
        },
        "alt": "http://book.douban.com/subject/1220562/",
        "id": "1220562",
        "publisher": "青岛出版社",
        "isbn10": "7543632608",
        "isbn13": "9787543632608",
        "title": "满月之夜白鲸现",
        "url": "http://api.douban.com/v2/book/1220562",
        "alt_title": "",
        "author_intro": "",
        "summary": "那一年,是听莫扎特、钓鲈鱼和家庭破裂的一年。说到家庭破裂,母亲怪自己当初没有找到好男人,父亲则认为当时是被狐狸精迷住了眼,失常的是母亲,但出问题的是父亲……。",
        "price": "15.00元"
    }

  • 相关阅读:
    Lake Counting
    部分和问题
    迷宫最短路
    sublime 的使用技巧
    数组
    Factorial Trailing Zeroes
    Top K Frequent Elements
    Number of Connected Component in An Undirected Graph
    Zigzag Iterator
    Single Number III
  • 原文地址:https://www.cnblogs.com/zehrry/p/3239912.html
Copyright © 2011-2022 走看看