Giter Club home page Giter Club logo

aijielong's Introduction

aijielong

爱接龙,接龙游戏,成语接龙,歌词接龙,诗词接龙,附数据库下载和API接口 https://www.aijielong.cn

关于数据

数据均采集自网络,由于数据量非常大,由于个人精力有限,不能做到逐条严格审核,数据难免有错误,

API接口

接口均免费无限量调用,由于服务器承载有限,请勿恶意请求,如有高并发需求,请自行处理数据和接口,感谢! API返回数据规则: 任何响应都以JSON格式返回,其中一定包含3个参数,分别是status参数用于标识请求是否成功,1表示处理成功,有数据返回,其它数值表示失败,error仅在status!==1(请求处理失败)的时候有用,用于描述错误原因,最后一个表示请求处理的ID,没有什么实际意义,可以忽略。data参数在处理成功时候返回,所有的业务参数都封装在该字段中。

目前共提供以下接口,更多接口还在不断更新开发中。

  • 通过成语获取成语详情
 -URL:https://api.aijielong.cn/idiom/word?name=一心一意
  参数:name 成语名称
  返回参数:name-成语名称,pinyin-成语拼音,meaning-成语解释,provenance-成语出处,example-成语用法示例
  返回示例:

    {
    "status":1,
    "error":"",
    "data":{
        "name":"一心一意",
        "pinyin":"yī xīn yī yì",
        "meaning":"只有一个心眼儿,没有别的考虑。",
        "provenance":"《三国志·魏志·杜恕传》免为庶人,徙章武郡,是岁嘉平元年。”裴松之注引《杜氏新书》故推一心,任一意,直而行之耳。”",
        "example":"所以彭官保便~的料理防守事宜,庄制军便~料理军需器械。★清·张春帆《宦海》第四回"
    },
    "request_id":"15301680620667186"
}

  • 通过关键词搜索成语列表 待完善

  • 获取手气不错成语(随机返回一条成语) 待完善

数据整理

个人精力有限,不能独自完成如此庞大的数据量审核,希望各位朋友能够一起审核校对数据,整理出更加精准实用的数据。

联系

如有宝贵意见请邮件联系 [email protected]

aijielong's People

Contributors

getwebtools avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.