{ "openapi" : "3.0.1", "info" : { "title" : "API Space API", "version" : "1.0.0" }, "paths" : { "/batch-ucheck" : { "description" : "空号检测", "post" : { "summary" : "空号检测", "description" : "空号检测", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "mobiles" ], "type" : "object", "properties" : { "mobiles" : { "title" : "mobiles", "type" : "string", "description" : "检测手机号,1-50个,仅支持国内号码,11位,多个号码用英文半角逗号隔开" }, "type" : { "title" : "type", "type" : "number", "description" : "查询类型 1:MD5(32位小写),0:普通手机号;默认0\t" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeCount", "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费。1 :收费 0:不收费" }, "chargeCount" : { "title" : "chargeCount", "type" : "string", "description" : "计费条数\t" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释\t" }, "data" : { "required" : [ "area", "lastTime", "mobile", "numberType", "status" ], "type" : "object", "properties" : { "mobile" : { "title" : "mobile", "type" : "string", "description" : "手机号" }, "lastTime" : { "title" : "lastTime", "type" : "string", "description" : "时间戳,毫秒。样例:1522080000000\t" }, "area" : { "title" : "area", "type" : "string", "description" : "手机号所属区域。样例:省-市" }, "numberType" : { "title" : "numberType", "type" : "string", "description" : "手机号运营商类型。样例:中国移动" }, "status" : { "title" : "status", "type" : "object", "description" : "检测结果,枚举值: 0:空号 1:实号 2:停机 3:库无 4:沉默号 5:风险号" } } }, "code" : { "title" : "code", "type" : "string", "description" : "响应 code 码。200000:成功,其他失败。" } } } } } } }, "x-description" : "通过手机号码查询其在网活跃度,返回包括空号、实号、停机、库无、沉默号、风险号等状态。", "x-logo" : "https://data-apibee.apispace.com/license/168180084823067cffe9d-ff93-42bc-aca8-ef3ff970baca", "x-projectName" : "空号检测", "x-gatewayUri" : "https://eolink.o.apispace.com/konghao", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\r\n chargeStatus: \"1\",\r\n chargeCount: \"2\",\r\n message: \"成功\",\r\n data: [{\r\n mobile: \"182*****510\",\r\n lastTime: \"1525257960000\",\r\n area: \"河南-郑州\",\r\n numberType: \"中国移动 GSM\",\r\n chargesStatus: \"1\",\r\n status: \"1\"\r\n },\r\n {\r\n mobile: \"182*****511\",\r\n area: \"河南-郑州\",\r\n numberType: \"中国移动 GSM\",\r\n chargesStatus: \"1\",\r\n status: \"4\"\r\n }\r\n ],\r\n code: \"200000\"\r\n}", "api_id" : 4 } ] } }, "/teladress" : { "description" : "手机号码归属地", "post" : { "summary" : "手机号码归属地", "description" : "手机号码归属地", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "mobile" ], "type" : "object", "properties" : { "mobile" : { "title" : "mobile", "type" : "string", "description" : "用户手机号" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message", "tradeNo" ], "type" : "object", "properties" : { "tradeNo" : { "title" : "tradeNo", "type" : "string", "description" : "请求标识" }, "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "required" : [ "city", "cityCode", "handleTime", "isp", "mobile", "orderNo", "postCode", "province", "provinceCode" ], "type" : "object", "properties" : { "orderNo" : { "title" : "orderNo", "type" : "string", "description" : "订单号" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间" }, "province" : { "title" : "province", "type" : "string", "description" : "省份" }, "city" : { "title" : "city", "type" : "string", "description" : "城市" }, "provinceCode" : { "title" : "provinceCode", "type" : "string", "description" : "省份编码" }, "cityCode" : { "title" : "cityCode", "type" : "string", "description" : "市区编码" }, "isp" : { "title" : "isp", "type" : "string", "description" : "运营商" }, "mobile" : { "title" : "mobile", "type" : "string", "description" : "手机号" }, "postCode" : { "title" : "postCode", "type" : "string", "description" : "邮编" } } }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" } } } } } } }, "x-description" : "手机号码归属地,提供全国移动、联通、电信等手机号码归属地查询,上亿条数据囊括最新的170、166、147等号段,更新及时、准确度高", "x-logo" : "https://data-apibee.apispace.com/license/1681801592437f6587b51-57c5-4193-933e-8f7a006d8793", "x-projectName" : "手机号码归属地", "x-gatewayUri" : "https://eolink.o.apispace.com/teladress", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10062, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"tradeNo\": \"988818862110298112\",\n \"chargeStatus\": 1,\n \"message\": \"成功\",\n \"data\": {\n \"orderNo\": \"111\",\n \"handleTime\": \"2022-06-21 14:53:08\",\n \"province\": \"广东\",\n \"city\": \"广州\",\n \"provinceCode\": \"020\",\n \"cityCode\": \"440100\",\n \"isp\": \"联通\",\n \"mobile\": \"13286457456\",\n \"postCode\": \"510000\"\n },\n \"code\": \"200000\"\n}", "api_id" : 5 } ] } }, "/moresale" : { "description" : "二次号查询", "post" : { "summary" : "二次号查询", "description" : "二次号查询", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "mobile", "sinceDate" ], "type" : "object", "properties" : { "mobile" : { "title" : "mobile", "type" : "string", "description" : "用户手机号" }, "sinceDate" : { "title" : "sinceDate", "type" : "string", "description" : "回溯时间, 格式yyyyMMdd" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "area", "chargeStatus", "code", "data", "handleTime", "message", "mobile", "numberType", "orderNo", "remark", "status" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费,示例:1收费,0不收费" }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "title" : "data", "type" : "object", "description" : "返回对象" }, "orderNo" : { "title" : "orderNo", "type" : "string", "description" : "订单号" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间" }, "mobile" : { "title" : "mobile", "type" : "string", "description" : "手机号码" }, "area" : { "title" : "area", "type" : "string", "description" : "地区" }, "numberType" : { "title" : "numberType", "type" : "string", "description" : "运营商类型,示例:1移动,2联通,3电信" }, "status" : { "title" : "status", "type" : "string", "description" : "状态,示例:1是二次号,2不是二次号,3销号,9服务器异常,10查询失败" }, "remark" : { "title" : "remark", "type" : "string", "description" : "结果备注" } } } } } } }, "x-description" : "通过手机号查询是否二次入网,直连三大运营商,精准查询", "x-logo" : "https://data-apibee.apispace.com/license/16818020636308da462bb-5a0b-42f8-a424-835661ed6248", "x-projectName" : "二次号查询", "x-gatewayUri" : "https://eolink.o.apispace.com/ercihao", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10132, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\n \"chargeStatus\": 1,\n \"message\": \"成功\",\n \"data\": {\n \"orderNo\": \"111\",\n \"handleTime\": \"2022-08-08 16:32:21\",\n \"mobile\": \"187****6548\",\n \"area\": \"广东-广州\",\n \"numberType\": \"1\",\n \"status\": \"2\",\n \"remark\": \"中国移动-OK\"\n },\n \"code\": \"200000\"\n}", "api_id" : 8 } ] } }, "/mobile_netstatus" : { "description" : "手机号码在网状态(三网)", "post" : { "summary" : "手机号码在网状态(三网)", "description" : "手机号码在网状态(三网)", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "mobile" ], "type" : "object", "properties" : { "mobile" : { "title" : "mobile", "type" : "string", "description" : "预验证的11位手机号码。当号码加密时,填写的是号码加密后的数据,如:ada0049ba46e17bdd10a78c42bcae379" }, "encrypt" : { "title" : "encrypt", "type" : "string", "description" : "加密类型。枚举值:md5、sha256;md5为32位小写加密" }, "encryptFields" : { "title" : "encryptFields", "type" : "string", "description" : "加密数据。加密时传入,值为:mobile" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "fee", "message", "msg", "provider", "result", "status" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "code" : { "title" : "code", "type" : "number", "description" : "返回状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "title" : "data", "type" : "object", "description" : "返回对象" }, "result" : { "title" : "result", "type" : "object", "description" : "返回结果" }, "provider" : { "title" : "provider", "type" : "number", "description" : "返回号码当前归属的运营商,正数为非携号转网,负数为携号转网,具体如下: 非携号转网:1 移动、2 电信、3 联通; 携号转网:-1 移动、-2 电信、-3 联通。" }, "status" : { "title" : "status", "type" : "number", "description" : "1.移动 1-->正常 2-->停机 3-->在网不可用 4-->销号/未启用 2.电信 1-->正常 2-->停机 3-->未启用/在网但不可用 4-->销户/不在网 3.联通 1-->正常 2--> 停机 3--> 在网但不可用4-->销号/未启用" }, "msg" : { "title" : "msg", "type" : "string", "description" : "结果状态描写" }, "fee" : { "title" : "fee", "type" : "number", "description" : "是否收费 0 不收费 1 收费" } } } } } } }, "x-description" : "传入手机号码,查询手机号在网状态,返回在网、在网不可用、不在网(销号/未启用/停机)等多种状态。支持移动、电信、联通手机号码,实时准确", "x-logo" : "https://data-apibee.apispace.com/license/1681801566381d4f52b0d-6983-4235-9664-f30980c9d8b3", "x-projectName" : "手机号码在网状态", "x-gatewayUri" : "https://eolink.o.apispace.com/zwsjmd", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10552, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"chargeStatus\": 1,\n \"message\": \"成功\",\n \"data\": {\n \"result\": {\n \"provider\": 2,\n \"status\": 1\n },\n \"msg\": \"请求成功\",\n \"code\": \"0\",\n \"fee\": 1\n },\n \"code\": \"200000\"\n}", "api_id" : 12 } ] } }, "/wcheck" : { "description" : "羊毛党检测", "post" : { "summary" : "羊毛党检测", "description" : "羊毛党检测", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "ip", "mobile" ], "type" : "object", "properties" : { "mobile" : { "title" : "mobile", "type" : "string", "description" : "检测手机号,限单个,仅支持11位国内号码" }, "ip" : { "title" : "ip", "type" : "string", "description" : "手机ip地址:重要参数。必传,不传将对检测结果产生影响。不能传入10,192,172等开头的内网IP地址" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "required" : [ "mobile", "status", "tag", "tradeNo" ], "type" : "object", "properties" : { "tradeNo" : { "title" : "tradeNo", "type" : "string", "description" : "交易号,唯一。样例:18041109215057630" }, "mobile" : { "title" : "mobile", "type" : "string", "description" : "手机号" }, "status" : { "title" : "status", "type" : "string", "description" : "检测结果,枚举值: W1:白名单 B1 :黑名单 B2 :可信用度低 N:库无" }, "tag" : { "title" : "tag", "type" : "string", "description" : "标签属性,判断的依据信息,用于黑名单。样例: 疑似垃圾流量:结合设备与帐号的历史数据表现,判断该帐号/设备历史用互联网业务作恶行为,其产生的互联网行为对于其他业务来说属于作弊或垃圾流量; 疑似新客户 :通过帐号互联网行为(社交,浏览等)是否异常判断为小号或接码平台帐号; 疑似僵尸号:通过帐号社交异常行为,判断为僵尸帐号; 疑似养号:通过帐号社交异常行为,判断为黑产团队恶意养号中的号码; 染色垃圾小号:离线图算法聚集识别的黑产小号; 疑似真机假用户:根据设备的一些数据表现,我们判定为群控设备; 疑似假机:根据设备的一些数据表现,我们判定为模拟器或虚假设备ID; 疑似真用户假行为:根据设备的用户使用情况,我们判定该用户存在使用脚本、外挂、病毒等作弊行为。" } } }, "code" : { "title" : "code", "type" : "string", "description" : "平台状态码" } } } } } } }, "x-description" : "反机器欺诈,检测异常IP、异常手机号。帮助客户识别大量存在恶意的账号。在金融理财奖励、红包奖励、营销活动等场景下,帮助用户节约大量营销资源,将资源留给真正的用户。", "x-logo" : "https://data-apibee.apispace.com/license/168180208153672234346-e1d0-43e1-b910-2bbfc193a6f6", "x-projectName" : "反欺诈(羊毛盾)", "x-gatewayUri" : "https://eolink.o.apispace.com/wool", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10134, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"chargeStatus\": 1,\n \"message\": \"成功\",\n \"data\": {\n \"mobile\": \"1328*******\",\n \"tag\": \"\",\n \"tradeNo\": \"22082210533674120\",\n \"status\": \"B2\"\n },\n \"code\": \"200000\"\n}", "api_id" : 14 } ] } }, "/carriers-auth" : { "description" : "运营商三要素", "post" : { "summary" : "运营商三要素", "description" : "运营商三要素", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "idNum", "mobile", "name" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "idNum" : { "title" : "idNum", "type" : "string", "description" : "身份证号" }, "mobile" : { "title" : "mobile", "type" : "string", "description" : "手机号" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "required" : [ "age", "gender", "handleTime", "orderNo", "remark", "result", "type" ], "type" : "object", "properties" : { "orderNo" : { "title" : "orderNo", "type" : "string", "description" : "业务唯一流水号。例:011569554991100011" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间 例:2018-04-09 15:05:01" }, "type" : { "title" : "type", "type" : "string", "description" : "运营商类型,1-移动 2-联通 3-电信" }, "result" : { "title" : "result", "type" : "string", "description" : "认证结果,01-一致,02-不一致,03-不确定,04-失败" }, "gender" : { "title" : "gender", "type" : "string", "description" : "性别,1-男 2-女" }, "age" : { "title" : "age", "type" : "string", "description" : "年龄例:26" }, "remark" : { "title" : "remark", "type" : "string", "description" : "备注 ,例:认证一致;认证不一致;无记录" } } }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" } } } } } } }, "x-description" : "输入姓名、身份证号码、手机号码,验证此三种信息是否一致,返回验证结果、手机归属地、运营商名称", "x-logo" : "https://data-apibee.apispace.com/license/1703240254843abaadc10-c62a-474e-87d4-50d4869a0041", "x-projectName" : "运营商三要素-精选", "x-gatewayUri" : "https://eolink.o.apispace.com/carriers", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 81, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\r\nchargeStatus: 1,\r\nmessage: \"成功\",\r\ndata: {\r\norderNo: \"011569554991100011\",\r\nhandleTime: \"2018-06-28 15:32:32\",\r\ntype: \"2\",\r\nresult: \"02\",\r\ngender: \"1\",\r\nage: \"29\",\r\nremark: \"认证不一致\"\r\n},\r\ncode: \"200000\"\r\n}\r\n", "api_id" : 19 } ] } }, "/carriers-auth-detail" : { "description" : "运营商三要素详细版", "post" : { "summary" : "运营商三要素详细版", "description" : "运营商三要素详细版", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "idNum", "mobile", "name" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "idNum" : { "title" : "idNum", "type" : "string", "description" : "身份证号" }, "mobile" : { "title" : "mobile", "type" : "string", "description" : "手机号" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "required" : [ "age", "detail", "gender", "handleTime", "orderNo", "remark", "result", "type" ], "type" : "object", "properties" : { "orderNo" : { "title" : "orderNo", "type" : "string", "description" : "业务唯一流水号。例:011569554991100011" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间 例:2018-04-09 15:05:01" }, "type" : { "title" : "type", "type" : "string", "description" : "运营商类型,1-移动 2-联通 3-电信" }, "result" : { "title" : "result", "type" : "string", "description" : "认证结果,01-一致,02-不一致,03-不确定,04-失败" }, "gender" : { "title" : "gender", "type" : "string", "description" : "性别,1-男 2-女" }, "age" : { "title" : "age", "type" : "string", "description" : "年龄例:26" }, "remark" : { "title" : "remark", "type" : "number", "description" : "备注 ,例:一致" }, "detail" : { "required" : [ "code", "remark" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "详细的返回代码" }, "remark" : { "title" : "remark", "type" : "string", "description" : "详细描述" } } } } }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" } } } } } } }, "x-description" : "输入姓名、身份证号码、手机号码,验证此三种信息是否一致,返回验证结果、手机归属地、运营商名称以及认证不通过的原因。", "x-logo" : "https://data-apibee.apispace.com/license/168180120888762a7284c-b078-492d-b1a4-46b2355741cd", "x-projectName" : "运营商三要素详细版", "x-gatewayUri" : "https://eolink.o.apispace.com/carriers-pro", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 89, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\r\nchargeStatus: 1,\r\nmessage: \"成功\",\r\ndata: {\r\norderNo: \"011569554991100011\",\r\nhandleTime: \"2018-10-26 10:11:41\",\r\ntype: \"2\",\r\nresult: \"02\",\r\ngender: \"1\",\r\nage: \"30\",\r\nremark: \"认证不一致\",\r\ndetail: {\r\ncode: \"02\",\r\nremark: \"手机号已实名,但是身份证和姓名均与实名信息不一致\"\r\n}\r\n},\r\ncode: \"200000\"\r\n}", "api_id" : 20 } ] } }, "/carriers-two-auth" : { "description" : "运营商二要素", "post" : { "summary" : "运营商二要素", "description" : "运营商二要素", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "mobile", "name" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "mobile" : { "title" : "mobile", "type" : "string", "description" : "手机号" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "required" : [ "handleTime", "orderNo", "remark", "result", "type" ], "type" : "object", "properties" : { "orderNo" : { "title" : "orderNo", "type" : "string", "description" : "业务唯一流水号。例:011569554991100011" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间 例:2018-04-09 15:05:01" }, "type" : { "title" : "type", "type" : "string", "description" : "运营商类型,1-移动 2-联通 3-电信" }, "result" : { "title" : "result", "type" : "string", "description" : "认证结果,01-一致,02-不一致,03-不确定,04-失败" }, "remark" : { "title" : "remark", "type" : "string", "description" : "备注 ,例:认证一致;认证不一致;无记录" } } }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" } } } } } } }, "x-description" : "传入姓名、手机号码,校验此两项是否一致,支持移动、电信、联通号码", "x-logo" : "https://data-apibee.apispace.com/license/1681801238535b2a7347a-c280-47c5-8692-d2cdb12b477e", "x-projectName" : "运营商二要素", "x-gatewayUri" : "https://eolink.o.apispace.com/carriers-2", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 97, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"chargeStatus\":1,\n \"message\":\"成功\",\n \"data\":{\n \"orderNo\":\"011569554991100011\",\n \"handleTime\":\"2019-05-21 11:34:45\",\n \"type\":\"2\",\n \"result\":\"01\",\n \"remark\":\"认证一致\"\n },\n \"code\":\"200000\"\n}", "api_id" : 21 } ] } }, "/card-auth" : { "description" : "银行卡四要素标准版", "post" : { "summary" : "银行卡四要素标准版", "description" : "银行卡四要素标准版", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "cardNo", "idNum", "mobile", "name" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "idNum" : { "title" : "idNum", "type" : "string", "description" : "身份证号码,限单个" }, "cardNo" : { "title" : "cardNo", "type" : "string", "description" : "银行卡号,限单个" }, "mobile" : { "title" : "mobile", "type" : "string", "description" : "银行预留手机号,仅支持国内11位号码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费,枚举值:1 :收费 0:不收费" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "required" : [ "bankName", "cardCategory", "cardType", "handleTime", "orderNo", "remark", "result" ], "type" : "object", "properties" : { "orderNo" : { "title" : "orderNo", "type" : "string", "description" : "业务唯一流水号。例:011569554991100011" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间。样例:2018-04-09 15:05:01" }, "result" : { "title" : "result", "type" : "number", "description" : "认证结果。01:一致 02:不一致 03:认证不确定 04:认证失败。01、02 收费" }, "bankName" : { "title" : "bankName", "type" : "string", "description" : "所属银行。样例:招商银行" }, "cardType" : { "title" : "cardType", "type" : "string", "description" : "银行卡类型 样例:金穗借记卡" }, "cardCategory" : { "title" : "cardCategory", "type" : "string", "description" : "银行卡类别 样例:借记卡" }, "remark" : { "title" : "remark", "type" : "string", "description" : "备注。样例:信息认证未通过(验证不一致)" } } }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" } } } } } } }, "x-description" : "检测输入的姓名、手机号码、身份证号码、银行卡号是否一致,毫秒级响应、直联保障,支持全国所有银联卡", "x-logo" : "https://data-apibee.apispace.com/license/168180131405706f58ba5-bc91-4ac2-9b3b-f6e5dae27f67", "x-projectName" : "银行卡四要素", "x-gatewayUri" : "https://eolink.o.apispace.com/bankcard-4", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 107, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\r\n \"chargeStatus\": 1,\r\n \"message\": \"成功\",\r\n \"data\": {\r\n \"orderNo\": \"011670055041630705\",\r\n \"handleTime\": \"2022-12-03 16:10:42\",\r\n \"result\": \"01\",\r\n \"remark\": \"认证一致\",\r\n \"bankName\": \"中国银行\",\r\n \"cardType\": \"借记IC个人普卡\",\r\n \"cardCategory\": \"借记卡\"\r\n },\r\n \"code\": \"200000\"\r\n}", "api_id" : 22 } ] } }, "/card-three-auth" : { "description" : "银行卡三要素标准版", "post" : { "summary" : "银行卡三要素标准版", "description" : "银行卡三要素标准版", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "cardNo", "idNum", "name" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "idNum" : { "title" : "idNum", "type" : "string", "description" : "身份证号码,限单个" }, "cardNo" : { "title" : "cardNo", "type" : "string", "description" : "银行卡号,限单个" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "required" : [ "bankName", "cardCategory", "cardType", "handleTime", "orderNo", "remark", "result" ], "type" : "object", "properties" : { "orderNo" : { "title" : "orderNo", "type" : "string", "description" : "业务唯一流水号。例:011569554991100011" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间 例:2018-04-09 15:05:01" }, "result" : { "title" : "result", "type" : "string", "description" : "认证结果。01:一致 02:不一致 03:认证不确定 04:认证失败。01、02收费" }, "bankName" : { "title" : "bankName", "type" : "string", "description" : "银行卡所属银行。样例:招商银行" }, "cardType" : { "title" : "cardType", "type" : "string", "description" : "银行卡类型 样例:金穗借记卡" }, "cardCategory" : { "title" : "cardCategory", "type" : "number", "description" : "银行卡类别 样例:借记卡" }, "remark" : { "title" : "remark", "type" : "number", "description" : "备注。样例:信息认证未通过(验证不一致)" } } }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" } } } } } } }, "x-description" : "检测输入的姓名、身份证号码、银行卡号是否一致。毫秒级响应、直联保障,支持全国所有银联卡", "x-logo" : "https://data-apibee.apispace.com/license/16818013498742024899b-21d0-43d3-b87a-5123f3d229c8", "x-projectName" : "银行卡三要素", "x-gatewayUri" : "https://eolink.o.apispace.com/bankcard-3", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 121, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\r\n \"chargeStatus\": 1,\r\n \"message\": \"成功\",\r\n \"data\": {\r\n \"orderNo\": \"011669168041100319\",\r\n \"handleTime\": \"2022-11-23 09:47:21\",\r\n \"result\": \"01\",\r\n \"remark\": \"认证一致\",\r\n \"bankName\": \"上海银行\",\r\n \"cardType\": \"首发纪念版IC卡\",\r\n \"cardCategory\": \"借记卡\"\r\n },\r\n \"code\": \"200000\"\r\n}", "api_id" : 24 } ] } }, "/card-two-auth" : { "description" : "银行卡二要素标准版", "post" : { "summary" : "银行卡二要素标准版", "description" : "银行卡二要素标准版", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "cardNo", "name" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "cardNo" : { "title" : "cardNo", "type" : "string", "description" : "银行卡号,限单个" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "data" : { "required" : [ "bankName", "cardCategory", "cardType", "handleTime", "orderNo", "remark", "result" ], "type" : "object", "properties" : { "orderNo" : { "title" : "orderNo", "type" : "string", "description" : "业务唯一流水号。例:011569554991100011" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间 例:2018-04-09 15:05:01" }, "result" : { "title" : "result", "type" : "string", "description" : "认证结果。01:一致 02:不一致 03:认证不确定 04:认证失败。01、02收费。" }, "bankName" : { "title" : "bankName", "type" : "string", "description" : "银行卡所属银行。样例:招商银行" }, "cardType" : { "title" : "cardType", "type" : "string", "description" : "银行卡类型 样例:金穗借记卡" }, "cardCategory" : { "title" : "cardCategory", "type" : "number", "description" : "银行卡类别 样例:借记卡" }, "remark" : { "title" : "remark", "type" : "number", "description" : "备注。样例:信息认证未通过(验证不一致)" } } }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" } } } } } } }, "x-description" : "检测输入的姓名、银行卡号是否一致。毫秒级响应、直联保障,支持全国所有银联卡", "x-logo" : "https://data-apibee.apispace.com/license/1681801367432a2038dcc-34b2-4c54-a93d-997ffef54548", "x-projectName" : "银行卡二要素", "x-gatewayUri" : "https://eolink.o.apispace.com/bankcard-2", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 137, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\n \"chargeStatus\": 1,\n \"message\": \"成功\",\n \"data\": {\n \"orderNo\": \"011569554991100011\",\n \"handleTime\": \"2018-12-10 11:34:38\",\n \"result\": \"01\",\n \"remark\": \"认证一致\",\n \"bankName\": \"招商银行\",\n \"cardType\": \"金卡\",\n \"cardCategory\": \"借记卡\"\n },\n \"code\": \"200000\"\n}", "api_id" : 26 } ] } }, "/bankcard_file" : { "description" : "银行卡OCR_文件", "post" : { "summary" : "银行卡OCR_文件", "description" : "银行卡OCR_文件", "parameters" : [ ], "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "title" : "file", "type" : "string", "description" : "被识别的文件,支持jpg, jpeg, png图片格式和pdf文件格式", "format" : "binary" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "count", "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "data" : { "required" : [ "MasterCard", "UnionPay", "VISA", "bank", "date", "location", "number", "type" ], "type" : "object", "properties" : { "bank" : { "title" : "bank", "type" : "string", "description" : "银行名称" }, "type" : { "title" : "type", "type" : "string", "description" : "卡片类型" }, "UnionPay" : { "title" : "UnionPay", "type" : "boolean", "description" : "是否UnionPay卡" }, "VISA" : { "title" : "VISA", "type" : "boolean", "description" : "是否VISA卡" }, "MasterCard" : { "title" : "MasterCard", "type" : "boolean", "description" : "是否MasterCard" }, "number" : { "title" : "number", "type" : "string", "description" : "银行卡号" }, "date" : { "title" : "date", "type" : "array", "description" : "含有日期的数组", "items" : { "type" : "string" } }, "location" : { "title" : "location", "type" : "array", "description" : "银行卡在图片中的左上角坐标和宽高[x, y, w, h]", "items" : { "type" : "string" } } } }, "count" : { "title" : "count", "type" : "number", "description" : "识别到银行卡的个数" }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一标识,用于定位请求" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时为success" } } } } } } }, "x-description" : "结构化识别多款主流银行卡的卡号、有效期、发卡行、卡片类型、持卡人5个关键字段,识别准确率超过99%", "x-logo" : "https://data-apibee.apispace.com/license/1681801330667127a8849-9613-4f77-8743-c668557f88e4", "x-projectName" : "银行卡识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/bankcard", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10428, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"data\": {\n \"result\": [{\n \"number\": \"6259xxxxxxxxxx60\",\n \"date\": [\"02/25\"],\n \"bank\": \"中国建设银行\",\n \"type\": \"信用卡\",\n \"UnionPay\": true,\n \"VISA\": false,\n \"MasterCard\": false,\n \"location\": [40, 6, 1170, 742]\n }],\n \"count\": 1\n },\n \"statusCode\": \"00020\",\n \"log_id\": \"b6086ac9-e24f-11ed-a95a-000000007898\"\n}", "api_id" : 119931 } ] } }, "/bankcard" : { "description" : "银行卡OCR", "post" : { "summary" : "银行卡OCR", "description" : "银行卡OCR", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当url字段存在时,pdf字段失效 请注意关闭URL防盗链" }, "pdf" : { "title" : "pdf", "type" : "string", "description" : "pdf文件字节流的base64编码,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "count", "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "data" : { "required" : [ "MasterCard", "UnionPay", "VISA", "bank", "date", "location", "number", "type" ], "type" : "object", "properties" : { "bank" : { "title" : "bank", "type" : "string", "description" : "银行名称" }, "type" : { "title" : "type", "type" : "string", "description" : "卡片类型" }, "UnionPay" : { "title" : "UnionPay", "type" : "boolean", "description" : "是否UnionPay卡" }, "VISA" : { "title" : "VISA", "type" : "boolean", "description" : "是否VISA卡" }, "MasterCard" : { "title" : "MasterCard", "type" : "boolean", "description" : "是否MasterCard" }, "number" : { "title" : "number", "type" : "string", "description" : "银行卡号" }, "date" : { "title" : "date", "type" : "array", "description" : "含有日期的数组", "items" : { "type" : "string" } }, "location" : { "title" : "location", "type" : "array", "description" : "银行卡在图片中的左上角坐标和宽高[x, y, w, h]", "items" : { "type" : "string" } } } }, "count" : { "title" : "count", "type" : "string", "description" : "识别到银行卡的个数" }, "log_id" : { "title" : "log_id", "type" : "number", "description" : "唯一标识,用于定位请求" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时为success" } } } } } } }, "x-description" : "结构化识别多款主流银行卡的卡号、有效期、发卡行、卡片类型、持卡人5个关键字段,识别准确率超过99%", "x-logo" : "https://data-apibee.apispace.com/license/1681801330667127a8849-9613-4f77-8743-c668557f88e4", "x-projectName" : "银行卡识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/bankcard", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 141, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"data\": {\n \"result\": [{\n \"number\": \"6259xxxxxxxxxx60\",\n \"date\": [\"02/25\"],\n \"bank\": \"中国建设银行\",\n \"type\": \"信用卡\",\n \"UnionPay\": true,\n \"VISA\": false,\n \"MasterCard\": false,\n \"location\": [40, 6, 1170, 742]\n }],\n \"count\": 1\n },\n \"statusCode\": \"00020\",\n \"log_id\": \"b6086ac9-e24f-11ed-a95a-000000007898\"\n}", "api_id" : 28 } ] } }, "/vehicle-license" : { "description" : "行驶证识别OCR", "post" : { "summary" : "行驶证识别OCR", "description" : "行驶证识别OCR", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "side", "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url,当image字段存在时,url字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片完整url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url,当image字段存在时,url字段失效 请注意关闭URL防盗链" }, "side" : { "title" : "side", "type" : "string", "description" : "用于区分主页副页,为0或1,1为主页,0为副页" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,调用成功时为success" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "data" : { "required" : [ "EN", "VIN", "address", "approvedLoad", "approvedPassengersCapacity", "barcode", "carType", "curbWeight", "fileNumber", "issueDate", "issueOrganization", "lisenceNumber", "model", "note", "overallDimensions", "owner", "record", "registrationDate", "totalWeight", "tractionWeight", "type", "usage" ], "type" : "object", "properties" : { "lisenceNumber" : { "title" : "lisenceNumber", "type" : "string", "description" : "号牌号码" }, "carType" : { "title" : "carType", "type" : "string", "description" : "车辆类型" }, "owner" : { "title" : "owner", "type" : "string", "description" : "所有人" }, "address" : { "title" : "address", "type" : "string", "description" : "住址" }, "usage" : { "title" : "usage", "type" : "string", "description" : "使用性质" }, "model" : { "title" : "model", "type" : "string", "description" : "品牌型号" }, "VIN" : { "title" : "VIN", "type" : "string", "description" : "车辆识别代号" }, "EN" : { "title" : "EN", "type" : "string", "description" : "发动机号码" }, "registrationDate" : { "title" : "registrationDate", "type" : "string", "description" : "注册日期" }, "issueDate" : { "title" : "issueDate", "type" : "string", "description" : "发证日志" }, "issueOrganization" : { "title" : "issueOrganization", "type" : "string", "description" : "发证机构" }, "fileNumber" : { "title" : "fileNumber", "type" : "string", "description" : "档案编号" }, "approvedPassengersCapacity" : { "title" : "approvedPassengersCapacity", "type" : "string", "description" : "核定载人数" }, "totalWeight" : { "title" : "totalWeight", "type" : "string", "description" : "总质量" }, "curbWeight" : { "title" : "curbWeight", "type" : "string", "description" : "整备质量" }, "approvedLoad" : { "title" : "approvedLoad", "type" : "string", "description" : "核定载质量" }, "overallDimensions" : { "title" : "overallDimensions", "type" : "string", "description" : "外廓尺寸" }, "tractionWeight" : { "title" : "tractionWeight", "type" : "string", "description" : "准牵引质量" }, "note" : { "title" : "note", "type" : "string", "description" : "备注" }, "record" : { "title" : "record", "type" : "string", "description" : "检验记录" }, "type" : { "title" : "type", "type" : "string", "description" : "能源类型" }, "barcode" : { "title" : "barcode", "type" : "string", "description" : "条形码" } } }, "log_id" : { "title" : "log_id", "type" : "object", "description" : "请求唯一标识,用于定位问题" } } } } } } }, "x-description" : "支持识别行驶证正副本信息,包含号牌号码、所有人、车辆类型、品牌型号、住址、发动机号码、车辆识别代号、注册日期、发证日期、使用性质等信息。", "x-logo" : "https://data-apibee.apispace.com/license/16818013815823e89f35f-4555-40c3-af64-e5738e13d491", "x-projectName" : "行驶证识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/ocr-vehicle", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 157, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"lisenceNumber\": \"豫A99RR9\",\n \"carType\": \"小型普通客车\",\n \"owner\": \"郑昆\",\n \"address\": \"中牟具一刘寨村\",\n \"usage\": \"非营运\",\n \"model\": \"大众汽车牌SVW6474DFD\",\n \"VIN\": \"SSVUDDTT2J2022558\",\n \"EN\": \"111533\",\n \"registrationDate\": \"2018-03-12\",\n \"issueDate\": \"2018-03-13\",\n \"issueOrganization\": \"河南省郑州市公安局交通警察支队\"\n },\n \"log_id\": \"2592e0e0-e269-11ed-a67b-00000000f003\"\n}", "api_id" : 30 } ] } }, "/driving-license" : { "description" : "驾驶证识别OCR", "post" : { "summary" : "驾驶证识别OCR", "description" : "驾驶证识别OCR", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "side", "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url,当image字段存在时,url字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片完整url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url,当image字段存在时,url字段失效 请注意关闭URL防盗链" }, "side" : { "title" : "side", "type" : "string", "description" : "用于区分主页副页,为0或1,1为主页,0为副页。" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,成功调用时为success" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一标识,用于定位问题" }, "data" : { "required" : [ "address", "birthday", "class", "fileNumber", "firstIssueDate", "gender", "issueOrganization", "lisenceNumber", "name", "nationality", "record", "validPeriod" ], "type" : "object", "properties" : { "lisenceNumber" : { "title" : "lisenceNumber", "type" : "string", "description" : "证号" }, "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "gender" : { "title" : "gender", "type" : "string", "description" : "性别" }, "nationality" : { "title" : "nationality", "type" : "string", "description" : "国籍" }, "address" : { "title" : "address", "type" : "string", "description" : "住址" }, "birthday" : { "title" : "birthday", "type" : "string", "description" : "出生日期" }, "firstIssueDate" : { "title" : "firstIssueDate", "type" : "string", "description" : "初次领证日期" }, "class" : { "title" : "class", "type" : "string", "description" : "准驾车型" }, "validPeriod" : { "title" : "validPeriod", "type" : "string", "description" : "有效期限" }, "issueOrganization" : { "title" : "issueOrganization", "type" : "string", "description" : "发证机构" }, "fileNumber" : { "title" : "fileNumber", "type" : "string", "description" : "档案编号" }, "record" : { "title" : "record", "type" : "string", "description" : "记录" } } } } } } } } }, "x-description" : "支持识别机动车驾驶证正页及副页所有字段,包括证号、姓名、性别、国籍、住址、出生日期、初次领证日期、准驾车型、有效期限、发证机构、档案编号等。", "x-logo" : "https://data-apibee.apispace.com/license/16818010449144e9d0177-1776-4659-b74b-51a5ce2095e2", "x-projectName" : "驾驶证识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/ocr-driving", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 163, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"lisenceNumber\": \"156402199902223122\",\n \"name\": \"谢乐桃\",\n \"gender\": \"女\",\n \"nationality\": \"中国\",\n \"address\": \"内蒙古自治区赤峰市\",\n \"birthday\": \"1999-92-22\",\n \"firstIssueDate\": \"215-06-18\",\n \"class\": \"C1\",\n \"validPeriod\": \"2015-06-18至2021-06-18\",\n \"issueOrganization\": \"河北省秦皇岛市公安局交通警察支队\"\n },\n \"log_id\": \"b90bfeda-e269-11ed-a672-000000003317\"\n}", "api_id" : 31 } ] } }, "/id-ocr-cl_file" : { "description" : "身份证文字识别OCR_文件", "post" : { "summary" : "身份证文字识别OCR_文件", "description" : "身份证文字识别OCR_文件", "parameters" : [ ], "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "title" : "file", "type" : "string", "description" : "被识别的文件,支持jpg, jpeg, png图片格式和pdf文件格式", "format" : "binary" }, "side" : { "title" : "side", "type" : "string", "description" : "用于区分主页副页,为0或1,1为主页,0为副页。可自动识别正面、反面,当识别区域有多面时,若不指定,自动识别左、上区域的一面。" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,成功调用时返回success" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "data" : { "required" : [ "idcard_location", "words_result" ], "type" : "object", "properties" : { "words_result" : { "required" : [ "ID", "address", "birthday", "gender", "issueOrganization", "name", "race", "vaildPeriod" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "gender" : { "title" : "gender", "type" : "string", "description" : "性别" }, "race" : { "title" : "race", "type" : "string", "description" : "种族" }, "birthday" : { "title" : "birthday", "type" : "string", "description" : "生日" }, "address" : { "title" : "address", "type" : "string", "description" : "地址" }, "ID" : { "title" : "ID", "type" : "string", "description" : "身份证号码" }, "issueOrganization" : { "title" : "issueOrganization", "type" : "string", "description" : "发证机关" }, "vaildPeriod" : { "title" : "vaildPeriod", "type" : "string", "description" : "有效日期" } } }, "idcard_location" : { "title" : "idcard_location", "type" : "string", "description" : "证件在图片中的坐标" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一的log id,用于请求定位" } } } } } } }, "x-description" : "传入身份证照片,识别照片文字信息并返回,包括姓名、身份证号码、性别、民族、出生年月日、地址、签发机关及有效期。", "x-logo" : "https://data-apibee.apispace.com/license/1681801653208cf0e3b72-3e95-4b53-a2db-9a63915fb346", "x-projectName" : "身份证识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/ocr-idcard", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10426, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"data\": {\n \"words_result\": {\n \"name\": \"陈朋涛\",\n \"gender\": \"男\",\n \"race\": \"汉\",\n \"birthday\": \"1989年6月01日\",\n \"address\": \"山东省滕州市龙阳镇\",\n \"ID\": \"532101198906010015\"\n },\n \"idcard_location\": [154, 211, 2664, 1678]\n },\n \"log_id\": \"2044ae6b-e267-11ed-9431-00000000baf5\",\n \"statusCode\": \"00020\"\n}", "api_id" : 119930 } ] } }, "/id-ocr-cl" : { "description" : "身份证文字识别OCR", "post" : { "summary" : "身份证文字识别OCR", "description" : "身份证文字识别OCR", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当url字段存在时,pdf字段失效 请注意关闭URL防盗链" }, "pdf" : { "title" : "pdf", "type" : "string", "description" : "pdf文件字节流的base64编码,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" }, "side" : { "title" : "side", "type" : "string", "description" : "用于区分主页副页,为0或1,1为主页,0为副页。可自动识别正面、反面,当识别区域有多面时,若不指定,自动识别左、上区域的一面。" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时返回success" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "data" : { "required" : [ "idcard_location", "words_result" ], "type" : "object", "properties" : { "words_result" : { "required" : [ "ID", "address", "birthday", "gender", "issueOrganization", "name", "race", "vaildPeriod" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "姓名" }, "gender" : { "title" : "gender", "type" : "string", "description" : "性别" }, "race" : { "title" : "race", "type" : "string", "description" : "民族" }, "birthday" : { "title" : "birthday", "type" : "string", "description" : "生日" }, "address" : { "title" : "address", "type" : "string", "description" : "地址" }, "ID" : { "title" : "ID", "type" : "string", "description" : "身份证号码" }, "issueOrganization" : { "title" : "issueOrganization", "type" : "string", "description" : "发证机关" }, "vaildPeriod" : { "title" : "vaildPeriod", "type" : "string", "description" : "有效日期" } } }, "idcard_location" : { "title" : "idcard_location", "type" : "string", "description" : "证件在图片中的坐标" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一的log id,用于请求定位" } } } } } } }, "x-description" : "传入身份证照片,识别照片文字信息并返回,包括姓名、身份证号码、性别、民族、出生年月日、地址、签发机关及有效期。", "x-logo" : "https://data-apibee.apispace.com/license/1681801653208cf0e3b72-3e95-4b53-a2db-9a63915fb346", "x-projectName" : "身份证识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/ocr-idcard", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 177, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"data\": {\n \"words_result\": {\n \"name\": \"陈朋涛\",\n \"gender\": \"男\",\n \"race\": \"汉\",\n \"birthday\": \"1989年6月01日\",\n \"address\": \"山东省滕州市龙阳镇\",\n \"ID\": \"532101198906010015\"\n },\n \"idcard_location\": [154, 211, 2664, 1678]\n },\n \"log_id\": \"2044ae6b-e267-11ed-9431-00000000baf5\",\n \"statusCode\": \"00020\"\n}", "api_id" : 32 } ] } }, "/business-four-auth" : { "description" : "企业工商四要素核验", "post" : { "summary" : "企业工商四要素核验", "description" : "企业工商四要素核验", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "creditCode", "entName", "idNum", "legalPerName" ], "type" : "object", "properties" : { "entName" : { "title" : "entName", "type" : "string", "description" : "企业名称" }, "legalPerName" : { "title" : "legalPerName", "type" : "string", "description" : "法人姓名" }, "creditCode" : { "title" : "creditCode", "type" : "string", "description" : "统一信用代码" }, "idNum" : { "title" : "idNum", "type" : "string", "description" : "法人身份证" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "companyNameMatch", "creditCodeMatch", "data", "handleTime", "idNoMatch", "legalPerNameMatch", "message", "remark", "result", "tradeNo" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : "是否收费" }, "code" : { "title" : "code", "type" : "string", "description" : "响应code码。200000:成功,其他失败。" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "tradeNo" : { "title" : "tradeNo", "type" : "string", "description" : "业务唯一流水号。例:628291418130630" }, "data" : { "title" : "data", "type" : "object", "description" : "返回对象" }, "handleTime" : { "title" : "handleTime", "type" : "string", "description" : "查询时间 例:2018-04-09 15:05:01" }, "result" : { "title" : "result", "type" : "string", "description" : "返回结果码(result=1,2计费,其他不计费)" }, "remark" : { "title" : "remark", "type" : "string", "description" : "结果码描述" }, "companyNameMatch" : { "title" : "companyNameMatch", "type" : "string", "description" : "企业名称核验结果(1-一致,2-不一致,3-无法验证)" }, "creditCodeMatch" : { "title" : "creditCodeMatch", "type" : "string", "description" : "社会统一信用号核验结果(1-一致,2-不一致,3-无法验证)" }, "legalPerNameMatch" : { "title" : "legalPerNameMatch", "type" : "string", "description" : "法人姓名核验结果(1-一致,2-不一致,3-无法验证)" }, "idNoMatch" : { "title" : "idNoMatch", "type" : "string", "description" : "法人证件号核验结果(1-一致,2-不一致,3-无法验证)" } } } } } } }, "x-description" : "传入企业名称、社会统一信用代码、法人名称、法人身份证,校验此四项是否一致。官方权威核验,实时更新。", "x-logo" : "https://data-apibee.apispace.com/license/1681801894468b5a93a17-a245-4183-af13-1541c118e8ca", "x-projectName" : "企业工商四要素核验", "x-gatewayUri" : "https://eolink.o.apispace.com/gsxx", "x-protocol" : "HTTPS", "x-resultDemo" : [ ] } }, "/face-anti-silent_file" : { "description" : "静态活体检测_文件", "post" : { "summary" : "静态活体检测_文件", "description" : "静态活体检测_文件", "parameters" : [ ], "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "title" : "file", "type" : "string", "description" : "", "format" : "binary" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,调用成功返回success" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "data" : { "required" : [ "result", "score" ], "type" : "object", "properties" : { "result" : { "title" : "result", "type" : "string", "description" : "是否为活体,有三种返回,fake,real,error,分别表示真,假,未识别到人脸" }, "score" : { "title" : "score", "type" : "string", "description" : "模型给出的置信度分数,在[0, 1]之间,越大表示模型对自己的判断越有信心" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一ID,用于定位请求" } } } } } } }, "x-description" : "针对用户上传图像,返回该图像中的人脸是否为真人;基于图片中人像的破绽(摩尔纹、成像畸形等),判断目标是否为活体,有效防止屏幕二次翻拍等作弊攻击", "x-logo" : "https://data-apibee.apispace.com/license/1681898579764c19f106b-c837-433f-a304-2399b5887269", "x-projectName" : "静态活体检测", "x-gatewayUri" : "https://eolink.o.apispace.com/liveness", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10510, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"result\": \"fake\",\n \"score\": \"1.00\"\n },\n \"log_id\": \"5ab7b4d0-e266-11ed-abf7-000000010c14\"\n}", "api_id" : 119939 } ] } }, "/face-anti-silent" : { "description" : "静态活体检测", "post" : { "summary" : "静态活体检测", "description" : "静态活体检测", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "image", "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码,大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url,当image字段存在时,url字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片完整url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url ,当image字段存在时,url字段失效 请注意关闭URL防盗链" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,成功调用时返回success" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "data" : { "required" : [ "result", "score" ], "type" : "object", "properties" : { "result" : { "title" : "result", "type" : "string", "description" : "是否为活体,有三种返回,fake,real,error,分别表示真,假,未识别到人脸" }, "score" : { "title" : "score", "type" : "string", "description" : "模型给出的置信度分数,在[0, 1]直接,越大表示模型对自己的判断越有信心" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一ID,用于定位请求" } } } } } } }, "x-description" : "针对用户上传图像,返回该图像中的人脸是否为真人;基于图片中人像的破绽(摩尔纹、成像畸形等),判断目标是否为活体,有效防止屏幕二次翻拍等作弊攻击", "x-logo" : "https://data-apibee.apispace.com/license/1681898579764c19f106b-c837-433f-a304-2399b5887269", "x-projectName" : "静态活体检测", "x-gatewayUri" : "https://eolink.o.apispace.com/liveness", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 241, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"result\": \"fake\",\n \"score\": \"1.00\"\n },\n \"log_id\": \"5ab7b4d0-e266-11ed-abf7-000000010c14\"\n}", "api_id" : 45 } ] } }, "/getSimpleVerifyImage" : { "description" : "四位图片验证码生成", "post" : { "summary" : "四位图片验证码生成", "description" : "四位图片验证码生成", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "codeType" ], "type" : "object", "properties" : { "codeType" : { "title" : "codeType", "type" : "string", "description" : "验证码类型(1:纯数字,2:小写字母,3:大写字母,4:数字+小写字母,5:数字+大写字母,6:数字+大小写字母,7:大小写字母)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "string", "description" : "接口的返回信息,数组形式" } } } } } } }, "x-description" : "四位图片验证码生成,包括纯数字、小写字母、大写字母、大小写混合、数字+小写、数字+大写、数字+大小写等情况。", "x-logo" : "https://data-apibee.apispace.com/license/1681801540562f154c4d7-6123-4b0e-bc10-deafd7c75a8f", "x-projectName" : "四位图片验证码生成", "x-gatewayUri" : "https://eolink.o.apispace.com/fourcode", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 313, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\r\n \"statusCode\":\"000000\",\r\n \"desc\":\"请求成功\",\r\n \"result\":{\r\n \"fileName\":\"http://apistore.data.eolinker.com/checkcode/haz4smvtj1r9ced5.png\"//图片验证码地址\r\n \"verifyCode\":\"3614//验证码\r\n }\r\n}", "api_id" : 80 } ] } }, "/addr" : { "description" : "通过邮编查询地名", "post" : { "summary" : "通过邮编查询地名", "description" : "通过邮编查询地名", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "pageSize", "postcode" ], "type" : "object", "properties" : { "postcode" : { "title" : "postcode", "type" : "string", "description" : "区县级邮编" }, "page" : { "title" : "page", "type" : "string", "description" : "页数" }, "pageSize" : { "title" : "pageSize", "type" : "string", "description" : "每页行数" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "string", "description" : "result 接口的返回信息,数组形式" } } } } } } }, "x-description" : "提供全国邮政编码大全,为你快速准确查邮编", "x-logo" : "https://data-apibee.apispace.com/license/16818012713304bef3993-9843-4bcd-8f87-5b29055bf813", "x-projectName" : "邮编查询", "x-gatewayUri" : "https://eolink.o.apispace.com/postcode", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 319, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\r\n \"statusCode\":\"000000\",\r\n \"desc\":\"请求成功\",\r\n \"result\":{\r\n \"list\":[\r\n {\r\n \"PostNumber\":\"215001\",//邮编\r\n \"Province\":\"江苏省\",//省份\r\n \"City\":\"苏州市\",//城市\r\n \"District\":\"平江区\",//地区名\r\n \"Address\":\"廖家巷新光里\"//地址\r\n }\r\n ],\r\n \"totalCount\":352, //总条数\r\n \"totalPage\":176, //总页数\r\n \"currentPage\":1, //当前页码\r\n \"pageSize\":\"2\" //每页条数\r\n }\r\n}", "api_id" : 83 } ] } }, "/postcode" : { "description" : "通过地名查询邮编", "post" : { "summary" : "通过地名查询邮编", "description" : "通过地名查询邮编", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "type" : "object", "properties" : { "province" : { "title" : "province", "type" : "string", "description" : "省份(省份、城市、区/县、地址关键字必须四选一输入)" }, "city" : { "title" : "city", "type" : "string", "description" : "城市(省份、城市、区/县、地址关键字必须四选一输入)" }, "area" : { "title" : "area", "type" : "string", "description" : "区/县(省份、城市、区/县、地址关键字必须四选一输入)" }, "address" : { "title" : "address", "type" : "string", "description" : "地名关键字,如“一路”(省份、城市、区/县、地址关键字必须四选一输入)" }, "page" : { "title" : "page", "type" : "string", "description" : "页码,默认第一页" }, "pageSize" : { "title" : "pageSize", "type" : "string", "description" : "每页条数,默认10条,最多40条" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "string", "description" : "接口的返回信息,数组形式" } } } } } } }, "x-description" : "提供全国邮政编码大全,为你快速准确查邮编", "x-logo" : "https://data-apibee.apispace.com/license/16818012713304bef3993-9843-4bcd-8f87-5b29055bf813", "x-projectName" : "邮编查询", "x-gatewayUri" : "https://eolink.o.apispace.com/postcode", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 317, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\r\n \"statusCode\":\"000000\",\r\n \"desc\":\"请求成功\",\r\n \"result\":{\r\n \"itemCount\":56, //总条数\r\n \"pageNow\":1,//当前页码\r\n \"postCodeList\":[\r\n {\r\n \"address\":\"大学城\", //地址\r\n \"area\":\"海珠区\",//地区名\r\n \"city\":\"广州市\", //城市\r\n \"postCode\":\"510006\", //邮编\r\n \"province\":\"广东省\"//省份\r\n }\r\n ]\r\n }\r\n}", "api_id" : 82 } ] } }, "/api/v1/riddle/brain/search" : { "description" : "通过查询参数获取相关的脑筋急转弯", "get" : { "summary" : "通过查询参数获取相关的脑筋急转弯", "description" : "通过查询参数获取相关的脑筋急转弯", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message", "page_size", "total_count" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "answer", "interpret", "question" ], "type" : "object", "properties" : { "question" : { "title" : "question", "type" : "string", "description" : "谜题" }, "answer" : { "title" : "answer", "type" : "string", "description" : "谜底" }, "interpret" : { "title" : "interpret", "type" : "string", "description" : "解释" } } }, "total_count" : { "title" : "total_count", "type" : "number", "description" : "总数" }, "page_size" : { "title" : "page_size", "type" : "number", "description" : "一页显示多少条数据" } } } } } } }, "x-description" : "脑筋急转弯是一种充满趣味的智力运动。可以训练思维和反应。所以,这是一项全民都适合的脑力活动。 其中的乐趣,只有猜对了的人才能体会,你赶快来试试吧!", "x-logo" : "https://data-apibee.apispace.com/license/1681801800817b34fb072-dfae-43fb-b08b-e9b352725f66", "x-projectName" : "脑筋急转弯", "x-gatewayUri" : "https://eolink.o.apispace.com/njjzw", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 539, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"question\": \"谜题:东瓜、西瓜、南瓜、木瓜什么瓜不能吃?\",\n \"answer\": \"谜底:傻瓜不能吃?\",\n \"interpret\": \"\"\n }, {\n \"question\": \"谜题:如果西瓜和葫芦能生孩子,那么它们会生出什么东西?\",\n \"answer\": \"谜底:西葫芦\",\n \"interpret\": \"解释:西葫芦(学名:Cucurbita pepo L. ),别名茭瓜、白瓜、番瓜、等。\"\n }],\n \"total_count\": 2,\n \"page_size\": 5\n}", "api_id" : 29256 }, { "id" : 540, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 400,\n \"message\": {\n \"search_type\": [\"选择一个有效的选项。 answer2 不在可用的选项中。\"]\n },\n \"data\": null\n}", "api_id" : 29256 } ] } }, "/api/v1/riddle/brain/random" : { "description" : "随机获取脑筋急转弯", "get" : { "summary" : "随机获取脑筋急转弯", "description" : "随机获取脑筋急转弯", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "answer", "interpret", "question" ], "type" : "object", "properties" : { "question" : { "title" : "question", "type" : "string", "description" : "谜题" }, "answer" : { "title" : "answer", "type" : "string", "description" : "谜底" }, "interpret" : { "title" : "interpret", "type" : "string", "description" : "解释" } } } } } } } } }, "x-description" : "脑筋急转弯是一种充满趣味的智力运动。可以训练思维和反应。所以,这是一项全民都适合的脑力活动。 其中的乐趣,只有猜对了的人才能体会,你赶快来试试吧!", "x-logo" : "https://data-apibee.apispace.com/license/1681801800817b34fb072-dfae-43fb-b08b-e9b352725f66", "x-projectName" : "脑筋急转弯", "x-gatewayUri" : "https://eolink.o.apispace.com/njjzw", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 537, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"question\": \"谜题:似鼠不是鼠,无羽能飞舞,眼睛看不见,目标却清楚。(打一动物)\",\n \"answer\": \"谜底:蝙蝠\",\n \"interpret\": \"\"\n }, {\n \"question\": \"谜题:公老虎和母老虎生的小老虎叫什么名字?\",\n \"answer\": \"谜底:威(虎虎生威)\",\n \"interpret\": \"\"\n }, {\n \"question\": \"谜题:同意(打一广西地名·徐妃格)\",\n \"answer\": \"谜底:河池\",\n \"interpret\": \"\"\n }, {\n \"question\": \"谜题:庞然大物深海游,潜水冠军有三宝。(打一动物)\",\n \"answer\": \"谜底:抹香鲸\",\n \"interpret\": \"解释:抹香鲸在所有鲸类中潜得最深、最久,因此号称为动物王国中的“潜水冠军”。\"\n }, {\n \"question\": \"谜题:小花得胜回故乡(打地名二)\",\n \"answer\": \"谜底:木兰,凯里\",\n \"interpret\": \"\"\n }]\n}", "api_id" : 29255 } ] } }, "/api/v1/riddle/brain" : { "description" : "固定顺序获取脑筋急转弯", "get" : { "summary" : "固定顺序获取脑筋急转弯", "description" : "固定顺序获取脑筋急转弯", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message", "page_size", "total_count" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "answer", "interpret", "question" ], "type" : "object", "properties" : { "question" : { "title" : "question", "type" : "string", "description" : "谜题" }, "answer" : { "title" : "answer", "type" : "string", "description" : "谜底" }, "interpret" : { "title" : "interpret", "type" : "string", "description" : "解释" } } }, "total_count" : { "title" : "total_count", "type" : "number", "description" : "总数" }, "page_size" : { "title" : "page_size", "type" : "number", "description" : "一页显示多少条数据" } } } } } } }, "x-description" : "脑筋急转弯是一种充满趣味的智力运动。可以训练思维和反应。所以,这是一项全民都适合的脑力活动。 其中的乐趣,只有猜对了的人才能体会,你赶快来试试吧!", "x-logo" : "https://data-apibee.apispace.com/license/1681801800817b34fb072-dfae-43fb-b08b-e9b352725f66", "x-projectName" : "脑筋急转弯", "x-gatewayUri" : "https://eolink.o.apispace.com/njjzw", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 535, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"question\": \"谜题:阿平已经死了很久了,为什么他的棺材盖经常会被弄开?\",\n \"answer\": \"谜底:他从小睡觉就喜欢踢被子.\",\n \"interpret\": \"\"\n }, {\n \"question\": \"谜题:为什么现代人出殡时,会国乐和西乐齐鸣?\",\n \"answer\": \"谜底:谁知道来迎接的是天使还是菩萨\",\n \"interpret\": \"\"\n }, {\n \"question\": \"谜题:谁能让全世界的妖魔鬼怪同时抱头鼠窜??\",\n \"answer\": \"谜底:太阳能\",\n \"interpret\": \"\"\n }, {\n \"question\": \"谜题:汤姆写信时,写收信人和寄信人的地址反了,结果信寄回自己家中,不过他不花半毛又把信寄给收信人,为什么?\",\n \"answer\": \"谜底:他写上查无此人放到邮箱里.\",\n \"interpret\": \"\"\n }, {\n \"question\": \"谜题:要如何让一块钱浮在水面上\",\n \"answer\": \"谜底:用美钞就行了\",\n \"interpret\": \"\"\n }],\n \"total_count\": 2421,\n \"page_size\": 5\n}", "api_id" : 29254 }, { "id" : 536, "name" : "失败示例", "code" : "404", "type" : "text/html; charset=UTF-8", "content" : "{\n \"message\": \"Not Found\",\n \"code\": 404,\n \"data\": {\n \"detail\": \"无效页面。\"\n }\n}", "api_id" : 29254 } ] } }, "/api/v1/xiehouyu/search/" : { "description" : "通过查询参数获取相关的歇后语", "get" : { "summary" : "通过查询参数获取相关的歇后语", "description" : "通过查询参数获取相关的歇后语", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message", "page_size", "total_count" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "answer", "category", "question" ], "type" : "object", "properties" : { "question" : { "title" : "question", "type" : "string", "description" : "歇后语问题" }, "answer" : { "title" : "answer", "type" : "string", "description" : "歇后语答案" }, "category" : { "title" : "category", "type" : "string", "description" : "歇后语类别" } } }, "total_count" : { "title" : "total_count", "type" : "number", "description" : "总数" }, "page_size" : { "title" : "page_size", "type" : "number", "description" : "一页显示多少条数据" } } } } } } }, "x-description" : "歇后语是中国劳动人民自古以来在生活实践中创造的一种特殊语言形式,是一种短小、风趣、形象的语句。它由前后两部分组成:前一部分起“引子”作用,像谜面,后一部分起“后衬”的作用,像谜底,十分自然贴切。", "x-logo" : "https://data-apibee.apispace.com/license/1681801425383a41ba811-729b-4fc5-b4e1-2a573286e0bf", "x-projectName" : "歇后语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/xiehouyu", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 575, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"question\": \"老和尚撞钟\",\n \"answer\": \"语底:得过且过;过一天算一天\",\n \"category\": \"关于和尚的歇后语\"\n }],\n \"total_count\": 1,\n \"page_size\": 5\n}", "api_id" : 29274 }, { "id" : 576, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 400,\n \"message\": {\n \"search_type\": [\"选择一个有效的选项。 answer2 不在可用的选项中。\"]\n },\n \"data\": null\n}", "api_id" : 29274 } ] } }, "/api/v1/xiehouyu" : { "description" : "按固定顺序返回歇后语", "get" : { "summary" : "按固定顺序返回歇后语", "description" : "按固定顺序返回歇后语", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message", "page_size", "total_count" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "answer", "category", "question" ], "type" : "object", "properties" : { "question" : { "title" : "question", "type" : "string", "description" : "歇后语问题" }, "answer" : { "title" : "answer", "type" : "string", "description" : "歇后语答案" }, "category" : { "title" : "category", "type" : "string", "description" : "歇后语类别" } } }, "total_count" : { "title" : "total_count", "type" : "string", "description" : "总数" }, "page_size" : { "title" : "page_size", "type" : "string", "description" : "一页显示多少条数据" } } } } } } }, "x-description" : "歇后语是中国劳动人民自古以来在生活实践中创造的一种特殊语言形式,是一种短小、风趣、形象的语句。它由前后两部分组成:前一部分起“引子”作用,像谜面,后一部分起“后衬”的作用,像谜底,十分自然贴切。", "x-logo" : "https://data-apibee.apispace.com/license/1681801425383a41ba811-729b-4fc5-b4e1-2a573286e0bf", "x-projectName" : "歇后语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/xiehouyu", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 571, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"question\": \"老和尚撞钟\",\n \"answer\": \"语底:得过且过;过一天算一天\",\n \"category\": \"关于和尚的歇后语\"\n }, {\n \"question\": \"癞和尚念经\",\n \"answer\": \"语底:走样了\",\n \"category\": \"关于和尚的歇后语\"\n }, {\n \"question\": \"老和尚搬家\",\n \"answer\": \"语底:吹灯拔蜡\",\n \"category\": \"关于和尚的歇后语\"\n }],\n \"total_count\": 2300,\n \"page_size\": 3\n}", "api_id" : 29272 } ] } }, "/api/v1/xiehouyu/random" : { "description" : "随机返回歇后语", "get" : { "summary" : "随机返回歇后语", "description" : "随机返回歇后语", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "answer", "category", "question" ], "type" : "object", "properties" : { "question" : { "title" : "question", "type" : "string", "description" : "歇后语问题" }, "answer" : { "title" : "answer", "type" : "string", "description" : "歇后语答案" }, "category" : { "title" : "category", "type" : "string", "description" : "歇后语类别" } } } } } } } } }, "x-description" : "歇后语是中国劳动人民自古以来在生活实践中创造的一种特殊语言形式,是一种短小、风趣、形象的语句。它由前后两部分组成:前一部分起“引子”作用,像谜面,后一部分起“后衬”的作用,像谜底,十分自然贴切。", "x-logo" : "https://data-apibee.apispace.com/license/1681801425383a41ba811-729b-4fc5-b4e1-2a573286e0bf", "x-projectName" : "歇后语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/xiehouyu", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 569, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"question\": \"癞和尚念经\",\n \"answer\": \"语底:走样了\",\n \"category\": \"关于和尚的歇后语\"\n }]\n}", "api_id" : 29271 } ] } }, "/api/v1/xiehouyu/get_category" : { "description" : "获取歇后语的所有分类列表", "get" : { "summary" : "获取歇后语的所有分类列表", "description" : "获取歇后语的所有分类列表", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { "Cache-Control" : { "description" : "返回的分类列表会缓存到磁盘一定时间,在缓存时间内请求将会直接从磁盘获取", "schema" : { "type" : "string" } } }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "value" ], "type" : "object", "properties" : { "value" : { "title" : "value", "type" : "string", "description" : "歇后语类别" } } } } } } } } }, "x-description" : "歇后语是中国劳动人民自古以来在生活实践中创造的一种特殊语言形式,是一种短小、风趣、形象的语句。它由前后两部分组成:前一部分起“引子”作用,像谜面,后一部分起“后衬”的作用,像谜底,十分自然贴切。", "x-logo" : "https://data-apibee.apispace.com/license/1681801425383a41ba811-729b-4fc5-b4e1-2a573286e0bf", "x-projectName" : "歇后语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/xiehouyu", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 573, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"sucess\",\n \"data\": [{\n \"value\": \"关于和尚的歇后语\"\n }, {\n \"value\": \"带水歇后语\"\n }, {\n \"value\": \"有关诸葛亮(孔明)的歇后语\"\n }, {\n \"value\": \"关于兔的歇后语\"\n }, {\n \"value\": \"关于读书歇后语\"\n }, {\n \"value\": \"关于蛇的歇后语\"\n }]\n}", "api_id" : 29273 } ] } }, "/api/v1/ming_ren_ming_yan/random" : { "description" : "随机返回名人名言", "get" : { "summary" : "随机返回名人名言", "description" : "随机返回名人名言", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "category", "comefrom", "text" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "名言内容" }, "comefrom" : { "title" : "comefrom", "type" : "string", "description" : "名言作者" }, "category" : { "title" : "category", "type" : "string", "description" : "名言类别" } } } } } } } } }, "x-description" : "名言是向人们揭示一定的道理的话。凡是现实(存在)的就是合理的,凡是合理(存在)的就是现实的。", "x-logo" : "https://data-apibee.apispace.com/license/168180183185916b5916f-505f-423a-bb52-26ca94d62bc5", "x-projectName" : "名人名言大全", "x-gatewayUri" : "https://eolink.o.apispace.com/mingrenmingyan", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 579, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"text\": \"钢笔的生命在于不断汲取,就哪人必须时时汲取知识的泉水。\",\n \"comefrom\": \"佚名\",\n \"category\": \"关于知识的经典语录\"\n }, {\n \"text\": \"在我自己眼里,我是个很不怎么样的女孩子,尽管有朝一日肯能会推也推不掉地成为名女人。\",\n \"comefrom\": \"卫慧\",\n \"category\": \"关于妇女的经典语录\"\n }, {\n \"text\": \"在任何地方,人的灵魂都站在光明与黑暗两个半球之间,处在必要与自由意志两处永远敌对的帝国的边界上\",\n \"comefrom\": \"卡莱尔\",\n \"category\": \"关于意志的经典语录\"\n }, {\n \"text\": \"把人的价值降低为消费的实惠,无疑是创造性价值的泯灭;把生命变为待价而沽的商品,无疑是人的本质的沧丧。\",\n \"comefrom\": \"佚名\",\n \"category\": \"关于生命的经典语录\"\n }, {\n \"text\": \"乐观使你倾向于幸福健康事业顺利,悲观使你倾向于绝望患病失败忧郁孤独懦怯。\",\n \"comefrom\": \"佚名\",\n \"category\": \"关于事业的经典语录\"\n }]\n}", "api_id" : 29276 } ] } }, "/api/v1/ming_ren_ming_yan" : { "description" : "按固定顺序返回名人名言", "get" : { "summary" : "按固定顺序返回名人名言", "description" : "按固定顺序返回名人名言", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "category", "comefrom", "text" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "名言内容" }, "comefrom" : { "title" : "comefrom", "type" : "string", "description" : "名言作者" }, "category" : { "title" : "category", "type" : "string", "description" : "名言类别" } } } } } } } } }, "x-description" : "名言是向人们揭示一定的道理的话。凡是现实(存在)的就是合理的,凡是合理(存在)的就是现实的。", "x-logo" : "https://data-apibee.apispace.com/license/168180183185916b5916f-505f-423a-bb52-26ca94d62bc5", "x-projectName" : "名人名言大全", "x-gatewayUri" : "https://eolink.o.apispace.com/mingrenmingyan", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 577, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"text\": \"\\ufeff当官的品质富有,老百姓的钱包才能富有。当官的品质贫穷,老百姓的钱包肯定贫穷。 --摘自《郑渊洁童话全集》第31卷\",\n \"comefrom\": \"郑渊洁\",\n \"category\": \"关于品质的经典语录\"\n }, {\n \"text\": \"入于污泥而不染、不受资产阶级糖衣炮弹的侵蚀,是最难能可贵的革命品质。\",\n \"comefrom\": \"周恩来\",\n \"category\": \"关于品质的经典语录\"\n }, {\n \"text\": \"不张扬是一个绅士的品质。\",\n \"comefrom\": \"周正\",\n \"category\": \"关于品质的经典语录\"\n }, {\n \"text\": \"没有这些品质,生活是凶残的,一切都将失去。\",\n \"comefrom\": \"卓别林\",\n \"category\": \"关于品质的经典语录\"\n }, {\n \"text\": \"我们最好把自己的生命看做前人生命的延续,是现在共同生命的一部分,同时也后人生命的开端。如此延续下去,科学就会一天比一天灿烂,社会就会一天比一天更美好。\",\n \"comefrom\": \"华罗庚\",\n \"category\": \"关于生命的经典语录\"\n }],\n \"total_count\": 8553,\n \"page_size\": 5\n}", "api_id" : 29275 } ] } }, "/api/v1/ming_ren_ming_yan/get_category" : { "description" : "获取名人名言的所有分类列表", "get" : { "summary" : "获取名人名言的所有分类列表", "description" : "获取名人名言的所有分类列表", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { "Cache-Control" : { "description" : "返回的分类列表会缓存到磁盘一定时间,在缓存时间内请求将会直接从磁盘获取", "schema" : { "type" : "string" } } }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "value" ], "type" : "object", "properties" : { "value" : { "title" : "value", "type" : "string", "description" : "名言类别" } } } } } } } } }, "x-description" : "名言是向人们揭示一定的道理的话。凡是现实(存在)的就是合理的,凡是合理(存在)的就是现实的。", "x-logo" : "https://data-apibee.apispace.com/license/168180183185916b5916f-505f-423a-bb52-26ca94d62bc5", "x-projectName" : "名人名言大全", "x-gatewayUri" : "https://eolink.o.apispace.com/mingrenmingyan", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 581, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"value\": \"关于上进的经典语录\"\n }, {\n \"value\": \"关于乡愁的经典语录\"\n }, {\n \"value\": \"关于事业的经典语录\"\n }, {\n \"value\": \"关于人才的经典语录\"\n }, {\n \"value\": \"关于人格的经典语录\"\n }, {\n \"value\": \"关于人际的经典语录\"\n }, {\n \"value\": \"关于企业的经典语录\"\n }, {\n \"value\": \"关于信仰的经典语录\"\n }, {\n \"value\": \"关于修养的经典语录\"\n }, {\n \"value\": \"关于健康的经典语录\"\n }, {\n \"value\": \"关于儿童的经典语录\"\n }, {\n \"value\": \"关于创新的经典语录\"\n }, {\n \"value\": \"关于努力的经典语录\"\n }, {\n \"value\": \"关于勇气的经典语录\"\n }, {\n \"value\": \"关于勤奋的经典语录\"\n }, {\n \"value\": \"关于历史的经典语录\"\n }, {\n \"value\": \"关于友情的经典语录\"\n }, {\n \"value\": \"关于君子的经典语录\"\n }, {\n \"value\": \"关于品质的经典语录\"\n }, {\n \"value\": \"关于团结的经典语录\"\n }, {\n \"value\": \"关于国家的经典语录\"\n }, {\n \"value\": \"关于坚持的经典语录\"\n }, {\n \"value\": \"关于天才的经典语录\"\n }, {\n \"value\": \"关于失败的经典语录\"\n }, {\n \"value\": \"关于奉献的经典语录\"\n }, {\n \"value\": \"关于妇女的经典语录\"\n }, {\n \"value\": \"关于婚姻的经典语录\"\n }, {\n \"value\": \"关于实践的经典语录\"\n }, {\n \"value\": \"关于尊严的经典语录\"\n }, {\n \"value\": \"关于希望的经典语录\"\n }, {\n \"value\": \"关于平凡的经典语录\"\n }, {\n \"value\": \"关于心理的经典语录\"\n }, {\n \"value\": \"关于志向的经典语录\"\n }, {\n \"value\": \"关于意志的经典语录\"\n }, {\n \"value\": \"关于愿望的经典语录\"\n }, {\n \"value\": \"关于懒惰的经典语录\"\n }, {\n \"value\": \"关于成就的经典语录\"\n }, {\n \"value\": \"关于执着的经典语录\"\n }, {\n \"value\": \"关于教育的经典语录\"\n }, {\n \"value\": \"关于数学的经典语录\"\n }, {\n \"value\": \"关于朋友的经典语录\"\n }, {\n \"value\": \"关于梦想的经典语录\"\n }, {\n \"value\": \"关于正直的经典语录\"\n }, {\n \"value\": \"关于民主的经典语录\"\n }, {\n \"value\": \"关于民族的经典语录\"\n }, {\n \"value\": \"关于珍惜的经典语录\"\n }, {\n \"value\": \"关于理想的经典语录\"\n }, {\n \"value\": \"关于生命的经典语录\"\n }, {\n \"value\": \"关于知识的经典语录\"\n }, {\n \"value\": \"关于积极的经典语录\"\n }, {\n \"value\": \"关于自信的经典语录\"\n }, {\n \"value\": \"关于自由的经典语录\"\n }, {\n \"value\": \"关于节约的经典语录\"\n }, {\n \"value\": \"关于诚信的经典语录\"\n }, {\n \"value\": \"关于诚实的经典语录\"\n }, {\n \"value\": \"关于谦虚的经典语录\"\n }, {\n \"value\": \"关于道德的经典语录\"\n }, {\n \"value\": \"关于集体的经典语录\"\n }, {\n \"value\": \"关于青年的经典语录\"\n }, {\n \"value\": \"关于骄傲的经典语录\"\n }, {\n \"value\": \"励志名人名言\"\n }, {\n \"value\": \"友谊名人名言\"\n }, {\n \"value\": \"学习名人名言\"\n }, {\n \"value\": \"感情名人名言\"\n }, {\n \"value\": \"成功名人名言\"\n }, {\n \"value\": \"爱国名人名言\"\n }, {\n \"value\": \"爱情名人名言\"\n }, {\n \"value\": \"英语名人名言\"\n }, {\n \"value\": \"读书名人名言\"\n }, {\n \"value\": \"青春名人名言\"\n }]\n}", "api_id" : 29277 } ] } }, "/api/v1/ming_ren_ming_yan/search" : { "description" : "通过查询参数获取相关的名人名言", "get" : { "summary" : "通过查询参数获取相关的名人名言", "description" : "通过查询参数获取相关的名人名言", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "category", "comefrom", "text" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "名言内容" }, "comefrom" : { "title" : "comefrom", "type" : "string", "description" : "名言作者" }, "category" : { "title" : "category", "type" : "string", "description" : "名言类别" } } } } } } } } }, "x-description" : "名言是向人们揭示一定的道理的话。凡是现实(存在)的就是合理的,凡是合理(存在)的就是现实的。", "x-logo" : "https://data-apibee.apispace.com/license/168180183185916b5916f-505f-423a-bb52-26ca94d62bc5", "x-projectName" : "名人名言大全", "x-gatewayUri" : "https://eolink.o.apispace.com/mingrenmingyan", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1399, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"text\": \"入于污泥而不染、不受资产阶级糖衣炮弹的侵蚀,是最难能可贵的革命品质。\",\n \"comefrom\": \"周恩来\",\n \"category\": \"关于品质的经典语录\"\n }, {\n \"text\": \"不张扬是一个绅士的品质。\",\n \"comefrom\": \"周正\",\n \"category\": \"关于品质的经典语录\"\n }, {\n \"text\": \"没有这些品质,生活是凶残的,一切都将失去。\",\n \"comefrom\": \"卓别林\",\n \"category\": \"关于品质的经典语录\"\n }, {\n \"text\": \"我们最好把自己的生命看做前人生命的延续,是现在共同生命的一部分,同时也后人生命的开端。如此延续下去,科学就会一天比一天灿烂,社会就会一天比一天更美好。\",\n \"comefrom\": \"华罗庚\",\n \"category\": \"关于生命的经典语录\"\n }, {\n \"text\": \"我们最好把自己的生命看作前人生命的延续,是现在共同生命的一部分,同时也是后人生命的开端。如此延续下去,科学就会一天比一天灿烂,社会就会一天比一天更美好\",\n \"comefrom\": \"华罗庚\",\n \"category\": \"关于生命的经典语录\"\n }],\n \"total_count\": 4514,\n \"page_size\": 5\n}", "api_id" : 29692 }, { "id" : 1400, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 400,\n \"message\": {\n \"search_type\": [\"选择一个有效的选项。 answer2 不在可用的选项中。\"]\n },\n \"data\": null\n}", "api_id" : 29692 } ] } }, "/api/v1/forward/gender_guess/" : { "description" : "根据中文姓名猜测其性别", "get" : { "summary" : "根据中文姓名猜测其性别", "description" : "根据中文姓名猜测其性别", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "name", "probability", "sex" ], "type" : "object", "properties" : { "name" : { "title" : "name", "type" : "string", "description" : "名字" }, "sex" : { "title" : "sex", "type" : "string", "description" : "性别" }, "probability" : { "title" : "probability", "type" : "number", "description" : "可能性" } } } } } } } } }, "x-description" : "可用于判断名字的男性化/女性化程度。", "x-logo" : "https://data-apibee.apispace.com/license/16818020284594e7058e9-ff02-49ad-b020-74f1b7fe6425", "x-projectName" : "根据中文姓名猜测其性别", "x-gatewayUri" : "https://eolink.o.apispace.com/gender-guess", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1109, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": {\n \"name\": \"陈奕迅\",\n \"sex\": \"male\",\n \"probability\": 0.8184432936092854\n }\n}", "api_id" : 29541 } ] } }, "/api/v1/forward/chishenme" : { "description" : "随机返回n个不重复的菜名", "get" : { "summary" : "随机返回n个不重复的菜名", "description" : "随机返回n个不重复的菜名", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "title" : "data", "type" : "array", "description" : "返回数据", "items" : { "type" : "string" } } } } } } } }, "x-description" : "随机返回一顿美味食物,解决你今天吃什么的难题。", "x-logo" : "https://data-apibee.apispace.com/license/168180191249595123e9c-5e80-44e8-b0ef-0f5edc59a7f8", "x-projectName" : "今天吃什么", "x-gatewayUri" : "https://eolink.o.apispace.com/eat222", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1243, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [\"拉面\", \"馄饨\"]\n}", "api_id" : 29608 }, { "id" : 1244, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 400,\n \"message\": \"你是猪吗?\",\n \"data\": null\n}", "api_id" : 29608 } ] } }, "/api/v1/forward/china/phone/attribution" : { "description" : "中国手机号码归属地和运营商查询", "get" : { "summary" : "中国手机号码归属地和运营商查询", "description" : "中国手机号码归属地和运营商查询", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "area_code", "city", "city_code", "phone", "phone_type", "processing_time", "province", "zip_code" ], "type" : "object", "properties" : { "phone" : { "title" : "phone", "type" : "string", "description" : "手机号" }, "province" : { "title" : "province", "type" : "string", "description" : "省份" }, "city" : { "title" : "city", "type" : "string", "description" : "城市" }, "zip_code" : { "title" : "zip_code", "type" : "string", "description" : "邮编" }, "area_code" : { "title" : "area_code", "type" : "string", "description" : "省份编码" }, "phone_type" : { "title" : "phone_type", "type" : "string", "description" : "运营商" }, "processing_time" : { "title" : "processing_time", "type" : "string", "description" : "查询时间" }, "city_code" : { "title" : "city_code", "type" : "number", "description" : "市区编码" } } } } } } } } }, "x-description" : "中国手机号码归属地和运营商查询,为您提供最新的中国移动、中国电信、中国联通所有手机号码归属地等功能。输入手机号码至少前7位,可查该手机号码归属地、所属号段、手机卡类型等字段。", "x-logo" : "https://data-apibee.apispace.com/license/16818015799277345cb56-1b4b-4d6f-8ad1-b5d102157aed", "x-projectName" : "手机号码归属地和运营商查询", "x-gatewayUri" : "https://eolink.o.apispace.com/phone", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1245, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n\"code\": 200,\r\n\"message\": \"success\",\r\n\"data\": {\r\n\"phone\": \"13286457456\",\r\n\"province\": \"广东\",\r\n\"city\": \"汕头\",\r\n\"zip_code\": \"515000\",\r\n\"area_code\": \"0754\",\r\n\"phone_type\": \"联通\",\r\n\"processing_time\": \"2022-06-30 14:42:04\",\r\n\"city_code\": 440500\r\n}\r\n}", "api_id" : 29609 } ] } }, "/api/v1/idioms/SearchIdiomsByPinyin" : { "description" : "按固定顺序返回成语字典中的成语", "get" : { "summary" : "按固定顺序返回成语字典中的成语", "description" : "按固定顺序返回成语字典中的成语", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "category", "explanation", "id", "name", "provenance", "sound" ], "type" : "object", "properties" : { "id" : { "title" : "id", "type" : "number", "description" : "" }, "category" : { "title" : "category", "type" : "string", "description" : "类别" }, "name" : { "title" : "name", "type" : "string", "description" : "成语" }, "sound" : { "title" : "sound", "type" : "string", "description" : "成语发音" }, "explanation" : { "title" : "explanation", "type" : "string", "description" : "成语解释" }, "provenance" : { "title" : "provenance", "type" : "string", "description" : "成语出处" } } } } } } } } }, "x-description" : "成语大全提供成语解释、成语用法、成语出处、成语谜语、成语故事、成语接龙、近义词、反义词等查询", "x-logo" : "https://data-apibee.apispace.com/license/16818020974660f093069-d901-41c6-a668-0335bcd345da", "x-projectName" : "成语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/cyudac", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1401, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"code\": 200,\r\n \"message\": \"\",\r\n \"data\": [\r\n {\r\n \"id\": 362,\r\n \"category\": \"A开头的成语\",\r\n \"name\": \"按兵不动\",\r\n \"sound\": \"成语发音:àn bīng bù dòng\",\r\n \"explanation\": \"成语解释:按:止住。控制住军队;暂不行动;泛指接受任务后不肯行动。常用以表示持观望态度而不行动。\",\r\n \"provenance\": \"成语出处:战国 吕不韦《吕氏春秋 召类》:“赵简子将袭卫,使史默往睹之。期以一月,六月而后反……赵简子按兵而不动。”\"\r\n },\r\n {\r\n \"id\": 363,\r\n \"category\": \"A开头的成语\",\r\n \"name\": \"按兵不举\",\r\n \"sound\": \"成语发音:àn bīng bù jǔ\",\r\n \"explanation\": \"成语解释:犹按兵不动。\",\r\n \"provenance\": \"成语出处:元 无名氏《开诏救忠》第三折:“你将那忠臣良将故赃谋,想着你按兵不举心更毒。”明 无名氏《精忠记 挂冠》:“岳家父子三人尽忠报国杀金人望风而走,岂有按兵不举之理?”\"\r\n },\r\n {\r\n \"id\": 364,\r\n \"category\": \"A开头的成语\",\r\n \"name\": \"哀兵必胜\",\r\n \"sound\": \"成语发音:āi bīng bì shèng\",\r\n \"explanation\": \"成语解释:哀兵:由受迫而悲愤地奋起反抗的军队。一说“哀;悯也”。怜惜和慈爱士卒。①指因受欺侮而怀着激愤情绪为正义而战的军队一定能打胜仗。反引申为由横遭侵凌残害而悲愤满腔的国家和民族;能奋起抗战;必获胜利。②慈爱士卒而得人心者胜。\",\r\n \"provenance\": \"成语出处:先秦 李耳《老子 德经》第69章:“祸莫大于轻敌,轻敌几丧吾宝,故抗兵相加,哀者胜矣。”三国 魏 王弼注:“抗,举也;加,当也。哀者必相惜,而不趣利避害,故必胜。”\"\r\n },\r\n {\r\n \"id\": 365,\r\n \"category\": \"A开头的成语\",\r\n \"name\": \"安步当车\",\r\n \"sound\": \"成语发音:ān bù dàng chē\",\r\n \"explanation\": \"成语解释:安:安详从容;不慌不忙。步:步行;当:代替。不慌不忙地步行;权当是乘车。又借指人能安于贫贱自行其乐。\",\r\n \"provenance\": \"成语出处:西汉 刘向《战国策 齐策四》:“晚食以当肉,安步以当车,无罪以当贵,清静贞正以自虞。”\"\r\n },\r\n {\r\n \"id\": 366,\r\n \"category\": \"A开头的成语\",\r\n \"name\": \"安邦定国\",\r\n \"sound\": \"成语发音:ān bāng dìng guó\",\r\n \"explanation\": \"成语解释:邦:古代诸侯的封国;后泛指国家。定:使安定。使国家安定、巩固。\",\r\n \"provenance\": \"成语出处:元 无名氏《衣袄车》第一折:“老将军无阵云收,若题着安邦定国,受赏封侯。”\"\r\n }\r\n ],\r\n \"total_count\": 31813,\r\n \"page_size\": 5\r\n}", "api_id" : 29693 }, { "id" : 1402, "name" : "失败示例", "code" : "404", "type" : "text/html; charset=UTF-8", "content" : "{\n \"message\": \"Not Found\",\n \"code\": 404,\n \"data\": {\n \"detail\": \"无效页面。\"\n }\n}", "api_id" : 29693 } ] } }, "/api/v1/IdiomsByPinyin/getDetail" : { "description" : "根据id值返回 成语字典 中的详细内容", "get" : { "summary" : "根据id值返回 成语字典 中的详细内容", "description" : "根据id值返回 成语字典 中的详细内容", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "data" : { "required" : [ "antonym", "category", "degree_of_common_use", "emotional_color", "example", "explanation", "generation_time", "id", "name", "positive_tone", "provenance", "sound", "structure", "synonyms", "traditional_chinese", "usage" ], "type" : "object", "properties" : { "id" : { "title" : "id", "type" : "number", "description" : "" }, "category" : { "title" : "category", "type" : "string", "description" : "类别" }, "name" : { "title" : "name", "type" : "string", "description" : "成语" }, "sound" : { "title" : "sound", "type" : "string", "description" : "成语发音" }, "explanation" : { "title" : "explanation", "type" : "string", "description" : "成语解释" }, "provenance" : { "title" : "provenance", "type" : "string", "description" : "成语出处" }, "traditional_chinese" : { "title" : "traditional_chinese", "type" : "string", "description" : "成语繁体" }, "degree_of_common_use" : { "title" : "degree_of_common_use", "type" : "string", "description" : "常用程度" }, "emotional_color" : { "title" : "emotional_color", "type" : "string", "description" : "感情色彩" }, "usage" : { "title" : "usage", "type" : "string", "description" : "成语用法" }, "structure" : { "title" : "structure", "type" : "string", "description" : "成语结构" }, "generation_time" : { "title" : "generation_time", "type" : "string", "description" : "产生年代" }, "positive_tone" : { "title" : "positive_tone", "type" : "string", "description" : "成语正音" }, "synonyms" : { "title" : "synonyms", "type" : "string", "description" : "近义词" }, "antonym" : { "title" : "antonym", "type" : "string", "description" : "反义词" }, "example" : { "title" : "example", "type" : "string", "description" : "成语例句" } } } } } } } } }, "x-description" : "成语大全提供成语解释、成语用法、成语出处、成语谜语、成语故事、成语接龙、近义词、反义词等查询", "x-logo" : "https://data-apibee.apispace.com/license/16818020974660f093069-d901-41c6-a668-0335bcd345da", "x-projectName" : "成语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/cyudac", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1403, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\r\n\"code\": 200,\r\n\"message\": \"\",\r\n\"data\": [\r\n{\r\n\"id\": 362,\r\n\"category\": \"A开头的成语\",\r\n\"name\": \"按兵不动\",\r\n\"sound\": \"成语发音:àn bīng bù dòng\",\r\n\"explanation\": \"成语解释:按:止住。控制住军队;暂不行动;泛指接受任务后不肯行动。常用以表示持观望态度而不行动。\",\r\n\"provenance\": \"成语出处:战国 吕不韦《吕氏春秋 召类》:“赵简子将袭卫,使史默往睹之。期以一月,六月而后反……赵简子按兵而不动。”\",\r\n\"traditional_chinese\": \"成语繁体:按兵不動\",\r\n\"degree_of_common_use\": \"常用程度:常用成语\",\r\n\"emotional_color\": \"感情色彩:中性成语\",\r\n\"usage\": \"成语用法:兼语式,作谓语、定语;多指接到任务后不肯做或暂时不做\",\r\n\"structure\": \"成语结构:偏正式成语\",\r\n\"generation_time\": \"产生年代:古代成语\",\r\n\"positive_tone\": \"成语正音:不,不能读作“bú”。\",\r\n\"synonyms\": \"近义词:以逸待劳, 裹足不前\",\r\n\"antonym\": \"反义词:雷厉风行, 闻风而动\",\r\n\"example\": \"成语例句:又听得寨前炮响,史文恭按兵不动,只要等他入来,塌了陷坑,山后伏兵齐起,接应捉人。(明 施耐庵《水浒全传》第六十八回)\"\r\n}\r\n]\r\n}", "api_id" : 29694 }, { "id" : 1404, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"message\": \"Not Found\",\n \"code\": 404,\n \"data\": {\n \"detail\": \"未找到。\"\n }\n}", "api_id" : 29694 } ] } }, "/api/v1/idioms/SearchIdiomsByPinyin/search" : { "description" : "通过查询参数获取成语字典中相关的成语", "get" : { "summary" : "通过查询参数获取成语字典中相关的成语", "description" : "通过查询参数获取成语字典中相关的成语", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "category", "explanation", "id", "name", "provenance", "sound" ], "type" : "object", "properties" : { "id" : { "title" : "id", "type" : "number", "description" : "" }, "category" : { "title" : "category", "type" : "string", "description" : "类别" }, "name" : { "title" : "name", "type" : "string", "description" : "成语" }, "sound" : { "title" : "sound", "type" : "string", "description" : "成语发音" }, "explanation" : { "title" : "explanation", "type" : "string", "description" : "成语解释" }, "provenance" : { "title" : "provenance", "type" : "string", "description" : "成语出处" } } } } } } } } }, "x-description" : "成语大全提供成语解释、成语用法、成语出处、成语谜语、成语故事、成语接龙、近义词、反义词等查询", "x-logo" : "https://data-apibee.apispace.com/license/16818020974660f093069-d901-41c6-a668-0335bcd345da", "x-projectName" : "成语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/cyudac", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1405, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"id\": 71,\n \"category\": \"牛的成语\",\n \"name\": \"牛之一毛\",\n \"sound\": \"成语发音:niú zhī yī máo\",\n \"explanation\": \"成语解释:牛身上一根毛。比喻微不足道。亦作“九牛一毛”。\",\n \"provenance\": \"成语出处:《魏略》:“臣知言出必死,而臣自比于牛之一毛,生既无益,死亦何损?”\"\n }, {\n \"id\": 104,\n \"category\": \"牛的成语\",\n \"name\": \"九牛一毫\",\n \"sound\": \"成语发音:jiǔ niú yī háo\",\n \"explanation\": \"成语解释:九条牛身上的一根毛。比喻极其微小,微不足道\",\n \"provenance\": \"成语出处:陈毅《感事书怀》诗:“九牛一毫莫自夸,骄傲自满必翻车。”\"\n }, {\n \"id\": 105,\n \"category\": \"牛的成语\",\n \"name\": \"九牛一毛\",\n \"sound\": \"成语发音:jiǔ niú yī máo\",\n \"explanation\": \"成语解释:九:表示多数。许多牛身上的一根毛。比喻极大数量中微不足道的一点。\",\n \"provenance\": \"成语出处:西汉 司马迁《报任少卿书》:“假令仆伏法受诛,若九牛亡一毛,与蝼蚁何以异?”\"\n }, {\n \"id\": 117,\n \"category\": \"牛的成语\",\n \"name\": \"一牛吼地\",\n \"sound\": \"成语发音:yī niú hǒu dì\",\n \"explanation\": \"成语解释:谓牛鸣声可及之地。喻距离较近。\",\n \"provenance\": \"成语出处:《翻译名义集·数量》:“拘卢舍,此云五百弓,亦云一牛吼地,谓大牛鸣声所极闻。或云一鼓声。《俱舍》云二里,《杂宝藏》云五里。”\"\n }, {\n \"id\": 118,\n \"category\": \"牛的成语\",\n \"name\": \"一牛九锁\",\n \"sound\": \"成语发音:yī niú jiǔ suǒ\",\n \"explanation\": \"成语解释:比喻无法解脱。\",\n \"provenance\": \"成语出处:汉·焦延寿《易林》卷十:“一牛九锁,更相牵挛,案明如市,不得东西,请谳得报,日中被刑。”\"\n }],\n \"total_count\": 28,\n \"page_size\": 5\n}", "api_id" : 29695 }, { "id" : 1406, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 400,\n \"message\": {\n \"search_type\": [\"选择一个有效的选项。 answer2 不在可用的选项中。\"]\n },\n \"data\": null\n}", "api_id" : 29695 } ] } }, "/api/v1/idioms/SearchIdiomsByPinyin/random" : { "description" : "随机返回一定数量成语字典中的成语", "get" : { "summary" : "随机返回一定数量成语字典中的成语", "description" : "随机返回一定数量成语字典中的成语", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "category", "explanation", "id", "name", "provenance", "sound" ], "type" : "object", "properties" : { "id" : { "title" : "id", "type" : "number", "description" : "" }, "category" : { "title" : "category", "type" : "string", "description" : "类别" }, "name" : { "title" : "name", "type" : "string", "description" : "成语" }, "sound" : { "title" : "sound", "type" : "string", "description" : "成语发音" }, "explanation" : { "title" : "explanation", "type" : "string", "description" : "成语解释" }, "provenance" : { "title" : "provenance", "type" : "string", "description" : "成语出处" } } } } } } } } }, "x-description" : "成语大全提供成语解释、成语用法、成语出处、成语谜语、成语故事、成语接龙、近义词、反义词等查询", "x-logo" : "https://data-apibee.apispace.com/license/16818020974660f093069-d901-41c6-a668-0335bcd345da", "x-projectName" : "成语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/cyudac", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1407, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"code\": 200,\r\n \"message\": \"\",\r\n \"data\": [\r\n {\r\n \"id\": 10134,\r\n \"category\": \"J开头的成语\",\r\n \"name\": \"假痴不癫\",\r\n \"sound\": \"成语发音:jiǎ chī bù diān\",\r\n \"explanation\": \"成语解释:痴:傻,呆。癲:疯癫,癫狂。假装呆傻,实际并不疯癫。形容外表看似愚钝,而心里却十分清醒。\",\r\n \"provenance\": \"成语出处:《三十六计》第二十七计:“当其机未发时,静屯似痴;若假癲,则不但露机,且乱动而群疑;故假痴者胜,假癲者败。”\"\r\n },\r\n {\r\n \"id\": 6437,\r\n \"category\": \"D开头的成语\",\r\n \"name\": \"蹈赴汤火\",\r\n \"sound\": \"成语发音:dǎo fù tāng huǒ\",\r\n \"explanation\": \"成语解释:同“蹈汤赴火”。\",\r\n \"provenance\": \"成语出处:唐·孙揆《灵应传》:“君子杀身以成仁,殉其毅烈,蹈赴汤火,旁雪不平,乃宝之志也。”\"\r\n },\r\n {\r\n \"id\": 15894,\r\n \"category\": \"M开头的成语\",\r\n \"name\": \"茫无头绪\",\r\n \"sound\": \"成语发音:máng wú tóu xù\",\r\n \"explanation\": \"成语解释:茫:形容水或其它事物很多;没有边际;头绪:复杂纷乱的事情中的条理。形容一点头绪也没有;或事情摸不到边;不知从何而起。\",\r\n \"provenance\": \"成语出处:清 李宝嘉《官场现形记》第18回:“这几天抚台正为这事茫无头绪,得了这个信,便传两司来商议。”\"\r\n },\r\n {\r\n \"id\": 4437,\r\n \"category\": \"C开头的成语\",\r\n \"name\": \"车无退表\",\r\n \"sound\": \"成语发音:chē wú tuì biǎo\",\r\n \"explanation\": \"成语解释:兵车无后退的标志。引申为军队决不退却。\",\r\n \"provenance\": \"成语出处:《国语·晋语上》:“张侯御曰:‘三军之心在此车也,其耳目在于旗鼓。车无退表,鼓无退声。’”\"\r\n },\r\n {\r\n \"id\": 6460,\r\n \"category\": \"D开头的成语\",\r\n \"name\": \"打铁趁热\",\r\n \"sound\": \"成语发音:dǎ tiě chèn rè\",\r\n \"explanation\": \"成语解释:比喻做事要抓紧时机,加速进行。\",\r\n \"provenance\": \"成语出处:张恨水《夜深沉》第22回:“我粗人只望说粗话,有道是打铁趁热。”\"\r\n }\r\n ]\r\n}", "api_id" : 29696 } ] } }, "/api/v1/idioms/SearchIdiomsByPinyin/category" : { "description" : "获取后语字典中的所有分类列表", "get" : { "summary" : "获取后语字典中的所有分类列表", "description" : "获取后语字典中的所有分类列表", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { "Cache-Control" : { "description" : "返回的分类列表会缓存到磁盘一定时间,在缓存时间内请求将会直接从磁盘获取", "schema" : { "type" : "string" } } }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "value" ], "type" : "object", "properties" : { "value" : { "title" : "value", "type" : "string", "description" : "成语类别" } } } } } } } } }, "x-description" : "成语大全提供成语解释、成语用法、成语出处、成语谜语、成语故事、成语接龙、近义词、反义词等查询", "x-logo" : "https://data-apibee.apispace.com/license/16818020974660f093069-d901-41c6-a668-0335bcd345da", "x-projectName" : "成语大全", "x-gatewayUri" : "https://eolink.o.apispace.com/cyudac", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1409, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"code\": 200,\r\n \"message\": \"\",\r\n \"data\": [\r\n {\r\n \"value\": \"A开头的成语\"\r\n },\r\n {\r\n \"value\": \"B开头的成语\"\r\n },\r\n {\r\n \"value\": \"C开头的成语\"\r\n },\r\n {\r\n \"value\": \"D开头的成语\"\r\n },\r\n {\r\n \"value\": \"E开头的成语\"\r\n },\r\n {\r\n \"value\": \"F开头的成语\"\r\n },\r\n {\r\n \"value\": \"G开头的成语\"\r\n },\r\n {\r\n \"value\": \"H开头的成语\"\r\n },\r\n {\r\n \"value\": \"I开头的成语\"\r\n },\r\n {\r\n \"value\": \"J开头的成语\"\r\n },\r\n {\r\n \"value\": \"K开头的成语\"\r\n },\r\n {\r\n \"value\": \"L开头的成语\"\r\n },\r\n {\r\n \"value\": \"M开头的成语\"\r\n },\r\n {\r\n \"value\": \"N开头的成语\"\r\n },\r\n {\r\n \"value\": \"O开头的成语\"\r\n },\r\n {\r\n \"value\": \"P开头的成语\"\r\n },\r\n {\r\n \"value\": \"Q开头的成语\"\r\n },\r\n {\r\n \"value\": \"R开头的成语\"\r\n },\r\n {\r\n \"value\": \"S开头的成语\"\r\n },\r\n {\r\n \"value\": \"T开头的成语\"\r\n },\r\n {\r\n \"value\": \"W开头的成语\"\r\n },\r\n {\r\n \"value\": \"X开头的成语\"\r\n },\r\n {\r\n \"value\": \"Y开头的成语\"\r\n }\r\n ]\r\n}", "api_id" : 29697 } ] } }, "/api/v1/forward/exif" : { "description" : "数码照片的属性信息和拍摄数据", "post" : { "summary" : "数码照片的属性信息和拍摄数据", "description" : "数码照片的属性信息和拍摄数据", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "image_url" ], "type" : "object", "properties" : { "image_url" : { "title" : "image_url", "type" : "string", "description" : "数码照片网络URL" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "type" : "object", "properties" : { "Image Make" : { "title" : "Image Make", "type" : "string", "description" : "照相机制造商" }, "Image Model" : { "title" : "Image Model", "type" : "string", "description" : "照相机型号" }, "Image XResolution" : { "title" : "Image XResolution", "type" : "string", "description" : "水平分辨率" }, "Image YResolution" : { "title" : "Image YResolution", "type" : "string", "description" : "垂直分辨率" }, "GPS GPSLongitude" : { "title" : "GPS GPSLongitude", "type" : "string", "description" : "经度(拍照位置)" }, "GPS GPSLatitude" : { "title" : "GPS GPSLatitude", "type" : "string", "description" : "维度" }, "Image DateTime" : { "title" : "Image DateTime", "type" : "string", "description" : "拍摄日期" }, "EXIF LensModel" : { "title" : "EXIF LensModel", "type" : "string", "description" : "镜头型号" }, "EXIF LensMake" : { "title" : "EXIF LensMake", "type" : "string", "description" : "镜头制造商" }, "EXIF ExifImageWidth" : { "title" : "EXIF ExifImageWidth", "type" : "string", "description" : "宽度(像素)" }, "EXIF ExifImageLength" : { "title" : "EXIF ExifImageLength", "type" : "string", "description" : "高度(像素)" }, "EXIF ExposureTime" : { "title" : "EXIF ExposureTime", "type" : "string", "description" : "曝光时间(秒)" }, "EXIF FocalLengthIn35mmFilm" : { "title" : "EXIF FocalLengthIn35mmFilm", "type" : "string", "description" : "35mm 焦距" }, "EXIF SubSecTimeOriginal" : { "title" : "EXIF SubSecTimeOriginal", "type" : "string", "description" : "SubSecTime原始" }, "EXIF SubSecTimeDigitized" : { "title" : "EXIF SubSecTimeDigitized", "type" : "string", "description" : "SubSecTime数码化" }, "EXIF ColorSpace" : { "title" : "EXIF ColorSpace", "type" : "string", "description" : "色彩空间" }, "EXIF SensingMethod" : { "title" : "EXIF SensingMethod", "type" : "string", "description" : "感光模式" }, "EXIF SceneType" : { "title" : "EXIF SceneType", "type" : "string", "description" : "场景类型" }, "EXIF ExposureMode" : { "title" : "EXIF ExposureMode", "type" : "string", "description" : "曝光模式" }, "EXIF WhiteBalance" : { "title" : "EXIF WhiteBalance", "type" : "string", "description" : "白平衡" }, "EXIF SceneCaptureType" : { "title" : "EXIF SceneCaptureType", "type" : "string", "description" : "场景Capture类型" } } } } } } }, "x-description" : "本服务会为你返回一些由数码相机在拍摄过程中采集一系列的信息,包括拍摄时的光圈、快门、白平衡、ISO、焦距、日期时间等各种和拍摄条件以及相机品牌、型号、色彩编码、拍摄时录制的声音以及GPS全球定位系统数据、缩略图等。", "x-logo" : "https://data-apibee.apispace.com/license/1681801554571f089f089-cc01-4b15-8f54-12090d444c3d", "x-projectName" : "数码照片的属性信息和拍摄数据", "x-gatewayUri" : "https://eolink.o.apispace.com/image-exif", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1411, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": {\n \"Image Make\": \"Apple\",\n \"Image Model\": \"iPhone 8 Plus\",\n \"Image Orientation\": \"Rotated 90 CW\",\n \"Image XResolution\": \"72\",\n \"Image YResolution\": \"72\",\n \"Image ResolutionUnit\": \"Pixels/Inch\",\n \"Image Software\": \"11.3.1\",\n \"Image DateTime\": \"2018:09:08 21:02:03\",\n \"Image YCbCrPositioning\": \"Centered\",\n \"Image ExifOffset\": \"210\",\n \"GPS GPSLatitudeRef\": \"N\",\n \"GPS GPSLatitude\": \"[31, 15, 394/25]\",\n \"GPS GPSLongitudeRef\": \"E\",\n \"GPS GPSLongitude\": \"[120, 34, 513/10]\",\n \"GPS GPSAltitudeRef\": \"0\",\n \"GPS GPSAltitude\": \"38030/5433\",\n \"GPS GPSTimeStamp\": \"[13, 1, 553/10]\",\n \"GPS GPSSpeedRef\": \"K\",\n \"GPS GPSSpeed\": \"0\",\n \"GPS GPSImgDirectionRef\": \"T\",\n \"GPS GPSImgDirection\": \"44390/137\",\n \"GPS GPSDestBearingRef\": \"T\",\n \"GPS GPSDestBearing\": \"44390/137\",\n \"GPS GPSDate\": \"2018:09:08\",\n \"GPS Tag 0x001F\": \"2000\",\n \"Image GPSInfo\": \"1730\",\n \"EXIF ExposureTime\": \"1/6\",\n \"EXIF FNumber\": \"9/5\",\n \"EXIF ExposureProgram\": \"Program Normal\",\n \"EXIF ISOSpeedRatings\": \"100\",\n \"EXIF ExifVersion\": \"0221\",\n \"EXIF DateTimeOriginal\": \"2018:09:08 21:02:03\",\n \"EXIF DateTimeDigitized\": \"2018:09:08 21:02:03\",\n \"EXIF ComponentsConfiguration\": \"YCbCr\",\n \"EXIF ShutterSpeedValue\": \"6857/2578\",\n \"EXIF ApertureValue\": \"2159/1273\",\n \"EXIF BrightnessValue\": \"829/5507\",\n \"EXIF ExposureBiasValue\": \"0\",\n \"EXIF MeteringMode\": \"Pattern\",\n \"EXIF Flash\": \"Flash did not fire, auto mode\",\n \"EXIF FocalLength\": \"399/100\",\n \"EXIF SubjectArea\": \"[2011, 2535, 177, 178]\",\n \"EXIF MakerNote\": \"[65, 112, 112, 108, 101, 32, 105, 79, 83, 0, 0, 1, 77, 77, 0, 18, 0, 1, 0, 9, ... ]\",\n \"EXIF SubSecTimeOriginal\": \"614\",\n \"EXIF SubSecTimeDigitized\": \"614\",\n \"EXIF FlashPixVersion\": \"0100\",\n \"EXIF ColorSpace\": \"Uncalibrated\",\n \"EXIF ExifImageWidth\": \"4032\",\n \"EXIF ExifImageLength\": \"3024\",\n \"EXIF SensingMethod\": \"One-chip color area\",\n \"EXIF SceneType\": \"Directly Photographed\",\n \"EXIF ExposureMode\": \"Auto Exposure\",\n \"EXIF WhiteBalance\": \"Auto\",\n \"EXIF FocalLengthIn35mmFilm\": \"28\",\n \"EXIF SceneCaptureType\": \"Standard\",\n \"EXIF LensSpecification\": \"[399/100, 33/5, 9/5, 14/5]\",\n \"EXIF LensMake\": \"Apple\",\n \"EXIF LensModel\": \"iPhone 8 Plus back dual camera 3.99mm f/1.8\",\n \"MakerNote Tag 0x0001\": \"9\",\n \"MakerNote Tag 0x0002\": \"[251, 0, 1, 1, 26, 1, 32, 1, 249, 0, 211, 0, 220, 0, 238, 0, 247, 0, 253, 0, ... ]\",\n \"MakerNote Tag 0x0003\": \"[6, 7, 8, 85, 102, 108, 97, 103, 115, 85, 118, 97, 108, 117, 101, 89, 116, 105, 109, 101, ... ]\",\n \"MakerNote Tag 0x0004\": \"1\",\n \"MakerNote Tag 0x0005\": \"204\",\n \"MakerNote Tag 0x0006\": \"202\",\n \"MakerNote Tag 0x0007\": \"1\",\n \"MakerNote Tag 0x0008\": \"[-476774399/113442816, 242/587, 256/1245]\",\n \"MakerNote Tag 0x000C\": \"[1052199/105295456, 399/100]\",\n \"MakerNote Tag 0x000D\": \"7\",\n \"MakerNote Tag 0x000E\": \"4\",\n \"MakerNote Tag 0x000F\": \"2\",\n \"MakerNote Tag 0x0010\": \"1\",\n \"MakerNote Tag 0x0014\": \"5\",\n \"MakerNote Tag 0x0017\": \"8192\",\n \"MakerNote Tag 0x0019\": \"0\",\n \"MakerNote Tag 0x001A\": \"\",\n \"MakerNote Tag 0x001F\": \"0\"\n },\n \"use_time\": 0.02300405502319336\n}", "api_id" : 29698 } ] } }, "/api/v1/mid_autumn_festival_wishes/random" : { "description" : "随机返回n条符合筛选条件的祝福语", "get" : { "summary" : "随机返回n条符合筛选条件的祝福语", "description" : "随机返回n条符合筛选条件的祝福语", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "page_size" ], "type" : "object", "properties" : { "page_size" : { "title" : "page_size", "type" : "string", "description" : "一页显示多少条数据(默认返回5条,最大显示20条)" }, "search_keyword" : { "title" : "search_keyword", "type" : "string", "description" : "搜索包含的关键字(默认为空)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message", "page_size" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "text" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "祝福语" } } }, "page_size" : { "title" : "page_size", "type" : "string", "description" : "一页显示多少条数据" } } } } } } }, "x-description" : "中秋节祝福语:中秋经典贺词大全. 中秋佳节到,不要忘了给你亲爱的家人和朋友送上一句温馨的祝福语。", "x-logo" : "https://data-apibee.apispace.com/license/16818011407560afdb7ee-3c8f-4e99-b230-0476eb49aeeb", "x-projectName" : "中秋节祝福语", "x-gatewayUri" : "https://eolink.o.apispace.com/zhufuyuzqj", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1417, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"text\": \"以真诚为圆心,以理解为半径,画出友情的圆。以缘份为圆心,以浪漫为半径,画出爱情的圆。以关怀为圆心,以感动为半径,画出团圆的圆。中秋节快乐!\"\n }, {\n \"text\": \"人活一世,亲情、友情、爱情三者缺一已为遗憾;三者缺二,实属可怜;三者全缺,生不如死。\"\n }, {\n \"text\": \"今夜明月圆,家家人团圆,幸福好因缘,快乐朋友缘,甜蜜爱情缘,愿你日日花好月圆,中秋更是幸福团圆!\"\n }, {\n \"text\": \"花香好月圆好中秋真美好,身体好事业好生活更美好。中秋将至,祝您工作顺心,生活舒心,爱情甜心,中秋开心!\"\n }, {\n \"text\": \"亲情爱情,情系佳节。家园月圆,圆满中秋。\"\n }],\n \"page_size\": 5\n}", "api_id" : 29701 } ] } }, "/api/v1/forward/pinyin" : { "description" : "将汉字转为拼音", "post" : { "summary" : "将汉字转为拼音", "description" : "将汉字转为拼音", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "text" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "提交的中文" }, "heteronym" : { "title" : "heteronym", "type" : "boolean", "description" : "是否开启多音模式(默认False)" }, "style" : { "title" : "style", "type" : "number", "description" : "15种拼音风格(填写0-14数字)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "title" : "data", "type" : "array", "description" : "返回数据", "items" : { "type" : "string" } } } } } } } }, "x-description" : "可以用于汉字注音、排序、检索,根据词组智能匹配拼音; 支持多音字、繁体、注音、威妥玛拼音;支持多种不同拼音/注音风格", "x-logo" : "https://data-apibee.apispace.com/license/168180198636965ce18c5-902c-45cf-8b34-c249ee218016", "x-projectName" : "汉字转拼音", "x-gatewayUri" : "https://eolink.o.apispace.com/zh-han2py", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1421, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [\n [\"huì\"],\n [\"zǒng\"],\n [\"ān\"],\n [\"quán\"],\n [\"、\"],\n [\"kuài\"],\n [\"sù\"],\n [\"wěn\"],\n [\"dìng\"],\n [\"de\"],\n [\"gōng\"],\n [\"gòng\"],\n [\"DNS。。。。。***\"]\n ]\n}", "api_id" : 29705 } ] } }, "/api/v1/forward/qr_code" : { "description" : "二维码生成器", "post" : { "summary" : "二维码生成器", "description" : "二维码生成器", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "words" ], "type" : "object", "properties" : { "words" : { "title" : "words", "type" : "string", "description" : "扫描二维码后展示的内容" }, "image_url" : { "title" : "image_url", "type" : "string", "description" : "网络图片URL(words内容存在中文时,该参数不可用)" }, "is_gif" : { "title" : "is_gif", "type" : "boolean", "description" : "传入image_url时可选,指定图片是否为gif图片" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "brightness", "contrast", "level", "qr_path", "version" ], "type" : "object", "properties" : { "version" : { "title" : "version", "type" : "number", "description" : "版本" }, "level" : { "title" : "level", "type" : "string", "description" : "纠错级别:L,M,Q,H,默认H" }, "contrast" : { "title" : "contrast", "type" : "number", "description" : "对比度:0-1.0,值越高对比度越高,默认 1.0" }, "brightness" : { "title" : "brightness", "type" : "number", "description" : "亮度:0-1.0,值越高亮度越高,默认 1.0" }, "qr_path" : { "title" : "qr_path", "type" : "string", "description" : "二维码图片地址" } } } } } } } } }, "x-description" : "可生成普通二维码、带图片的艺术二维码(黑白与彩色)、动态二维码(黑白与彩色)", "x-logo" : "https://data-apibee.apispace.com/license/16818022673154b9886d7-3933-4f70-8183-413e511f2893", "x-projectName" : "二维码生成器", "x-gatewayUri" : "https://eolink.o.apispace.com/ercode", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1505, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": {\n \"version\": 4,\n \"level\": \"H\",\n \"contrast\": 1,\n \"brightness\": 1,\n \"qr_path\": \"https://data-apibee.apispace.com/RBnri6\"\n }\n}", "api_id" : 29747 } ] } }, "/api/v1/forward/wordscjie/" : { "description" : "无空格英文串分割、抽取单词", "post" : { "summary" : "无空格英文串分割、抽取单词", "description" : "无空格英文串分割、抽取单词", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "text" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "待处理的字符串" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { } } }, "x-description" : "英文分词,比如输入 tableapplechairtablecupboard,可以分割为 table、apple、chair、table、cupboard", "x-logo" : "https://data-apibee.apispace.com/license/168180129920060c1921b-3141-4d45-9810-35234dae0e29", "x-projectName" : "英文分词", "x-gatewayUri" : "https://eolink.o.apispace.com/dfsdfsdfs", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1515, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [\"there\", \"is\", \"masses\", \"of\", \"text\", \"information\", \"of\", \"peoples\", \"comments\", \"which\", \"is\", \"parsed\", \"from\", \"html\", \"but\", \"there\", \"aren\", \"ode\", \"limited\", \"characters\", \"in\", \"them\", \"for\", \"example\", \"thumb\", \"green\", \"apple\", \"active\", \"assignment\", \"weekly\", \"meta\", \"ph\", \"o\", \"r\", \"apparently\", \"there\", \"are\", \"thumb\", \"green\", \"apple\", \"etc\", \"in\", \"the\", \"string\", \"i\", \"also\", \"have\", \"a\", \"large\", \"dictionary\", \"to\", \"query\", \"whether\", \"the\", \"word\", \"is\", \"reasonable\", \"so\", \"what\", \"s\", \"the\", \"fastest\", \"way\", \"of\", \"extraction\", \"thx\", \"a\", \"lot\"]\n}", "api_id" : 29752 } ] } }, "/api/v1/forward/chaizi" : { "description" : "汉语拆字", "post" : { "summary" : "汉语拆字", "description" : "汉语拆字", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "text" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "文本" }, "dupl" : { "title" : "dupl", "type" : "boolean", "description" : "文字去重" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "required" : [ "structure", "words" ], "type" : "object", "properties" : { "words" : { "title" : "words", "type" : "string", "description" : "文本" }, "structure" : { "title" : "structure", "type" : "array", "description" : "结构", "items" : { "type" : "string" } } } } } } } } } }, "x-description" : "汉字拆字查询可通过输入简单汉字或部首查询出复杂不认识的汉字,以解决复杂汉字不知如何输入的问题。 如我们要输入“ 烎 ”这个汉字,但是我们不知道该字怎么读,用拼音输入法就无法输入。 这时我们可以输入“ 开火 ”这两个简单的汉字就可以查询出“ 烎 ”这个字,直接复制即可。", "x-logo" : "https://data-apibee.apispace.com/license/1681801999720beb0e7be-ca29-49d4-9c71-4ee3d28a3fba", "x-projectName" : "汉语拆字", "x-gatewayUri" : "https://eolink.o.apispace.com/dfsdfsfsf", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 1521, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": [{\n \"words\": \"陈\",\n \"structure\": [\"阜 东\", \"阝 东\"]\n }, {\n \"words\": \"奕\",\n \"structure\": [\"亦 大\"]\n }, {\n \"words\": \"迅\",\n \"structure\": [\"辵 卂\", \"辶 卂\"]\n }]\n}", "api_id" : 29755 } ] } }, "/ip/geo/v1/district" : { "description" : "IP归属地-IPv4区县级", "get" : { "summary" : "IP归属地-IPv4区县级", "description" : "IP归属地-IPv4区县级", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "charge", "code", "coordsys", "data", "ip", "msg" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "data" : { "required" : [ "accuracy", "adcode", "areacode", "asnumber", "city", "continent", "country", "district", "isp", "lat", "lng", "owner", "prov", "radius", "source", "timezone", "zipcode" ], "type" : "object", "properties" : { "continent" : { "title" : "continent", "type" : "string", "description" : "大洲" }, "country" : { "title" : "country", "type" : "string", "description" : "国家" }, "zipcode" : { "title" : "zipcode", "type" : "string", "description" : "邮政编码" }, "timezone" : { "title" : "timezone", "type" : "string", "description" : "时区" }, "accuracy" : { "title" : "accuracy", "type" : "string", "description" : "精度" }, "owner" : { "title" : "owner", "type" : "string", "description" : "所属机构" }, "isp" : { "title" : "isp", "type" : "string", "description" : "运营商。IPv4-中国大陆(不含港台)ISP 可在介绍页的相关附件中查看" }, "source" : { "title" : "source", "type" : "string", "description" : "采集方式" }, "areacode" : { "title" : "areacode", "type" : "string", "description" : "国家编码" }, "adcode" : { "title" : "adcode", "type" : "string", "description" : "行政编码" }, "asnumber" : { "title" : "asnumber", "type" : "string", "description" : "自治域编码" }, "lat" : { "title" : "lat", "type" : "string", "description" : "纬度" }, "lng" : { "title" : "lng", "type" : "string", "description" : "经度" }, "radius" : { "title" : "radius", "type" : "string", "description" : "定位半径(单位:km)" }, "prov" : { "title" : "prov", "type" : "string", "description" : "省份" }, "city" : { "title" : "city", "type" : "string", "description" : "城市" }, "district" : { "title" : "district", "type" : "string", "description" : "区县" } } }, "charge" : { "title" : "charge", "type" : "boolean", "description" : "本次查询是否扣费" }, "msg" : { "title" : "msg", "type" : "string", "description" : "状态码描述" }, "ip" : { "title" : "ip", "type" : "string", "description" : "查询的IP" }, "coordsys" : { "title" : "coordsys", "type" : "string", "description" : "坐标系" } } } } } } }, "x-description" : "根据IP地址查询归属地信息,包含43亿全量IPv4,支持到中国地区(不含港台地区)区县级别,含运营商数据。", "x-logo" : "https://data-apibee.apispace.com/license/1681800989976fee76c07-1bfb-434c-979c-2ad87f74318d", "x-projectName" : "IP归属地-IPv4区县级", "x-gatewayUri" : "https://eolink.o.apispace.com/ipguishu", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9939, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": \"Success\",\n \"data\": {\n \"continent\": \"亚洲\",\n \"country\": \"中国\",\n \"zipcode\": \"511400\",\n \"timezone\": \"UTC+8\",\n \"accuracy\": \"区县\",\n \"owner\": \"中国电信\",\n \"isp\": \"中国电信\",\n \"source\": \"数据挖掘\",\n \"areacode\": \"CN\",\n \"adcode\": \"440113\",\n \"asnumber\": \"4134\",\n \"lat\": \"22.930876\",\n \"lng\": \"113.404840\",\n \"radius\": \"20.5686\",\n \"prov\": \"广东省\",\n \"city\": \"广州市\",\n \"district\": \"番禺区\"\n },\n \"charge\": true,\n \"msg\": \"查询成功\",\n \"ip\": \"61.144.147.130\",\n \"coordsys\": \"WGS84\"\n}", "api_id" : 119760 } ] } }, "/function/v001/chinaCity" : { "description" : "国内城市列表", "get" : { "summary" : "国内城市列表", "description" : "国内城市列表", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "citylist", "last_update", "version" ], "type" : "object", "properties" : { "version" : { "title" : "version", "type" : "string", "description" : "城市信息版本号" }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "城市信息最后更新时间" }, "citylist" : { "required" : [ "areacode", "city", "city_en", "city_geocode", "district", "district_en", "district_geocode", "district_py", "lat", "lon", "province", "province_en", "province_geocode", "time_converter", "timezone" ], "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "lon" : { "title" : "lon", "type" : "number", "description" : "城市所在经度" }, "lat" : { "title" : "lat", "type" : "number", "description" : "城市所在纬度" }, "district" : { "title" : "district", "type" : "string", "description" : "城市名" }, "district_geocode" : { "title" : "district_geocode", "type" : "string", "description" : "城市行政编码" }, "city" : { "title" : "city", "type" : "string", "description" : "所在地区" }, "city_geocode" : { "title" : "city_geocode", "type" : "string", "description" : "地区行政编码" }, "province" : { "title" : "province", "type" : "string", "description" : "所在省区" }, "province_geocode" : { "title" : "province_geocode", "type" : "string", "description" : "省区行政编码" }, "district_py" : { "title" : "district_py", "type" : "string", "description" : "城市拼音" }, "district_en" : { "title" : "district_en", "type" : "string", "description" : "城市英文名" }, "city_en" : { "title" : "city_en", "type" : "string", "description" : "所在地区英文名" }, "province_en" : { "title" : "province_en", "type" : "string", "description" : "所在省区英文名" }, "timezone" : { "title" : "timezone", "type" : "string", "description" : "时区" }, "time_converter" : { "title" : "time_converter", "type" : "string", "description" : "时间换算" } } } } } } } } } } }, "x-description" : "获取指定城市当前生效中的各类天气预警,同时也支持国内任意经纬度查询,接口会返回该经纬度最近的各类天气预警,如寒潮蓝色预警信号,或一次性拉取全国所有生效中的天气预警。预警数据来自国家预警中心。如部分城市无生效预警,则返回值为空,请做好空值处理。", "x-logo" : "https://data-apibee.apispace.com/license/16818015261714791f662-3575-42df-91d4-fd0cfdb6cbbc", "x-projectName" : "天气预警", "x-gatewayUri" : "https://eolink.o.apispace.com/467456", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9955, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\":{\r\n \"version\": \"v001-2021062814\", //城市信息版本号\r\n \"last_update\": \"2021-06-28 14:12\", //城市信息最后更新时间\r\n \"citylist\":[\r\n {\r\n \"areacode\": \"101010200\", //城市ID\r\n \"lon\": 116.310316, //城市所在经度\r\n \"lat\": 39.956074, //城市所在纬度\r\n \"district\": \"海淀\", //城市名\r\n \"district_geocode\": \"110108\", //城市行政编码\r\n \"city\": \"北京市\", //所在地区\r\n \"city_geocode\": \"110100\", //地区行政编码\r\n \"province\": \"北京市\", //所在省区\r\n \"province_geocode\": \"110000\", //省区行政编码\r\n \"district_py\": \"haidian\", //城市拼音\r\n \"district_en\": \"haidian\", //城市英文名\r\n \"city_en\": \"Beijing\", //所在地区英文名\r\n \"province_en\": \"Beijing\", //所在省区英文名\r\n \"timezone\": \"Asia/Shanghai\", //时区\r\n \"time_converter\": \"UTC+08\" //时间换算\r\n },\r\n ...... //其它城市信息\r\n ]\r\n }\r\n}", "api_id" : 119776 } ] } }, "/air/v001/aqi" : { "description" : "空气质量实况", "get" : { "summary" : "空气质量实况", "description" : "空气质量实况", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "last_update", "realtimeAqi" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "realtimeAqi" : { "required" : [ "aqi", "aqi_level", "co", "data_time", "no2", "o3", "pm10", "pm25", "pollutant", "so2", "stations" ], "type" : "object", "properties" : { "aqi" : { "title" : "aqi", "type" : "number", "description" : "空气质量指数" }, "aqi_level" : { "title" : "aqi_level", "type" : "string", "description" : "空气质量等级(空气质量等级表可在介绍页的相关附件中查看)" }, "pm10" : { "title" : "pm10", "type" : "number", "description" : "PM10浓度,单位: 微克/立方米" }, "pm25" : { "title" : "pm25", "type" : "number", "description" : "PM2.5浓度,单位: 微克/立方米" }, "no2" : { "title" : "no2", "type" : "number", "description" : "二氧化氮浓度,单位: 微克/立方米" }, "so2" : { "title" : "so2", "type" : "number", "description" : "二氧化硫浓度,单位: 微克/立方米" }, "co" : { "title" : "co", "type" : "number", "description" : "一氧化碳浓度,单位: 毫克/立方米" }, "o3" : { "title" : "o3", "type" : "number", "description" : "臭氧浓度,单位: 微克/立方米" }, "pollutant" : { "title" : "pollutant", "type" : "string", "description" : "首要污染物,有时为空" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "实况数据时间" }, "stations" : { "required" : [ "aqi", "aqi_level", "co", "lat", "lon", "name", "no2", "o3", "pm10", "pm25", "pollutant", "so2", "stationID" ], "type" : "object", "properties" : { "stationID" : { "title" : "stationID", "type" : "string", "description" : "站点编号" }, "lon" : { "title" : "lon", "type" : "number", "description" : "站点经度" }, "lat" : { "title" : "lat", "type" : "number", "description" : "站点纬度" }, "name" : { "title" : "name", "type" : "string", "description" : "站点名称" }, "aqi" : { "title" : "aqi", "type" : "number", "description" : "实时空气质量指数" }, "aqi_level" : { "title" : "aqi_level", "type" : "string", "description" : "空气质量等级" }, "pm10" : { "title" : "pm10", "type" : "number", "description" : "PM10浓度,单位: 微克/立方米" }, "pm25" : { "title" : "pm25", "type" : "number", "description" : "PM2.5浓度,单位: 微克/立方米" }, "no2" : { "title" : "no2", "type" : "number", "description" : "二氧化氮浓度,单位: 微克/立方米" }, "so2" : { "title" : "so2", "type" : "number", "description" : "二氧化硫浓度,单位: 微克/立方米" }, "co" : { "title" : "co", "type" : "number", "description" : "一氧化碳浓度,单位: 毫克/立方米" }, "o3" : { "title" : "o3", "type" : "number", "description" : "臭氧浓度,单位: 微克/立方米" }, "pollutant" : { "title" : "pollutant", "type" : "string", "description" : "首要污染物,有时为空" } } } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间" } } } } } } } } }, "x-description" : "支持国内3400+个城市的整点观测,并附带空气质量监测点(全国共2335个)的整点观测数据;支持国内经纬度查询,返回最近的站点信息。获取指定城市的整点观测空气质量,包含空气质量指数(AQI)、首要污染物、空气质量等级(优、良、轻度污染、中度污染、重度污染、严重污染)、6要素(CO、NO₂、O₃、PM10、PM2.5、SO₂)浓度(除了CO浓度单位为mg/m³之外,其余5种单位均为μg/m³)等。", "x-logo" : "https://data-apibee.apispace.com/license/1681801926224533344dc-7802-4910-b632-53406b8207c7", "x-projectName" : "空气质量查询", "x-gatewayUri" : "https://eolink.o.apispace.com/34324", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9941, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"realtimeAqi\": {\r\n \"aqi\": 124,\t\t\t//空气质量指数\r\n \"aqi_level\": \"轻度污染\",\t//空气质量等级\r\n \"pm10\": 59,\t\t//PM10浓度,单位: 微克/立方米\r\n \"pm25\": 94,\t\t//PM2.5浓度,单位: 微克/立方米\r\n \"no2\": 18,\t\t\t//二氧化氮浓度,单位: 微克/立方米\r\n \"so2\": 3,\t\t\t//二氧化硫浓度,单位: 微克/立方米\r\n \"co\": 1.0,\t\t\t//一氧化碳浓度,单位: 毫克/立方米\r\n \"o3\": 36,\t\t\t//臭氧浓度,单位: 微克/立方米\r\n \"pollutant\": \"一氧化碳\",\t//首要污染物,有时为空\r\n \"data_time\": \"2020-02-14 09:00:00\",\t//实况数据时间\r\n \"stations\": [\r\n {\r\n \"stationID\": \"1011A\",\t//站点编号\r\n \"lon\": 116.73,\t\t//站点经度\r\n \"lat\": 39.68,\t\t//站点纬度\r\n \"name\": \"永定门\",\t\t//站点名称\r\n \"aqi\": 68,\t\t\t//实时空气质量指数\r\n \"aqi_level\": \"良\",\t\t//空气质量等级\r\n \"pm10\": 0,\t\t\t//PM10浓度,单位: 微克/立方米\r\n \"pm25\": 49,\t\t//PM2.5浓度,单位: 微克/立方米\r\n \"no2\": 27,\t\t\t//二氧化氮浓度,单位: 微克/立方米\r\n \"so2\": 2,\t\t\t//二氧化硫浓度,单位: 微克/立方米\r\n \"co\": 1.0,\t\t\t//一氧化碳浓度,单位: 毫克/立方米\r\n \"o3\": 30,\t\t\t//臭氧浓度,单位: 微克/立方米\r\n \"pollutant\": \"细颗粒物(PM2.5)\",\t//首要污染物,有时为空\r\n },\r\n\t ……\t\t\t\t//其它站点实况信息\r\n ]\r\n }\r\n \"last_update\": \"2020-02-14 09:44:00\",\t//数据更新时间\r\n }\r\n}", "api_id" : 119762 } ] } }, "/air/v001/kqph" : { "description" : "空气质量实时排行", "get" : { "summary" : "空气质量实时排行", "description" : "空气质量实时排行", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "last_update", "realtimeRanks" ], "type" : "object", "properties" : { "realtimeRanks" : { "required" : [ "hourlyRanking", "location" ], "type" : "object", "properties" : { "location" : { "required" : [ "areacode", "country", "name", "path" ], "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "hourlyRanking" : { "required" : [ "aqi", "aqi_ranking", "beat_rate", "data_time" ], "type" : "object", "properties" : { "aqi" : { "title" : "aqi", "type" : "number", "description" : "空气质量指数" }, "aqi_ranking" : { "title" : "aqi_ranking", "type" : "number", "description" : "城市排名" }, "beat_rate" : { "title" : "beat_rate", "type" : "string", "description" : "击败城市百分比" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "实况数据时间" } } } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间" } } } } } } } } }, "x-description" : "支持国内3400+个城市的整点观测,并附带空气质量监测点(全国共2335个)的整点观测数据;支持国内经纬度查询,返回最近的站点信息。获取指定城市的整点观测空气质量,包含空气质量指数(AQI)、首要污染物、空气质量等级(优、良、轻度污染、中度污染、重度污染、严重污染)、6要素(CO、NO₂、O₃、PM10、PM2.5、SO₂)浓度(除了CO浓度单位为mg/m³之外,其余5种单位均为μg/m³)等。", "x-logo" : "https://data-apibee.apispace.com/license/1681801926224533344dc-7802-4910-b632-53406b8207c7", "x-projectName" : "空气质量查询", "x-gatewayUri" : "https://eolink.o.apispace.com/34324", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9942, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\":0,\r\n \"result\":{\r\n \"realtimeRanks\":[\r\n {\r\n \"location\":{\r\n \"areacode\":\"101010100\", //城市ID\r\n \"name\":\"北京\", \t\t//城市中文名\r\n \"country\":\"中国\", \t\t//所属国家中文名\r\n \"path\":\"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"hourlyRanking\":{\r\n \"aqi\":22, \t\t//空气质量指数\r\n \"aqi_ranking\":23, \t\t//城市排名\r\n \"beat_rate\":\"94.29%\", \t//击败城市百分比\r\n \"data_time\":\"2020-03-13 11:00:00\" \t//实况数据时间\r\n }\r\n }\r\n …… \t\t//其它排名信息\r\n ],\r\n \"last_update\":\"2020-03-13 11:54\" \t//数据更新时间\r\n }\r\n}", "api_id" : 119763 } ] } }, "/air/v001/airranking" : { "description" : "空气质量昨日排行", "get" : { "summary" : "空气质量昨日排行", "description" : "空气质量昨日排行", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "last_update", "ranks" ], "type" : "object", "properties" : { "ranks" : { "required" : [ "dailyRanking", "location" ], "type" : "object", "properties" : { "location" : { "required" : [ "areacode", "country", "name", "path" ], "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "dailyRanking" : { "required" : [ "aqi_ave", "aqi_max", "aqi_ranking", "beat_rate", "data_time" ], "type" : "object", "properties" : { "aqi_ave" : { "title" : "aqi_ave", "type" : "number", "description" : "空气质量指数日平均值" }, "aqi_max" : { "title" : "aqi_max", "type" : "number", "description" : "空气质量指数日最高值" }, "aqi_ranking" : { "title" : "aqi_ranking", "type" : "number", "description" : "空气质量排名" }, "beat_rate" : { "title" : "beat_rate", "type" : "string", "description" : "击败城市百分比" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "实况数据时间" } } } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间" } } } } } } } } }, "x-description" : "支持国内3400+个城市的整点观测,并附带空气质量监测点(全国共2335个)的整点观测数据;支持国内经纬度查询,返回最近的站点信息。获取指定城市的整点观测空气质量,包含空气质量指数(AQI)、首要污染物、空气质量等级(优、良、轻度污染、中度污染、重度污染、严重污染)、6要素(CO、NO₂、O₃、PM10、PM2.5、SO₂)浓度(除了CO浓度单位为mg/m³之外,其余5种单位均为μg/m³)等。", "x-logo" : "https://data-apibee.apispace.com/license/1681801926224533344dc-7802-4910-b632-53406b8207c7", "x-projectName" : "空气质量查询", "x-gatewayUri" : "https://eolink.o.apispace.com/34324", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9943, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\":0,\r\n \"result\":{\r\n \"ranks\":[\r\n {\r\n \"location\":{\r\n \"areacode\":\"101130601\", //城市ID\r\n \"name\":\"库尔勒\", \t\t//城市中文名\r\n \"country\":\"中国\", \t\t//所属国家中文名\r\n \"path\":\"库尔勒,巴音郭楞蒙古自治州,新疆维吾尔自治区,中国\" //行政区划路径\r\n },\r\n \"dailyRanking\":{\r\n \"aqi_ave\":480, //空气质量指数日平均值\r\n \"aqi_max\":500, //空气质量指数日最高值\r\n \"aqi_ranking\":391, //空气质量排名\r\n \"beat_rate\":\"0.00%\", //击败城市百分比\r\n \"data_time\":\"2020-03-09\" \t//实况数据时间 \r\n }\r\n },\r\n ……\t\t\t\t\t//其它排名信息\r\n ],\r\n \"last_update\":\"2020-03-10 14:50:45\" //数据更新时间\r\n }\r\n}", "api_id" : 119764 } ] } }, "/air/v001/pastaqi" : { "description" : "过去24小时空气质量", "get" : { "summary" : "过去24小时空气质量", "description" : "过去24小时空气质量", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "aqis", "last_update", "location" ], "type" : "object", "properties" : { "location" : { "required" : [ "areacode", "country", "name", "path" ], "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "aqis" : { "required" : [ "aqi", "aqi_level", "co", "data_time", "no2", "o3", "pm10", "pm25", "pollutant", "so2" ], "type" : "object", "properties" : { "aqi" : { "title" : "aqi", "type" : "number", "description" : "空气质量指数" }, "aqi_level" : { "title" : "aqi_level", "type" : "string", "description" : "空气质量等级(空气质量等级表可在介绍页的相关附件中查看)" }, "pm10" : { "title" : "pm10", "type" : "number", "description" : "PM10浓度,单位: 微克/立方米" }, "pm25" : { "title" : "pm25", "type" : "number", "description" : "PM2.5浓度,单位: 微克/立方米" }, "no2" : { "title" : "no2", "type" : "number", "description" : "二氧化氮浓度,单位: 微克/立方米" }, "so2" : { "title" : "so2", "type" : "number", "description" : "二氧化硫浓度,单位: 微克/立方米" }, "co" : { "title" : "co", "type" : "number", "description" : "一氧化碳浓度,单位: 毫克/立方米" }, "o3" : { "title" : "o3", "type" : "number", "description" : "臭氧浓度,单位: 微克/立方米" }, "pollutant" : { "title" : "pollutant", "type" : "string", "description" : "首要污染物,有时为空" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "实况数据时间" } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间" } } } } } } } } }, "x-description" : "支持国内3400+个城市的整点观测,并附带空气质量监测点(全国共2335个)的整点观测数据;支持国内经纬度查询,返回最近的站点信息。获取指定城市的整点观测空气质量,包含空气质量指数(AQI)、首要污染物、空气质量等级(优、良、轻度污染、中度污染、重度污染、严重污染)、6要素(CO、NO₂、O₃、PM10、PM2.5、SO₂)浓度(除了CO浓度单位为mg/m³之外,其余5种单位均为μg/m³)等。", "x-logo" : "https://data-apibee.apispace.com/license/1681801926224533344dc-7802-4910-b632-53406b8207c7", "x-projectName" : "空气质量查询", "x-gatewayUri" : "https://eolink.o.apispace.com/34324", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9944, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\":0,\r\n \"result\":{\r\n \"location\": {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"aqis\":[\r\n {\r\n \"aqi\": 68,\t\t\t//空气质量指数\r\n \"aqi_level\": \"良\",\t\t//空气质量等级\r\n \"pm10\": 0,\t\t\t//PM10浓度,单位: 微克/立方米\r\n \"pm25\": 49,\t\t\t//PM2.5浓度,单位: 微克/立方米\r\n \"no2\": 27,\t\t\t//二氧化氮浓度,单位: 微克/立方米\r\n \"so2\": 2,\t\t\t//二氧化硫浓度,单位: 微克/立方米\r\n \"co\": 1.0,\t\t\t//一氧化碳浓度,单位: 毫克/立方米\r\n \"o3\": 30,\t\t\t//臭氧浓度,单位: 微克/立方米\r\n \"pollutant\": \"细颗粒物(PM2.5)\",\t//首要污染物,有时为空\r\n \"data_time\": \"2020-02-18 10:00:00\"\t//实况数据时间\r\n },\r\n\t ……\t\t\t\t//其它时次实况信息\r\n ],\r\n \"last_update\":\"2020-02-19 10:44:00\"\t//数据更新时间\r\n }\r\n}", "api_id" : 119765 } ] } }, "/air/v001/airhourly" : { "description" : "逐小时空气质量预报", "get" : { "summary" : "逐小时空气质量预报", "description" : "逐小时空气质量预报", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "" }, "result" : { "required" : [ "aqi_hourly_fcst", "last_update" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "aqi_hourly_fcst" : { "required" : [ "aqi", "aqi_level", "co", "data_time", "no2", "o3", "pm10", "pm25", "so2" ], "type" : "object", "properties" : { "aqi" : { "title" : "aqi", "type" : "number", "description" : "实时空气质量指数" }, "aqi_level" : { "title" : "aqi_level", "type" : "string", "description" : "空气质量等级(空气质量等级表可在介绍页的相关附件中查看)" }, "pm10" : { "title" : "pm10", "type" : "number", "description" : "PM10浓度,单位: 微克/立方米" }, "pm25" : { "title" : "pm25", "type" : "number", "description" : "PM2.5浓度,单位: 微克/立方米" }, "no2" : { "title" : "no2", "type" : "number", "description" : "二氧化氮浓度,单位: 微克/立方米" }, "so2" : { "title" : "so2", "type" : "number", "description" : "二氧化硫浓度,单位: 微克/立方米" }, "co" : { "title" : "co", "type" : "number", "description" : "一氧化碳浓度,单位: 毫克/立方米" }, "o3" : { "title" : "o3", "type" : "number", "description" : "臭氧浓度,单位: 微克/立方米" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "预报时次" } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间" } } } } } } } } }, "x-description" : "支持国内3400+个城市的整点观测,并附带空气质量监测点(全国共2335个)的整点观测数据;支持国内经纬度查询,返回最近的站点信息。获取指定城市的整点观测空气质量,包含空气质量指数(AQI)、首要污染物、空气质量等级(优、良、轻度污染、中度污染、重度污染、严重污染)、6要素(CO、NO₂、O₃、PM10、PM2.5、SO₂)浓度(除了CO浓度单位为mg/m³之外,其余5种单位均为μg/m³)等。", "x-logo" : "https://data-apibee.apispace.com/license/1681801926224533344dc-7802-4910-b632-53406b8207c7", "x-projectName" : "空气质量查询", "x-gatewayUri" : "https://eolink.o.apispace.com/34324", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9945, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"aqi_hourly_fcst\": [\r\n {\r\n \"aqi\": 68,\t\t//实时空气质量指数\r\n \"aqi_level\": \"良\",\t//空气质量等级\r\n \"pm10\": 0,\t\t//PM10浓度,单位: 微克/立方米\r\n \"pm25\": 49,\t\t//PM2.5浓度,单位: 微克/立方米\r\n \"no2\": 27,\t\t//二氧化氮浓度,单位: 微克/立方米\r\n \"so2\": 2,\t\t//二氧化硫浓度,单位: 微克/立方米\r\n \"co\": 1.0,\t\t//一氧化碳浓度,单位: 毫克/立方米\r\n \"o3\": 30,\t\t//臭氧浓度,单位: 微克/立方米\r\n \"data_time\": \"2020-02-19 00:00:00\"\t//预报时次\r\n },\r\n\t ……\t\t\t\t//其它时次预报信息\r\n ],\r\n \"last_update\": \"2020-02-19 00:00:00\", //数据更新时间\r\n }\r\n}", "api_id" : 119766 } ] } }, "/air/v001/airforecast" : { "description" : "逐日空气质量预报", "get" : { "summary" : "逐日空气质量预报", "description" : "逐日空气质量预报", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "aqi_daily_fcsts", "last_update" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "aqi_daily_fcsts" : { "required" : [ "aqi", "aqi_level", "co", "date", "no2", "o3", "pm10", "pm25", "so2" ], "type" : "object", "properties" : { "aqi" : { "title" : "aqi", "type" : "number", "description" : "实时空气质量指数" }, "aqi_level" : { "title" : "aqi_level", "type" : "string", "description" : "空气质量等级(空气质量等级表可在介绍页的相关附件中查看)" }, "pm10" : { "title" : "pm10", "type" : "number", "description" : "PM10浓度,单位: 微克/立方米" }, "pm25" : { "title" : "pm25", "type" : "number", "description" : "PM2.5浓度,单位: 微克/立方米" }, "no2" : { "title" : "no2", "type" : "number", "description" : "二氧化氮浓度,单位: 微克/立方米" }, "so2" : { "title" : "so2", "type" : "number", "description" : "二氧化硫浓度,单位: 微克/立方米" }, "co" : { "title" : "co", "type" : "number", "description" : "一氧化碳浓度,单位: 毫克/立方米" }, "o3" : { "title" : "o3", "type" : "number", "description" : "臭氧浓度,单位: 微克/立方米" }, "date" : { "title" : "date", "type" : "string", "description" : "预报日期" } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间" } } } } } } } } }, "x-description" : "支持国内3400+个城市的整点观测,并附带空气质量监测点(全国共2335个)的整点观测数据;支持国内经纬度查询,返回最近的站点信息。获取指定城市的整点观测空气质量,包含空气质量指数(AQI)、首要污染物、空气质量等级(优、良、轻度污染、中度污染、重度污染、严重污染)、6要素(CO、NO₂、O₃、PM10、PM2.5、SO₂)浓度(除了CO浓度单位为mg/m³之外,其余5种单位均为μg/m³)等。", "x-logo" : "https://data-apibee.apispace.com/license/1681801926224533344dc-7802-4910-b632-53406b8207c7", "x-projectName" : "空气质量查询", "x-gatewayUri" : "https://eolink.o.apispace.com/34324", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9946, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"aqi_daily_fcsts\": [\r\n {\r\n \"aqi\": 68,\t\t\t//实时空气质量指数\r\n \"aqi_level\": \"良\",\t \t//空气质量等级\r\n \"pm10\": 0,\t \t\t//PM10浓度,单位: 微克/立方米\r\n \"pm25\": 49,\t \t \t//PM2.5浓度,单位: 微克/立方米\r\n \"no2\": 27,\t\t\t//二氧化氮浓度,单位: 微克/立方米\r\n \"so2\": 2,\t\t\t//二氧化硫浓度,单位: 微克/立方米\r\n \"co\": 1.0,\t\t\t//一氧化碳浓度,单位: 毫克/立方米\r\n \"o3\": 30,\t\t\t//臭氧浓度,单位: 微克/立方米\r\n \"date\": \"2020-02-19\"\t//预报日期\r\n },\r\n\t ……\t\t\t\t//其它日期预报信息\r\n ],\r\n \"last_update\": \"2020-02-19 00:00:00\", //数据更新时间\r\n }\r\n}", "api_id" : 119767 } ] } }, "/function/v001/city" : { "description" : "城市搜索(支持国内、国外城市)", "get" : { "summary" : "城市搜索(支持国内、国外城市)", "description" : "城市搜索(支持国内、国外城市)", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "areaList", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "areaList" : { "required" : [ "areacode", "country", "lat", "lon", "name", "path", "time_converter", "timezone" ], "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "lon" : { "title" : "lon", "type" : "number", "description" : "城市经度" }, "lat" : { "title" : "lat", "type" : "number", "description" : "城市纬度" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" }, "timezone" : { "title" : "timezone", "type" : "string", "description" : "时区" }, "time_converter" : { "title" : "time_converter", "type" : "string", "description" : "时区换算" } } } } } } } } }, "x-description" : "支持全国以及全球多个城市的天气查询,包含国内3400+个城市以及国际4万个城市的实况数据,同时也支持全球任意经纬度查询,接口会返回该经纬度最近的站点信息;更新频率分钟级别。", "x-logo" : "https://data-apibee.apispace.com/license/168180240627935c1a0d2-b92b-483e-a517-639c2677a9a2", "x-projectName" : "天气预报查询", "x-gatewayUri" : "https://eolink.o.apispace.com/456456", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9959, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"areaList\": [\r\n {\r\n \"areacode\": \"101301301\",\t//城市ID\r\n \"lon\": 109.1602,\t\t//城市经度\r\n \"lat\": 21.488,\t\t//城市纬度\r\n \"name\": \"北海\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北海,北海市,广西壮族自治区,中国\",\t //行政区划路径\r\n \"timezone\": \"Asia/Shanghai\",\t//时区\r\n \"time_converter\": \"UTC+08\"\t//时区换算\r\n },\r\n {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"lon\": 116.4326,\t\t//城市经度\r\n \"lat\": 39.8821,\t\t//城市纬度\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\",\t //行政区划路径\r\n \"timezone\": \"Asia/Shanghai\",\t//时区\r\n \"time_converter\": \"UTC+08\"\t//时区换算\r\n },\r\n …\t\t\t\t//更多搜索结果\r\n ]\r\n}", "api_id" : 119780 } ] } }, "/lives_geo/v001/suggestion" : { "description" : "未来7天生活指数", "get" : { "summary" : "未来7天生活指数", "description" : "未来7天生活指数", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "indexes", "last_update" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "indexes" : { "required" : [ "date", "details" ], "type" : "object", "properties" : { "date" : { "title" : "date", "type" : "string", "description" : "预报日期(当地时间)" }, "details" : { "required" : [ "brief", "detail", "name", "type" ], "type" : "object", "properties" : { "type" : { "title" : "type", "type" : "string", "description" : "指数类型" }, "name" : { "title" : "name", "type" : "string", "description" : "指数名称" }, "brief" : { "title" : "brief", "type" : "string", "description" : "指数等级" }, "detail" : { "title" : "detail", "type" : "string", "description" : "详细描述" } } } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间(北京时间)" } } } } } } } } }, "x-description" : "支持国内3400+个城市以及国际4万个城市的天气指数数据,同时也支持国内任意经纬度查询,接口会返回该经纬度最近的天气指数数据,包括晨练、洗车、穿衣、感冒、运动、旅游、舒适度、紫外线、钓鱼、晾晒、过敏、啤酒(12项,有详细说明)", "x-logo" : "https://data-apibee.apispace.com/license/16818014832977f0f7d9d-992c-4239-988d-6a94a736668e", "x-projectName" : "未来7天生活指数", "x-gatewayUri" : "https://eolink.o.apispace.com/24234", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9948, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\"\t //行政区划路径\r\n },\r\n \"indexes\": [\r\n {\r\n \"date\": \"2020-02-24\",\t//预报日期(当地时间)\r\n \"details\": [\r\n {\r\n \"type\": \"cl\",\t\t//指数类型\r\n \"name\": \"晨练指数\",\t//指数名称\r\n \"brief\": \"较适宜\",\t//指数等级\r\n \"detail\": \"部分地面较湿滑,选择合适的地点晨练。\" //详细描述\r\n },\r\n {\r\n \"type\": \"gm\",\t\t//指数类型\r\n \"name\": \"感冒指数\",\t//指数名称\r\n \"brief\": \"少发\",\t\t//指数等级\r\n \"detail\": \"无明显降温,感冒机率较低。\" //详细描述\r\n }\r\n\t ……\t //其它指数信息\r\n ]\r\n },\r\n\t ……\t \t//其它日期预报信息\r\n ],\r\n \"last_update\": \"2020-02-24 20:33:34\"\t//数据更新时间(北京时间)\r\n }\r\n}", "api_id" : 119769 } ] } }, "/lives_geo/v001/moon" : { "description" : "月出月落和月相", "get" : { "summary" : "月出月落和月相", "description" : "月出月落和月相", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "full", "moon", "new" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "moon" : { "required" : [ "date", "moonrise", "moonset", "percent", "phase", "phaseAngle", "phaseCn", "phaseCode" ], "type" : "object", "properties" : { "date" : { "title" : "date", "type" : "string", "description" : "日期" }, "moonrise" : { "title" : "moonrise", "type" : "string", "description" : "月出时间,有时为空" }, "moonset" : { "title" : "moonset", "type" : "string", "description" : "月落时间,有时为空" }, "phaseAngle" : { "title" : "phaseAngle", "type" : "number", "description" : "0时月相相位角,单位°" }, "percent" : { "title" : "percent", "type" : "number", "description" : "0时受照占比,单位100%" }, "phase" : { "title" : "phase", "type" : "string", "description" : "月相英文" }, "phaseCn" : { "title" : "phaseCn", "type" : "string", "description" : "月相" }, "phaseCode" : { "title" : "phaseCode", "type" : "number", "description" : "对应图片代码(月相图片可在介绍页的相关附件中下载)" } } }, "full" : { "title" : "full", "type" : "array", "description" : "查询时段内的所有满月时间,没有满月则为空", "items" : { "type" : "string" } }, "new" : { "title" : "new", "type" : "array", "description" : "查询时段内的所有新月时间,没有新月则为空", "items" : { "type" : "string" } } } } } } } } } }, "x-description" : "支持国内3400+个城市以及国际4万个城市的月出月落和月相数据;同时也支持全球任意经纬度查询,接口会返回该经纬度最近的月出月落和月相数据;包括每日月出时间、月落时间、月相、受照占比、月相相位角、下一个新月时间、下一个满月时间等数据。", "x-logo" : "https://data-apibee.apispace.com/license/1681801252241b24b88d0-80ea-4203-a00b-7be3ab82bfcd", "x-projectName" : "月出月落和月相", "x-gatewayUri" : "https://eolink.o.apispace.com/3244", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9950, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "//本接口返回数据中的时间均为当地时间\r\n\r\n{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\"\t //行政区划路径\r\n },\r\n \"moon\": [\r\n {\r\n \"date\": \"2020-04-26\",\t\t//日期\r\n \"moonrise\": \"17:58:23\",\t//月出时间,有时为空\r\n \"moonset\": \"06:12:22\",\t//月落时间,有时为空\r\n \"phaseAngle\": 178.56,\t//0时月相相位角,单位°\r\n \"percent\": 98.75,\t //0时受照占比,单位100%\r\n \"phase\": \"Full\",\t //月相英文\r\n \"phaseCn\": \"满月\",\t //月相\r\n \"phaseCode\": 17,\t //对应图片代码\r\n },\r\n\t ……\t //其它日期月相信息\r\n ]\r\n \"full\": [\t\t//查询时段内的所有满月时间,没有满月则为空\r\n \"2020-04-26 17:58:23\",\r\n ……\r\n ]\r\n \"new\": [\t\t//查询时段内的所有新月时间,没有新月则为空\r\n \"2020-04-26 17:58:23\",\r\n ……\r\n ]\r\n }\r\n}", "api_id" : 119771 } ] } }, "/lives_geo/v001/sun" : { "description" : "日出日落", "get" : { "summary" : "日出日落", "description" : "日出日落", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "sunrises" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "sunrises" : { "required" : [ "data_time", "sunrise", "sunset" ], "type" : "object", "properties" : { "sunrise" : { "title" : "sunrise", "type" : "string", "description" : "日出时间(当地时间)" }, "sunset" : { "title" : "sunset", "type" : "string", "description" : "日落时间(当地时间)" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "预报日期(当地时间)" } } } } } } } } } } }, "x-description" : "支持国内3400+个城市以及国际4万个城市,获取指定城市/地点每日日出时间、日落时间;同时也支持全球任意经纬度查询,接口会返回该经纬度最近的日出日落信息。", "x-logo" : "https://data-apibee.apispace.com/license/16818016836657b5ed7d8-2b66-4e68-ac29-7521ce7814cc", "x-projectName" : "日出日落", "x-gatewayUri" : "https://eolink.o.apispace.com/ewre", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9952, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\"\t //行政区划路径\r\n },\r\n \"sunrises\": [\r\n {\r\n \"sunrise\": \"06:52\",\t\t//日出时间(当地时间)\r\n \"sunset\": \"18:03\",\t\t//日落时间(当地时间)\r\n \"data_time\": \"2020-02-27\"\t//预报日期(当地时间)\r\n },\r\n\t ……\t \t\t//其它日期日出日落信息\r\n ]\r\n }\r\n}", "api_id" : 119773 } ] } }, "/lives_geo/v001/xianxing" : { "description" : "尾号限行", "get" : { "summary" : "尾号限行", "description" : "尾号限行", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "location", "traffic" ], "type" : "object", "properties" : { "location" : { "required" : [ "areacode", "country", "name", "path" ], "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "traffic" : { "required" : [ "limitArea", "limitRule", "limits" ], "type" : "object", "properties" : { "limitArea" : { "title" : "limitArea", "type" : "string", "description" : "限行区域" }, "limitRule" : { "title" : "limitRule", "type" : "string", "description" : "限行规则" }, "limits" : { "required" : [ "date", "number" ], "type" : "object", "properties" : { "date" : { "title" : "date", "type" : "string", "description" : "日期" }, "number" : { "title" : "number", "type" : "string", "description" : "限行尾号,W不限行,S双号限行,D单号限行;数字即为限行尾号,比如49代表限行尾号4和9的车牌" } } } } } } } } } } } } }, "x-description" : "提供已知所有执行限行政策的共计65个大城市(800+个区域)未来15天的机动车尾号限行数据查询,包括限行区域、限行规则等。如后续有新增城市加入限行阵营,本接口将第一时间更新。", "x-logo" : "https://data-apibee.apispace.com/license/1681801496956a7d698e9-df0d-4605-bcde-d507906c5fd6", "x-projectName" : "尾号限行", "x-gatewayUri" : "https://eolink.o.apispace.com/5345645", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9954, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\",\t//城市ID\r\n \"name\": \"北京\",\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\"\t //行政区划路径\r\n },\r\n \"traffic\": {\r\n \"limitArea\": \"五环路以内路段(不含五环路)\", //限行区域\r\n \"limitRule\": \"北京市暂未恢复实行尾号限行政策\", //限行规则\r\n \"limits\": [\r\n {\r\n \"date\": \"2020-04-26\",\t//日期\r\n \"number\": \"W\",\t\t//限行尾号,W不限行,S双号限行,D单号限行\r\n },\r\n\t ……\t //其它日期限行信息\r\n ]\r\n }\r\n }\r\n}", "api_id" : 119775 } ] } }, "/weather/v001/alarm" : { "description" : "天气预警", "get" : { "summary" : "天气预警", "description" : "天气预警", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "alerts" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "alerts" : { "required" : [ "desc", "effective", "expires", "geocode", "level", "levelCode", "public_time", "title", "type", "typeCode" ], "type" : "object", "properties" : { "geocode" : { "title" : "geocode", "type" : "string", "description" : "预警地区编码" }, "title" : { "title" : "title", "type" : "string", "description" : "预警标题" }, "desc" : { "title" : "desc", "type" : "string", "description" : "预警详情" }, "typeCode" : { "title" : "typeCode", "type" : "string", "description" : "预警类型码(预警类型码表可在介绍页的相关附件中查看)" }, "type" : { "title" : "type", "type" : "string", "description" : "预警类型" }, "levelCode" : { "title" : "levelCode", "type" : "string", "description" : "预警等级码(预警等级码表可在介绍页的相关附件中查看)" }, "level" : { "title" : "level", "type" : "string", "description" : "预警等级" }, "public_time" : { "title" : "public_time", "type" : "string", "description" : "预警发布时间" }, "effective" : { "title" : "effective", "type" : "string", "description" : "预警生效时间" }, "expires" : { "title" : "expires", "type" : "string", "description" : "预警失效时间" } } } } } } } } } } }, "x-description" : "获取指定城市当前生效中的各类天气预警,同时也支持国内任意经纬度查询,接口会返回该经纬度最近的各类天气预警,如寒潮蓝色预警信号,或一次性拉取全国所有生效中的天气预警。预警数据来自国家预警中心。如部分城市无生效预警,则返回值为空,请做好空值处理。", "x-logo" : "https://data-apibee.apispace.com/license/16818015261714791f662-3575-42df-91d4-fd0cfdb6cbbc", "x-projectName" : "天气预警", "x-gatewayUri" : "https://eolink.o.apispace.com/467456", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9956, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": { //传areacode的返回示例\r\n \"location\": {\r\n \"areacode\": \"101250101\",\t//城市ID\r\n \"name\": \"长沙\",\t\t\t//城市中文名\r\n \"country\": \"中国\",\t\t//所属国家中文名\r\n \"path\": \"长沙,长沙市,湖南省,中国\"\t //行政区划路径\r\n },\r\n \"alerts\": [\r\n {\r\n \"geocode\": \"430000\",\t\t//预警地区编码\r\n \"title\": \"湖南省森林防灭火指挥部发布森林火险黄色预警[Ⅲ级/较重]\",\t\t//预警标题\r\n \"desc\": \"湖南省森林防灭火指挥部2月27日发布森林火险黄色预警:未来……\",//预警详情\r\n \"type\": \"森林火险\",\t\t\t//预警类型\r\n \"level\": \"黄色预警\",\t\t\t//预警等级\r\n \"public_time\": \"2020-02-27 09:50:44\",\t//预警发布时间\r\n \"effective\": \"2020-02-27 09:50:44\",\t//预警生效时间\r\n \"expires\": \"2020-02-28 00:00:00\"\t\t//预警失效时间\r\n }\r\n\t ……\t\t \t\t//其它当地预警信息\r\n ]\r\n }\r\n}\r\n\r\n{\r\n \"status\": 0,\r\n \"result\": [ //不传areacode的返回示例\r\n {\r\n \"geocode\": \"430000\",\t\t//预警地区编码\r\n \"title\": \"湖南省森林防灭火指挥部发布森林火险黄色预警[Ⅲ级/较重]\",\t\t//预警标题\r\n \"desc\": \"湖南省森林防灭火指挥部2月27日发布森林火险黄色预警:未来……\",//预警详情\r\n \"type\": \"森林火险\",\t\t\t//预警类型\r\n \"level\": \"黄色预警\",\t\t\t//预警等级\r\n \"public_time\": \"2020-02-27 09:50:44\",\t//预警发布时间\r\n \"effective\": \"2020-02-27 09:50:44\",\t//预警生效时间\r\n \"expires\": \"2020-02-28 00:00:00\"\t\t//预警失效时间\r\n }\r\n\t ……\t \t\t//全国其它生效中的预警信息\r\n ]\r\n}", "api_id" : 119777 } ] } }, "/high_res/v001/nowcasting" : { "description" : "分钟级降水预报", "get" : { "summary" : "分钟级降水预报", "description" : "分钟级降水预报", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "" }, "result" : { "required" : [ "code", "endTime", "msg", "series", "startTime", "text" ], "type" : "object", "properties" : { "startTime" : { "title" : "startTime", "type" : "string", "description" : "预报开始时间(北京时间) ,未来两小时无降水时为空" }, "endTime" : { "title" : "endTime", "type" : "string", "description" : "预报结束时间(北京时间) ,未来两小时无降水时为空" }, "series" : { "title" : "series", "type" : "array", "description" : "逐分钟雨强预测,单位毫米/小时(mm/h),未来两小时无降水时为空", "items" : { "type" : "string" } }, "text" : { "title" : "text", "type" : "string", "description" : "实时天气" }, "code" : { "title" : "code", "type" : "string", "description" : "实时天气编码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "短临预报描述" } } } } } } } } }, "x-description" : "支持国内任一经纬度的预报数据,实时调取某地未来2小时内降水预报,可做到分钟级、公里级,可准确提醒下一场雨何时出现,何时变大,何时停止等预报信息", "x-logo" : "https://data-apibee.apispace.com/license/16818020459912424daa6-40e6-4367-96ac-d659b61b7bc3", "x-projectName" : "分钟级降水预报", "x-gatewayUri" : "https://eolink.o.apispace.com/678678", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9957, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n\t\"startTime\": \"2020-03-25 09:07\", //预报开始时间(北京时间) ,未来两小时无降水时为空\r\n\t\"endTime\": \"2020-03-25 11:07\", //预报结束时间(北京时间) ,未来两小时无降水时为空\r\n \"series\": [\r\n\t1.22,\r\n\t1.16,\r\n\t0.45,\r\n\t0.3,\r\n\t0.1,\r\n\t0.0,\r\n\t…\r\n\t],\t//逐分钟雨强预测,单位毫米/小时(mm/h),未来两小时无降水时为空\r\n \"text\": \"小雨\",\t\t//实时天气\r\n \"code\": \"07\",\t\t//实时天气编码\r\n \"msg\": \"约5分钟后雨停,之后也不会下了\"\t//短临预报描述,string类型\r\n }\r\n}\r\n\r\n//无雷达覆盖区域的返回结果\r\n{\r\n \"status\":41,\r\n \"message\":\"当前位置无气象雷达观测数据覆盖\"\r\n}\r\n\r\n//雷达未更新时的返回结果\r\n{\r\n \"status\":62,\r\n \"message\":\"当前位置雷达40分钟未更新\"\r\n}", "api_id" : 119778 } ] } }, "/weather/v001/day" : { "description" : "15天预报", "get" : { "summary" : "15天预报", "description" : "15天预报", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "daily_fcsts", "last_update" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "daily_fcsts" : { "required" : [ "clouds_day", "clouds_night", "code_day", "code_night", "date", "high", "low", "maxrh", "minrh", "pop", "pressure", "text_day", "text_night", "uv", "vis", "wa_day", "wa_night", "wc_day", "wc_night", "wd_day", "wd_night", "week", "ws_day", "ws_night" ], "type" : "object", "properties" : { "text_day" : { "title" : "text_day", "type" : "string", "description" : "白天天气现象" }, "code_day" : { "title" : "code_day", "type" : "string", "description" : "白天天气现象编码" }, "text_night" : { "title" : "text_night", "type" : "string", "description" : "夜间天气现象" }, "code_night" : { "title" : "code_night", "type" : "string", "description" : "夜间天气现象编码" }, "high" : { "title" : "high", "type" : "number", "description" : "日最高气温,单位℃" }, "low" : { "title" : "low", "type" : "number", "description" : "日最低气温,单位℃" }, "wc_day" : { "title" : "wc_day", "type" : "string", "description" : "白天风力级别" }, "wd_day" : { "title" : "wd_day", "type" : "string", "description" : "白天风向" }, "wc_night" : { "title" : "wc_night", "type" : "string", "description" : "夜间风力级别" }, "wd_night" : { "title" : "wd_night", "type" : "string", "description" : "夜间风向" }, "wa_day" : { "title" : "wa_day", "type" : "number", "description" : "白天风向角度,单位°" }, "wa_night" : { "title" : "wa_night", "type" : "number", "description" : "夜间风向角度,单位°" }, "ws_day" : { "title" : "ws_day", "type" : "number", "description" : "白天风速,单位m/s" }, "ws_night" : { "title" : "ws_night", "type" : "number", "description" : "夜间风速,单位m/s" }, "pop" : { "title" : "pop", "type" : "number", "description" : "降水概率,单位%" }, "pressure" : { "title" : "pressure", "type" : "number", "description" : "气压,单位hPa" }, "maxrh" : { "title" : "maxrh", "type" : "number", "description" : "最大相对湿度,单位%" }, "minrh" : { "title" : "minrh", "type" : "number", "description" : "最小相对湿度,单位%" }, "vis" : { "title" : "vis", "type" : "number", "description" : "能见度,单位m" }, "clouds_day" : { "title" : "clouds_day", "type" : "number", "description" : "白天云量,单位%" }, "clouds_night" : { "title" : "clouds_night", "type" : "number", "description" : "夜间云量,单位%" }, "uv" : { "title" : "uv", "type" : "number", "description" : "紫外线指数,取值范围0~11" }, "date" : { "title" : "date", "type" : "string", "description" : "预报日期(当地时间)" }, "week" : { "title" : "week", "type" : "string", "description" : "星期" } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间(北京时间)" } } } } } } } } }, "x-description" : "支持全国以及全球多个城市的天气查询,包含国内3400+个城市以及国际4万个城市的实况数据,同时也支持全球任意经纬度查询,接口会返回该经纬度最近的站点信息;更新频率分钟级别。", "x-logo" : "https://data-apibee.apispace.com/license/168180240627935c1a0d2-b92b-483e-a517-639c2677a9a2", "x-projectName" : "天气预报查询", "x-gatewayUri" : "https://eolink.o.apispace.com/456456", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9958, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\", //城市ID\r\n \"name\": \"北京\", \t\t \t//城市中文名\r\n \"country\": \"中国\", \t\t //所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"daily_fcsts\": [\r\n {\r\n \"text_day\": \"晴\", \t\t//白天天气现象\r\n \"code_day\": \"00\", \t\t//白天天气现象编码\r\n \"text_night\": \"晴\", \t\t//夜间天气现象\r\n \"code_night\": \"00\", \t//夜间天气现象编码\r\n \"high\": 10, \t\t\t//日最高气温,单位℃\r\n \"low\": -5, \t\t\t//日最低气温,单位℃\r\n \"wc_day\": \"<3级\", \t\t//白天风力级别\r\n \"wd_day\": \"西南风\", \t//白天风向\r\n \"wc_night\": \"<3级\", \t//夜间风力级别\r\n \"wd_night\": \"北风\", \t//夜间风向\r\n \"wa_day\": 210, \t//白天风向角度,单位°\r\n \"wa_night\": 345, \t//夜间风向角度,单位°\r\n \"ws_day\": 2.1, \t//白天风速,单位m/s\r\n \"ws_night\": 3.5, \t//夜间风速,单位m/s\r\n \"pop\": 2, \t//降水概率,单位%\r\n \"pressure\": 1002, \t//气压,单位hPa\r\n \"maxrh\": 57, \t//最大相对湿度,单位%\r\n \"minrh\": 20, \t//最小相对湿度,单位%\r\n \"vis\": 23500, \t//能见度,单位m\r\n \"clouds_day\": 1, \t//白天云量,单位%\r\n \"clouds_night\": 5, \t//夜间云量,单位%\r\n \"uv\": 2, \t//紫外线指数,取值范围0~11\r\n \"date\": \"2020-02-09\", \t//预报日期(当地时间)\r\n \"week\": \"星期日\" \t\t//星期\r\n },\r\n ……\t\t\t\t\t//其它日期预报信息\r\n ],\r\n \"last_update\": \"2020-02-09 11:55\" //数据更新时间(北京时间)\r\n }\r\n}", "api_id" : 119779 } ] } }, "/weather/v001/3hours" : { "description" : "天气逐3小时预报", "get" : { "summary" : "天气逐3小时预报", "description" : "天气逐3小时预报", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "last_update", "th_hours" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "th_hours" : { "required" : [ "clouds", "code", "data_time", "feels_like", "prec", "rh", "temp_fc", "text", "wind_angle", "wind_class", "wind_dir", "wind_speed" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "天气现象" }, "code" : { "title" : "code", "type" : "string", "description" : "天气现象编码(天气现象编码表可在介绍页的相关附件中查看)" }, "temp_fc" : { "title" : "temp_fc", "type" : "number", "description" : "气温,单位℃" }, "wind_class" : { "title" : "wind_class", "type" : "string", "description" : "风级" }, "wind_speed" : { "title" : "wind_speed", "type" : "number", "description" : "风速,单位m/s" }, "wind_dir" : { "title" : "wind_dir", "type" : "string", "description" : "风向描述" }, "wind_angle" : { "title" : "wind_angle", "type" : "number", "description" : "风向角度,0表示正北风,180表示正南风" }, "rh" : { "title" : "rh", "type" : "number", "description" : "相对湿度,单位%" }, "prec" : { "title" : "prec", "type" : "number", "description" : "降水量,单位毫米(mm)" }, "clouds" : { "title" : "clouds", "type" : "number", "description" : "云量,单位%" }, "feels_like" : { "title" : "feels_like", "type" : "number", "description" : "体感温度,单位℃" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "预报时次(当地时间)" } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间(北京时间)" } } } } } } } } }, "x-description" : "支持全国以及全球多个城市的天气查询,包含国内3400+个城市以及国际4万个城市的实况数据,同时也支持全球任意经纬度查询,接口会返回该经纬度最近的站点信息;更新频率分钟级别。", "x-logo" : "https://data-apibee.apispace.com/license/168180240627935c1a0d2-b92b-483e-a517-639c2677a9a2", "x-projectName" : "天气预报查询", "x-gatewayUri" : "https://eolink.o.apispace.com/456456", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9960, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\", //城市ID\r\n \"name\": \"北京\", \t\t \t//城市中文名\r\n \"country\": \"中国\", \t\t //所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"th_hours\": [\r\n {\r\n \"text\": \"晴\",\t\t\t//天气现象\r\n \"code\": \"00\",\t\t\t//天气现象编码\r\n \"temp_fc\": 7,\t\t\t//气温,单位℃\r\n \"wind_class\": \"<3级\",\t //风级\r\n \"wind_speed\": 3.0,\t //风速,单位m/s\r\n \"wind_dir\": \"西北风\",\t//风向描述\r\n \"wind_angle\": 300,\t//风向角度,0表示正北风,180表示正南风\r\n \"rh\": 52,\t\t\t//相对湿度,单位%\r\n \"prec\": 0.0,\t\t\t//降水量,单位毫米(mm)\r\n \"clouds\": 0,\t\t\t//云量,单位%\r\n \"feels_like\": 4,\t\t\t//体感温度,单位℃\r\n \"data_time\": \"2020-03-03 11:00:00\"\t//预报时次(当地时间)\r\n },\r\n\t ……\t\t\t\t//其它时次预报信息\r\n ],\r\n \"last_update\": \"2020-03-02 08:00:00\"\t//数据更新时间(北京时间)\r\n }\r\n}", "api_id" : 119781 } ] } }, "/weather/v001/hour" : { "description" : "天气逐小时预报", "get" : { "summary" : "天气逐小时预报", "description" : "天气逐小时预报", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "hourly_fcsts", "last_update" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "hourly_fcsts" : { "required" : [ "clouds", "code", "data_time", "feels_like", "prec", "pressure", "rh", "temp_fc", "text", "wind_angle", "wind_class", "wind_dir", "wind_speed" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "天气现象" }, "code" : { "title" : "code", "type" : "string", "description" : "天气现象代码(天气现象编码表可在介绍页的相关附件中查看)" }, "temp_fc" : { "title" : "temp_fc", "type" : "number", "description" : "气温,单位℃" }, "wind_class" : { "title" : "wind_class", "type" : "string", "description" : "风级" }, "wind_speed" : { "title" : "wind_speed", "type" : "number", "description" : "风速,单位m/s" }, "wind_dir" : { "title" : "wind_dir", "type" : "string", "description" : "风向描述" }, "wind_angle" : { "title" : "wind_angle", "type" : "number", "description" : "风向角度,0表示正北风,180表示正南风" }, "rh" : { "title" : "rh", "type" : "number", "description" : "相对湿度,单位%" }, "prec" : { "title" : "prec", "type" : "number", "description" : "降水量,单位毫米(mm)" }, "pressure" : { "title" : "pressure", "type" : "number", "description" : "气压,单位百帕(hPa)" }, "clouds" : { "title" : "clouds", "type" : "number", "description" : "云量,单位%" }, "feels_like" : { "title" : "feels_like", "type" : "number", "description" : "体感温度,单位℃" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "预报时次(当地时间)" } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间(北京时间)" } } } } } } } } }, "x-description" : "支持全国以及全球多个城市的天气查询,包含国内3400+个城市以及国际4万个城市的实况数据,同时也支持全球任意经纬度查询,接口会返回该经纬度最近的站点信息;更新频率分钟级别。", "x-logo" : "https://data-apibee.apispace.com/license/168180240627935c1a0d2-b92b-483e-a517-639c2677a9a2", "x-projectName" : "天气预报查询", "x-gatewayUri" : "https://eolink.o.apispace.com/456456", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9961, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\", //城市ID\r\n \"name\": \"北京\", \t\t //城市中文名\r\n \"country\": \"中国\", \t\t //所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"hourly_fcsts\": [\r\n {\r\n \"text\": \"晴\",\t\t//天气现象\r\n \"code\": \"00\",\t\t//天气现象代码\r\n \"temp_fc\": 5,\t\t//气温,单位℃\r\n \"wind_class\": \"<3级\",\t//风级\r\n \"wind_speed\": 3.0,\t//风速,单位m/s\r\n \"wind_dir\": \"西北风\",\t//风向描述\r\n \"wind_angle\": 300,\t//风向角度,0表示正北风,180表示正南风\r\n \"rh\": 60,\t\t//相对湿度,单位%\r\n \"prec\": 0.0,\t\t//降水量,单位毫米(mm)\r\n \"pressure\": 998,\t//气压,单位百帕(hPa)\r\n \"clouds\": 0,\t\t//云量,单位%\r\n \"feels_like\": 5,\t\t//体感温度,单位℃\r\n \"data_time\": \"2020-03-03 10:00:00\"\t//预报时次(当地时间)\r\n },\r\n\t ……\t\t\t\t//其它时次预报信息\r\n ],\r\n \"last_update\": \"2020-03-02 08:00:00\"\t//数据更新时间(北京时间)\r\n }\r\n}", "api_id" : 119782 } ] } }, "/weather/v001/now" : { "description" : "智能天气实况", "get" : { "summary" : "智能天气实况", "description" : "智能天气实况", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "last_update", "realtime" ], "type" : "object", "properties" : { "location" : { "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "realtime" : { "required" : [ "brief", "clouds", "code", "detail", "dew", "feels_like", "prec", "prec_time", "pressure", "rh", "snow", "temp", "text", "uv", "vis", "weight", "wind_angle", "wind_class", "wind_dir", "wind_speed" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "天气现象" }, "code" : { "title" : "code", "type" : "string", "description" : "天气现象编码(天气现象编码表可在介绍页的相关附件中查看)" }, "temp" : { "title" : "temp", "type" : "number", "description" : "气温,单位℃" }, "feels_like" : { "title" : "feels_like", "type" : "number", "description" : "体感温度,单位℃" }, "rh" : { "title" : "rh", "type" : "number", "description" : "相对湿度,单位%" }, "wind_class" : { "title" : "wind_class", "type" : "string", "description" : "蒲福氏风级" }, "wind_speed" : { "title" : "wind_speed", "type" : "number", "description" : "风速,单位m/s" }, "wind_dir" : { "title" : "wind_dir", "type" : "string", "description" : "风向" }, "wind_angle" : { "title" : "wind_angle", "type" : "number", "description" : "风向角度,0表示正北,180表示正南" }, "prec" : { "title" : "prec", "type" : "number", "description" : "过去1小时降水量,单位毫米(mm)" }, "clouds" : { "title" : "clouds", "type" : "number", "description" : "云量,单位%" }, "vis" : { "title" : "vis", "type" : "number", "description" : "能见度,单位米(m)" }, "pressure" : { "title" : "pressure", "type" : "number", "description" : "气压,单位百帕(hPa)" }, "dew" : { "title" : "dew", "type" : "number", "description" : "露点温度,单位℃" }, "uv" : { "title" : "uv", "type" : "number", "description" : "紫外线指数" }, "snow" : { "title" : "snow", "type" : "number", "description" : "降雪量,单位厘米(cm) #国内城市不支持#" }, "weight" : { "title" : "weight", "type" : "number", "description" : "文案权重" }, "brief" : { "title" : "brief", "type" : "string", "description" : "天气短文案" }, "detail" : { "title" : "detail", "type" : "string", "description" : "天气长文案" }, "prec_time" : { "title" : "prec_time", "type" : "string", "description" : "过去一小时降水量对应的时间段" } } }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "数据更新时间(北京时间)" } } } } } } } } }, "x-description" : "支持全国以及全球多个城市的天气查询,包含国内3400+个城市以及国际4万个城市的实况数据,同时也支持全球任意经纬度查询,接口会返回该经纬度最近的站点信息;更新频率分钟级别。", "x-logo" : "https://data-apibee.apispace.com/license/168180240627935c1a0d2-b92b-483e-a517-639c2677a9a2", "x-projectName" : "天气预报查询", "x-gatewayUri" : "https://eolink.o.apispace.com/456456", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9962, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"status\": 0,\n \"result\": {\n \"location\": {\n \"areacode\": \"JPN10041001001\", //城市ID\n \"name\": \"足立区\", //城市中文名\n \"country\": \"日本\", //所属国家中文名\n \"path\": \"足立区,足立区,东京都,日本\" //行政区划路径\n },\n \"realtime\": {\n \"text\": \"多云\", //天气现象,string类型\n \"code\": \"01\", //天气现象编码,string类型\n \"temp\": 6.5, //气温,单位℃,double类型\n \"feels_like\": 6, //体感温度,单位℃,int类型\n \"rh\": 38, //相对湿度,单位%,int类型\n \"wind_class\": \"2级\", //蒲福氏风级,string类型\n \"wind_speed\": 2.5, //风速,单位m/s,double类型\n \"wind_dir\": \"南风\", //风向,string类型\n \"wind_angle\": 187, //风向角度,0表示正北,180表示正南,int类型\n \"prec\": 0.0, //过去1小时降水量,单位毫米(mm),double类型\n \"prec_time\": \"2021-03-05 18:00:00\", //过去1小时降水量所对应的时间段\n \"clouds\": 99, //云量,单位%,int类型\n \"vis\": 12085, //能见度,单位米(m),int类型\n \"pressure\": 1020, //气压,单位百帕(hPa),int类型\n \"dew\": -6, //露点温度,单位℃,int类型\n \"uv\": 2, //紫外线指数,int类型\n \"snow\": 0.0, //降雪量,单位厘米(cm),double类型 #国内城市不支持#\n \"weight\": 0, //文案权重,int类型\n \"brief\": \"今日惊蛰\", //天气短文案,string类型\n \"detail\": \"今日惊蛰,春雷惊百虫\", //天气长文案 ,string类型\n },\n \"last_update\": \"2021-03-05 19:07:44\" //数据更新时间(北京时间)\n }\n}", "api_id" : 119783 } ] } }, "/lives_geo/v001/calendar" : { "description" : "万年历", "get" : { "summary" : "万年历", "description" : "万年历", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result" ], "type" : "object", "properties" : { "result" : { "required" : [ "date", "festival", "fitting", "ganzhiDay", "ganzhiMonth", "ganzhiYear", "lunar", "lunarYear", "moreDetail", "nextSt", "nextstDays", "solarTerm", "stDays", "taboo" ], "type" : "object", "properties" : { "date" : { "title" : "date", "type" : "string", "description" : "日期" }, "lunar" : { "title" : "lunar", "type" : "string", "description" : "农历日期" }, "lunarYear" : { "title" : "lunarYear", "type" : "string", "description" : "农历年" }, "ganzhiYear" : { "title" : "ganzhiYear", "type" : "string", "description" : "干支年" }, "ganzhiMonth" : { "title" : "ganzhiMonth", "type" : "string", "description" : "干支月" }, "ganzhiDay" : { "title" : "ganzhiDay", "type" : "string", "description" : "干支日" }, "festival" : { "title" : "festival", "type" : "array", "description" : "节日或纪念日", "items" : { "type" : "string" } }, "fitting" : { "title" : "fitting", "type" : "string", "description" : "宜" }, "taboo" : { "title" : "taboo", "type" : "string", "description" : "忌" }, "solarTerm" : { "title" : "solarTerm", "type" : "string", "description" : "节气" }, "stDays" : { "title" : "stDays", "type" : "number", "description" : "节气第N天" }, "nextSt" : { "title" : "nextSt", "type" : "string", "description" : "下一个节气" }, "nextstDays" : { "title" : "nextstDays", "type" : "number", "description" : "距离下一个节气还有N天" }, "moreDetail" : { "required" : [ "chong", "constellation", "elementDay", "elementMonth", "elementYear", "foetus", "obsidian", "pzTaboo", "sha", "star", "twelveGods", "zodiac" ], "type" : "object", "properties" : { "zodiac" : { "title" : "zodiac", "type" : "string", "description" : "生肖" }, "constellation" : { "title" : "constellation", "type" : "string", "description" : "星座" }, "pzTaboo" : { "title" : "pzTaboo", "type" : "string", "description" : "彭祖百忌" }, "foetus" : { "title" : "foetus", "type" : "string", "description" : "胎神占方" }, "elementYear" : { "title" : "elementYear", "type" : "string", "description" : "年五行" }, "elementMonth" : { "title" : "elementMonth", "type" : "string", "description" : "月五行" }, "elementDay" : { "title" : "elementDay", "type" : "string", "description" : "日五行" }, "star" : { "title" : "star", "type" : "string", "description" : "星宿" }, "chong" : { "title" : "chong", "type" : "string", "description" : "冲" }, "sha" : { "title" : "sha", "type" : "string", "description" : "煞" }, "obsidian" : { "title" : "obsidian", "type" : "string", "description" : "六曜" }, "twelveGods" : { "title" : "twelveGods", "type" : "string", "description" : "十二神" } } } } } } } } } } }, "x-description" : "获取公历日期对应的农历、农历节日节气、天干地支纪年纪月纪日、生肖属相、宜忌、星座等信息。支持查询未来15天。", "x-logo" : "https://data-apibee.apispace.com/license/1681801512129ac54bcf3-f90d-4a91-9f90-8c05a0246f4a", "x-projectName" : "万年历", "x-gatewayUri" : "https://eolink.o.apispace.com/453456", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9963, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"result\": [\r\n\t{\r\n\t\t\"date\": \"2020-07-01\",\t//日期\r\n\t\t\"lunar\": \"五月十一\",\t//农历日期\r\n\t\t\"lunarYear\": \"鼠年\", //农历年\r\n\t\t\"ganzhiYear\": \"庚子年\",\t//干支年\r\n\t\t\"ganzhiMonth\": \"壬午月\",//干支月\r\n\t\t\"ganzhiDay\": \"乙巳日\",\t//干支月\r\n\t\t\"festival\": [\t\t//节日或纪念日\r\n\t\t\t\"建党节\",\r\n\t\t\t\"香港回归纪念日\"\r\n\t\t],\r\n\t\t\"fitting\": \"求嗣,嫁娶\",\t//宜\r\n\t\t\"taboo\": \"安葬,出行\",\t//忌\r\n\t\t\"solarTerm\": \"夏至\",\t//节气\r\n\t\t\"stDays\": 11,\t\t//节气第N天\r\n\t\t\"nextSt\": \"小暑\",\t//下一个节气\r\n\t\t\"nextstDays\": 5,\t//距离下一个节气还有N天\r\n\t\t\"moreDetail\": {\t\t//更多信息,若不需要,可在请求地址中传withMoreDetail=false\r\n\t\t\t\"zodiac\": \"鼠\",\t\t\t //生肖\r\n\t\t\t\"constellation\": \"巨蟹座\",\t//星座\r\n\t\t\t\"pzTaboo\": \"乙不栽植千株不长\",\t//彭祖百忌\r\n\t\t\t\"foetus\": \"碓磨床房内东\",\t //胎神占方\r\n\t\t\t\"elementYear\": \"壁上土\",\t //年五行\r\n\t\t\t\"elementMonth\": \"杨柳木\",\t //月五行\r\n\t\t\t\"elementDay\": \"覆灯火\",\t //日五行\r\n\t\t\t\"star\": \"氐宿(氐土貉)\",\t //星宿\r\n\t\t\t\"chong\": \"猪 (己亥)\",\t //冲\r\n\t\t\t\"sha\": \"东\",\t\t //煞\r\n\t\t\t\"obsidian\": \"先负\",\t\t //六曜\r\n\t\t\t\"twelveGods\": \"闭执位\"\t //十二神\r\n\t\t}\r\n\t},\r\n\t……\t//其他日期万年历信息\r\n ]\r\n}", "api_id" : 119784 } ] } }, "/log_subscribe" : { "description" : "国内物流订阅与推送", "post" : { "summary" : "国内物流订阅与推送", "description" : "国内物流订阅与推送", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "callBackUrl", "cpCode", "mailNo" ], "type" : "object", "properties" : { "cpCode" : { "title" : "cpCode", "type" : "string", "description" : "快递公司编码 例如圆通:YTO,详见介绍页的《快递公司编码对照表》" }, "mailNo" : { "title" : "mailNo", "type" : "string", "description" : "快递运单号" }, "phone" : { "title" : "phone", "type" : "string", "description" : "顺丰速运/丰网速运需要传入收/寄件人手机号或后四位手机号(推荐使用寄件人) 注意:若参数为空则不传该参数,否则会导致签名错误,请求失败" }, "callBackUrl" : { "title" : "callBackUrl", "type" : "string", "description" : "回调地址,以https/http协议开头,长度不能大于200" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "success", "traceId" ], "type" : "object", "properties" : { "success" : { "title" : "success", "type" : "boolean", "description" : "订阅是否成功,true代表订阅成功" }, "traceId" : { "title" : "traceId", "type" : "string", "description" : "日志ID" } } } } } } }, "x-description" : "【物流订阅与推送、H5物流轨迹、单号识别】支持单号的订阅与推送,订阅国内物流信息,当信息有变化时,推送到您的回调地址。地图轨迹支持在地图中展示包裹运输轨迹。包括顺丰、圆通、申通等主流快递公司。自动识别快递公司及单号,识别单号不收费,订阅后的推送消息不扣费", "x-logo" : "https://data-apibee.apispace.com/license/16818017566908bdce173-56f9-4483-97aa-9b377d8fcbf8", "x-projectName" : "快递物流订阅与推送(含物流轨迹)", "x-gatewayUri" : "https://eolink.o.apispace.com/wldtgj1", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10750, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\r\n \"success\":true,\r\n \"traceId\":\"3365080132969010\"\r\n}", "api_id" : 120005 } ] } }, "/paidtobuy_api/trace_map" : { "description" : "物流轨迹地图获取", "post" : { "summary" : "物流轨迹地图获取", "description" : "物流轨迹地图获取", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "cpCode", "destination", "mailNo", "origin", "phone", "receiveAddress" ], "type" : "object", "properties" : { "cpCode" : { "title" : "cpCode", "type" : "string", "description" : "快递编码 例如圆通:YTO(快递公司编码表可查看介绍页的相关附件)" }, "mailNo" : { "title" : "mailNo", "type" : "string", "description" : "快递运单号" }, "phone" : { "title" : "phone", "type" : "string", "description" : "收件人或寄件人手机号" }, "origin" : { "title" : "origin", "type" : "string", "description" : "出发地-省市区" }, "destination" : { "title" : "destination", "type" : "string", "description" : "目的地-省市区" }, "receiveAddress" : { "title" : "receiveAddress", "type" : "string", "description" : "收件详细地址" }, "responseModel" : { "title" : "responseModel", "type" : "string", "description" : "返回类型,物流轨迹地图数据:JSON(暂未开放)物流轨迹地图PC链接:PC(暂未开放)物流轨迹地图H5链接:H5。注意:若参数为空则不传该参数,否则会导致签名错误,请求失败" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "success", "traceId", "traceMapR" ], "type" : "object", "properties" : { "traceMapR" : { "title" : "traceMapR", "type" : "string", "description" : "response Model为PC或H5返回的物流轨迹地图链接" }, "success" : { "title" : "success", "type" : "boolean", "description" : "返回成功" }, "traceId" : { "title" : "traceId", "type" : "string", "description" : "请求唯一标识" } } } } } } }, "x-description" : "【物流订阅与推送、H5物流轨迹、单号识别】支持单号的订阅与推送,订阅国内物流信息,当信息有变化时,推送到您的回调地址。地图轨迹支持在地图中展示包裹运输轨迹。包括顺丰、圆通、申通等主流快递公司。自动识别快递公司及单号,识别单号不收费,订阅后的推送消息不扣费", "x-logo" : "https://data-apibee.apispace.com/license/16818017566908bdce173-56f9-4483-97aa-9b377d8fcbf8", "x-projectName" : "快递物流订阅与推送(含物流轨迹)", "x-gatewayUri" : "https://eolink.o.apispace.com/wldtgj1", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9975, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"traceMapR\":\"https://open.kdzs.com/toolRes/amap?trackMapCode=c03241dc62cd8a2883f743dcbd5319d8\",\n \"success\":true,\n \"traceId\":\"3365078218826466\"\n}", "api_id" : 119796 } ] } }, "/paidtobuy_api/mail_discern" : { "description" : "智能识别电子面单号 [查询不扣费]", "post" : { "summary" : "智能识别电子面单号 [查询不扣费]", "description" : "智能识别电子面单号 [查询不扣费]", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "mailNo" ], "type" : "object", "properties" : { "mailNo" : { "title" : "mailNo", "type" : "string", "description" : "快递运单号 单号为00000000返回所有快递公司" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "expressCompanyList", "success", "traceId" ], "type" : "object", "properties" : { "expressCompanyList" : { "required" : [ "companyName", "cpCode" ], "type" : "object", "properties" : { "companyName" : { "title" : "companyName", "type" : "string", "description" : "快递公司名称" }, "cpCode" : { "title" : "cpCode", "type" : "string", "description" : "快递公司编码" } } }, "success" : { "title" : "success", "type" : "boolean", "description" : "返回成功" }, "traceId" : { "title" : "traceId", "type" : "string", "description" : "请求唯一标识" } } } } } } }, "x-description" : "1.提供包括申通、顺丰、圆通、韵达、中通、汇通等100+快递公司在内的快递物流单号查询。2.与官网实时同步更新。3.根据单号自动识别快递公司,识别单号不收费。", "x-logo" : "https://data-apibee.apispace.com/license/1681801772242b97c1192-35d0-4a66-803f-6dafb44260a9", "x-projectName" : "全国快递物流查询", "x-gatewayUri" : "https://eolink.o.apispace.com/wlgj1", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9980, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"expressCompanyList\":[\n {\n \"companyName\":\"圆通快递\",\n \"cpCode\":\"YTO\"\n }\n ],\n \"success\":true,\n \"traceId\":\"3365078218826458\"\n}", "api_id" : 119801 } ] } }, "/paidtobuy_api/trace_batch_search" : { "description" : "快递批量实时查询", "post" : { "summary" : "快递批量实时查询", "description" : "快递批量实时查询", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "data" ], "type" : "object", "properties" : { "data" : { "required" : [ "cpCode", "mailNo" ], "type" : "object", "properties" : { "cpCode" : { "title" : "cpCode", "type" : "string", "description" : "快递公司编码 例如圆通:YTO(快递公司编码表可查看介绍页的相关附件)" }, "mailNo" : { "title" : "mailNo", "type" : "string", "description" : "快递运单号" }, "tel" : { "title" : "tel", "type" : "string", "description" : "顺丰速运/丰网速运需传入收件人或寄件人手机号或手机号后四位。 注意:若参数为空则不传该参数,否则会导致签名错误,请求失败" } } } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "success", "traceId" ], "type" : "object", "properties" : { "traceId" : { "title" : "traceId", "type" : "string", "description" : "请求唯一标识" }, "success" : { "title" : "success", "type" : "string", "description" : "返回成功" }, "data" : { "required" : [ "courier", "courierPhone", "cpCode", "cpMobile", "cpUrl", "logisticsCompanyName", "logisticsStatus", "logisticsStatusDesc", "logisticsTraceDetailList", "mailNo", "takeTime", "theLastMessage", "theLastTime" ], "type" : "object", "properties" : { "cpCode" : { "title" : "cpCode", "type" : "string", "description" : "快递公司编码" }, "mailNo" : { "title" : "mailNo", "type" : "string", "description" : "快递单号" }, "theLastTime" : { "title" : "theLastTime", "type" : "string", "description" : "运单号物流流转当前最新变更时间" }, "theLastMessage" : { "title" : "theLastMessage", "type" : "string", "description" : "运单号物流流转当前最新描述" }, "logisticsCompanyName" : { "title" : "logisticsCompanyName", "type" : "string", "description" : "快递公司名称" }, "courier" : { "title" : "courier", "type" : "string", "description" : "快递员" }, "takeTime" : { "title" : "takeTime", "type" : "string", "description" : "从揽收到送达所耗时间" }, "logisticsStatusDesc" : { "title" : "logisticsStatusDesc", "type" : "string", "description" : "运单号当前物流状态文字描述" }, "courierPhone" : { "title" : "courierPhone", "type" : "string", "description" : "快递员联系方式" }, "logisticsStatus" : { "title" : "logisticsStatus", "type" : "string", "description" : "物流流转状态(详见介绍页的相关附件中的 物流状态编码对照表)" }, "cpMobile" : { "title" : "cpMobile", "type" : "string", "description" : "快递公司电话" }, "cpUrl" : { "title" : "cpUrl", "type" : "string", "description" : "快递公司官网" }, "logisticsTraceDetailList" : { "required" : [ "desc", "logisticsStatus", "subLogisticsStatus", "time" ], "type" : "object", "properties" : { "areaCode" : { "title" : "areaCode", "type" : "string", "description" : "当前节点所在地址行政编码" }, "areaName" : { "title" : "areaName", "type" : "string", "description" : "当前节点所在地区,省,市,区或省,市" }, "subLogisticsStatus" : { "title" : "subLogisticsStatus", "type" : "string", "description" : "物流流转子状态" }, "time" : { "title" : "time", "type" : "number", "description" : "时间,单位毫秒" }, "logisticsStatus" : { "title" : "logisticsStatus", "type" : "string", "description" : "物流流转状态" }, "desc" : { "title" : "desc", "type" : "string", "description" : "物流流转描述" } } } } } } } } } } }, "x-description" : "1.提供包括申通、顺丰、圆通、韵达、中通、汇通等100+快递公司在内的快递物流单号查询。2.与官网实时同步更新。3.根据单号自动识别快递公司,识别单号不收费。", "x-logo" : "https://data-apibee.apispace.com/license/1681801772242b97c1192-35d0-4a66-803f-6dafb44260a9", "x-projectName" : "全国快递物流查询", "x-gatewayUri" : "https://eolink.o.apispace.com/wlgj1", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9978, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"traceId\":\"932746580671024026\",\n \"data\":[\n {\n \"cpCode\":\"DBKD\",\n \"mailNo\":\"DPK366013054101\",\n \"theLastTime\":\"2021-11-05 18:57:34\",\n \"theLastMessage\":\"已签收,签收人类型:本人\",\n \"logisticsCompanyName\":\"德邦快递\",\n \"courier\":\"彭瑞元\",\n \"takeTime\":\"4天1小时56分\",\n \"logisticsStatusDesc\":\"已签收\",\n \"courierPhone\":\"16626323347\",\n \"logisticsStatus\":\"SIGN\",\n \"cpMobile\":\"95353\",\n \"cpUrl\":\"http://www.deppon.com\",\n \"logisticsTraceDetailList\":[\n {\n \"areaCode\":\"CN131081000000\",\n \"areaName\":\"河北省,廊坊市,霸州市\",\n \"subLogisticsStatus\":\"ACCEPT\",\n \"time\":1635757268000,\n \"logisticsStatus\":\"ACCEPT\",\n \"desc\":\"您的订单已被收件员揽收,【廊坊霸州市煎茶铺镇营业部】库存中\"\n },\n {\n \"areaCode\":\"CN131081000000\",\n \"areaName\":\"河北省,廊坊市,霸州市\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635769013000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【廊坊霸州市煎茶铺镇营业部】,下一部门【西青转运场装卸车一部】\"\n },\n {\n \"areaCode\":\"CN131081000000\",\n \"areaName\":\"河北省,廊坊市,霸州市\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635770139000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【廊坊霸州市煎茶铺镇营业部】,下一部门【西青转运场装卸车一部】\"\n },\n {\n \"areaCode\":\"CN131081000000\",\n \"areaName\":\"河北省,廊坊市,霸州市\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635770140000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【廊坊霸州市煎茶铺镇营业部】,下一部门【西青转运场装卸车一部】\"\n },\n {\n \"areaCode\":\"CN120111000000\",\n \"areaName\":\"天津,天津市,西青区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635774298000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达西青转运场装卸车一部\"\n },\n {\n \"areaCode\":\"CN120111000000\",\n \"areaName\":\"天津,天津市,西青区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635796203000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【西青转运场装卸车一部】,下一部门【顺德枢纽中心】\"\n },\n {\n \"areaCode\":\"CN120111000000\",\n \"areaName\":\"天津,天津市,西青区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635796300000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【西青转运场装卸车一部】,下一部门【顺德枢纽中心】\"\n },\n {\n \"areaCode\":\"CN440606000000\",\n \"areaName\":\"广东省,佛山市,顺德区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635910458000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达顺德枢纽中心\"\n },\n {\n \"areaCode\":\"CN440606000000\",\n \"areaName\":\"广东省,佛山市,顺德区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636051232000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【顺德枢纽中心】,下一部门【深圳龙华集配站】\"\n },\n {\n \"areaCode\":\"CN440606000000\",\n \"areaName\":\"广东省,佛山市,顺德区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636051919000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【顺德枢纽中心】,下一部门【深圳龙华集配站】\"\n },\n {\n \"areaCode\":\"CN440309000000\",\n \"areaName\":\"广东省,深圳市,龙华区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636059242000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达深圳龙华集配站\"\n },\n {\n \"areaCode\":\"CN440309000000\",\n \"areaName\":\"广东省,深圳市,龙华区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636082553000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【深圳龙华集配站】,下一部门【深圳罗湖区老街经营分部】\"\n },\n {\n \"areaCode\":\"CN440309000000\",\n \"areaName\":\"广东省,深圳市,龙华区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636082609000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【深圳龙华集配站】,下一部门【深圳罗湖区老街经营分部】\"\n },\n {\n \"areaCode\":\"CN440303000000\",\n \"areaName\":\"广东省,深圳市,罗湖区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636085468000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达深圳罗湖区老街经营分部,部门电话:0755-33114117\"\n },\n {\n \"areaCode\":\"CN440303000000\",\n \"areaName\":\"广东省,深圳市,罗湖区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636087098000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达深圳罗湖区老街经营分部,部门电话:0755-33114117\"\n },\n {\n \"areaCode\":\"CN440300000000\",\n \"areaName\":\"广东省,深圳市\",\n \"courier\":\"彭瑞元\",\n \"subLogisticsStatus\":\"DELIVERING\",\n \"courierPhone\":\"16626323347\",\n \"time\":1636098210000,\n \"logisticsStatus\":\"DELIVERING\",\n \"desc\":\"派送中,德邦已开启”安全呼叫“,保护您的电话隐私,小哥今日体温正常,将佩戴口罩为您配送,也可联系小哥将包裹放置指定地点,祝您身体健康。,派送人:彭瑞元,电话:16626323347\"\n },\n {\n \"areaCode\":\"CN440300000000\",\n \"areaName\":\"广东省,深圳市\",\n \"subLogisticsStatus\":\"SIGN\",\n \"time\":1636109854000,\n \"logisticsStatus\":\"SIGN\",\n \"desc\":\"已签收,签收人类型:本人\"\n }\n ]\n }\n ],\n \"success\":true\n}", "api_id" : 119799 } ] } }, "/paidtobuy_api/trace_search" : { "description" : "实时快递查询", "post" : { "summary" : "实时快递查询", "description" : "实时快递查询", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "cpCode", "mailNo" ], "type" : "object", "properties" : { "cpCode" : { "title" : "cpCode", "type" : "string", "description" : "快递公司编码 例如圆通:YTO(快递公司编码表可查看介绍页的相关附件)" }, "mailNo" : { "title" : "mailNo", "type" : "string", "description" : "快递运单号" }, "tel" : { "title" : "tel", "type" : "string", "description" : "顺丰速运/丰网速运需传入收件人或寄件人手机号或手机号后四位(推荐使用寄件人)。 注意:若参数为空则不传该参数,否则会导致签名错误,请求失败" }, "orderType" : { "title" : "orderType", "type" : "string", "description" : "子节点时间排序 desc倒序 asc升序。 注意:若参数为空则不传该参数,否则会导致签名错误,请求失败" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "logisticsTrace", "success", "traceId" ], "type" : "object", "properties" : { "traceId" : { "title" : "traceId", "type" : "string", "description" : "请求唯一标识" }, "success" : { "title" : "success", "type" : "boolean", "description" : "是否成功" }, "msg" : { "title" : "msg", "type" : "string", "description" : "错误码描述。success=false 返回" }, "code" : { "title" : "code", "type" : "string", "description" : "错误码。success=false 返回" }, "logisticsTrace" : { "required" : [ "courier", "courierPhone", "cpCode", "cpMobile", "cpUrl", "logisticsCompanyName", "logisticsStatus", "logisticsStatusDesc", "logisticsTraceDetailList", "mailNo", "takeTime", "theLastMessage", "theLastTime" ], "type" : "object", "properties" : { "cpCode" : { "title" : "cpCode", "type" : "string", "description" : "快递公司编码" }, "mailNo" : { "title" : "mailNo", "type" : "string", "description" : "快递单号" }, "theLastTime" : { "title" : "theLastTime", "type" : "string", "description" : "运单号物流流转当前最新变更时间" }, "theLastMessage" : { "title" : "theLastMessage", "type" : "string", "description" : "运单号物流流转当前最新描述" }, "logisticsCompanyName" : { "title" : "logisticsCompanyName", "type" : "string", "description" : "快递公司名称" }, "courier" : { "title" : "courier", "type" : "string", "description" : "快递员" }, "takeTime" : { "title" : "takeTime", "type" : "string", "description" : "从揽收到送达所耗时间" }, "logisticsStatusDesc" : { "title" : "logisticsStatusDesc", "type" : "string", "description" : "运单号当前物流状态文字描述" }, "courierPhone" : { "title" : "courierPhone", "type" : "string", "description" : "快递员联系方式" }, "logisticsStatus" : { "title" : "logisticsStatus", "type" : "string", "description" : "物流流转状态(详见介绍页的相关附件中的 物流状态编码对照表)" }, "cpMobile" : { "title" : "cpMobile", "type" : "string", "description" : "快递公司电话" }, "cpUrl" : { "title" : "cpUrl", "type" : "string", "description" : "快递公司官网" }, "logisticsTraceDetailList" : { "required" : [ "desc", "logisticsStatus", "subLogisticsStatus", "time" ], "type" : "object", "properties" : { "areaCode" : { "title" : "areaCode", "type" : "string", "description" : "当前节点所在地址行政编码" }, "areaName" : { "title" : "areaName", "type" : "string", "description" : "当前节点所在地区,省,市,区或省,市" }, "subLogisticsStatus" : { "title" : "subLogisticsStatus", "type" : "string", "description" : "物流流转子状态,详见介绍中的 物流状态编码对照表" }, "time" : { "title" : "time", "type" : "number", "description" : "时间,单位毫秒" }, "logisticsStatus" : { "title" : "logisticsStatus", "type" : "string", "description" : "物流流转状态,详见介绍中的 物流状态编码对照表" }, "desc" : { "title" : "desc", "type" : "string", "description" : "物流流转描述" } } } } } } } } } } }, "x-description" : "1.提供包括申通、顺丰、圆通、韵达、中通、汇通等100+快递公司在内的快递物流单号查询。2.与官网实时同步更新。3.根据单号自动识别快递公司,识别单号不收费。", "x-logo" : "https://data-apibee.apispace.com/license/1681801772242b97c1192-35d0-4a66-803f-6dafb44260a9", "x-projectName" : "全国快递物流查询", "x-gatewayUri" : "https://eolink.o.apispace.com/wlgj1", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9979, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"traceId\":\"932737509700083170\",\n \"success\":true,\n \"logisticsTrace\":{\n \"cpCode\":\"DBKD\",\n \"mailNo\":\"DPK366013054101\",\n \"theLastTime\":\"2021-11-05 18:57:34\",\n \"theLastMessage\":\"已签收,签收人类型:本人\",\n \"logisticsCompanyName\":\"德邦快递\",\n \"courier\":\"彭瑞元\",\n \"takeTime\":\"4天1小时56分\",\n \"logisticsStatusDesc\":\"已签收\",\n \"courierPhone\":\"16626323347\",\n \"logisticsStatus\":\"SIGN\",\n \"cpMobile\":\"95353\",\n \"cpUrl\":\"http://www.deppon.com\",\n \"logisticsTraceDetailList\":[\n {\n \"areaCode\":\"CN131081000000\",\n \"areaName\":\"河北省,廊坊市,霸州市\",\n \"subLogisticsStatus\":\"ACCEPT\",\n \"time\":1635757268000,\n \"logisticsStatus\":\"ACCEPT\",\n \"desc\":\"您的订单已被收件员揽收,【廊坊霸州市煎茶铺镇营业部】库存中\"\n },\n {\n \"areaCode\":\"CN131081000000\",\n \"areaName\":\"河北省,廊坊市,霸州市\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635769013000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【廊坊霸州市煎茶铺镇营业部】,下一部门【西青转运场装卸车一部】\"\n },\n {\n \"areaCode\":\"CN131081000000\",\n \"areaName\":\"河北省,廊坊市,霸州市\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635770139000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【廊坊霸州市煎茶铺镇营业部】,下一部门【西青转运场装卸车一部】\"\n },\n {\n \"areaCode\":\"CN131081000000\",\n \"areaName\":\"河北省,廊坊市,霸州市\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635770140000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【廊坊霸州市煎茶铺镇营业部】,下一部门【西青转运场装卸车一部】\"\n },\n {\n \"areaCode\":\"CN120111000000\",\n \"areaName\":\"天津,天津市,西青区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635774298000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达西青转运场装卸车一部\"\n },\n {\n \"areaCode\":\"CN120111000000\",\n \"areaName\":\"天津,天津市,西青区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635796203000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【西青转运场装卸车一部】,下一部门【顺德枢纽中心】\"\n },\n {\n \"areaCode\":\"CN120111000000\",\n \"areaName\":\"天津,天津市,西青区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635796300000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【西青转运场装卸车一部】,下一部门【顺德枢纽中心】\"\n },\n {\n \"areaCode\":\"CN440606000000\",\n \"areaName\":\"广东省,佛山市,顺德区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1635910458000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达顺德枢纽中心\"\n },\n {\n \"areaCode\":\"CN440606000000\",\n \"areaName\":\"广东省,佛山市,顺德区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636051232000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【顺德枢纽中心】,下一部门【深圳龙华集配站】\"\n },\n {\n \"areaCode\":\"CN440606000000\",\n \"areaName\":\"广东省,佛山市,顺德区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636051919000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【顺德枢纽中心】,下一部门【深圳龙华集配站】\"\n },\n {\n \"areaCode\":\"CN440309000000\",\n \"areaName\":\"广东省,深圳市,龙华区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636059242000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达深圳龙华集配站\"\n },\n {\n \"areaCode\":\"CN440309000000\",\n \"areaName\":\"广东省,深圳市,龙华区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636082553000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【深圳龙华集配站】,下一部门【深圳罗湖区老街经营分部】\"\n },\n {\n \"areaCode\":\"CN440309000000\",\n \"areaName\":\"广东省,深圳市,龙华区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636082609000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,离开【深圳龙华集配站】,下一部门【深圳罗湖区老街经营分部】\"\n },\n {\n \"areaCode\":\"CN440303000000\",\n \"areaName\":\"广东省,深圳市,罗湖区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636085468000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达深圳罗湖区老街经营分部,部门电话:0755-33114117\"\n },\n {\n \"areaCode\":\"CN440303000000\",\n \"areaName\":\"广东省,深圳市,罗湖区\",\n \"subLogisticsStatus\":\"ON_THE_WAY\",\n \"time\":1636087098000,\n \"logisticsStatus\":\"TRANSPORT\",\n \"desc\":\"运输中,到达深圳罗湖区老街经营分部,部门电话:0755-33114117\"\n },\n {\n \"areaCode\":\"CN440300000000\",\n \"areaName\":\"广东省,深圳市\",\n \"subLogisticsStatus\":\"DELIVERING\",\n \"time\":1636098210000,\n \"logisticsStatus\":\"DELIVERING\",\n \"desc\":\"派送中,德邦已开启”安全呼叫“,保护您的电话隐私,小哥今日体温正常,将佩戴口罩为您配送,也可联系小哥将包裹放置指定地点,祝您身体健康。,派送人:彭瑞元,电话:16626323347\"\n },\n {\n \"areaCode\":\"CN440300000000\",\n \"areaName\":\"广东省,深圳市\",\n \"subLogisticsStatus\":\"SIGN\",\n \"time\":1636109854000,\n \"logisticsStatus\":\"SIGN\",\n \"desc\":\"已签收,签收人类型:本人\"\n }\n ]\n }\n}", "api_id" : 119800 } ] } }, "/common/dream/searchDreamDetail" : { "description" : "搜索解梦详情", "post" : { "summary" : "搜索解梦详情", "description" : "搜索解梦详情", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "keyword" ], "type" : "object", "properties" : { "keyword" : { "title" : "keyword", "type" : "string", "description" : "关键字" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "周公解梦大全,周公解梦查询,免费周公解梦。", "x-logo" : "https://data-apibee.apispace.com/license/1681801065838d238afaa-2377-495b-9f9b-f1eb17ebe5e1", "x-projectName" : "周公解梦", "x-gatewayUri" : "https://eolink.o.apispace.com/zgjm", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9982, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": [{\r\n \"content\": \"\r\n 梦见猫产仔, 吉兆, 会有好运气。\r\n\r\n 求职者梦见猫生小猫, 求职运势一般, 合适的机会较少, 观望的时候较多, 会理性地调整自己的求职方向。\r\n\r\n 投资人梦见猫生小猫, 说明您的财运一般, 波动较大, 得失参半。 正财方面想要收获需要付出更多的汗水与精力。 投资有机会, 但不必急着收获, 一些长远性的投资对你更有利。 生活中你有点大手大脚, 要注意少带钱财出门。\r\n\r\n 梦见猫生小猫, 会有小状况发生, 要心平气和的去处理问题。\r\n\r\n 未婚的人梦见猫生小猫, 则恋情起伏不定。 虽然桃花盛开, 但是要小心分辨好桃花和烂桃花, 已婚的尤其要小心染上绯闻。 您往往会被情绪化或有个性的异性吸引。\r\n\r\n 女人梦见猫生小猫, 则表示最近做事干净利落, 不拖泥带水。\r\n\r\n 女性梦见猫生小猫, 一般是内心对于少年时期愿望的未达成抱有焦虑, 所以会做生猫的梦。\r\n\r\n 女性梦见猫生小猫时小猫死了, 则表示你当前很在意一些事情, 压力过大, 无形的影响了你。\r\n\r\n \",//内容\r\n \"title\": \"梦见猫生小猫\" //标题\r\n },\r\n {\r\n \"class\": \"\r\n 在猫和老鼠的梦境里, 猫代表着正义的力量, 老鼠代表着小人或者困难, 猫捉住老鼠表明你将得到朋友的帮助, 克服困难, 在事业或生活上取得成功。\r\n\r\n 梦见猫在抓老鼠, 表示你有可能会遇上小偷。 外出时要特别小心扒手和抢劫, 自行车也不要忘了上锁。 另外要特别注意友情, 只要互相帮助, 大家组织一些活动, 日子就能过得很快活。\r\n\r\n 梦见抓老鼠, 表示会交上不诚实的朋友。\r\n\r\n 梦见猫捉老鼠, 表示能赚进大笔钱财。\r\n\r\n 外出的人梦见猫捉老鼠, 可能很难回到家里了。\r\n\r\n 梦见猫捉老鼠, 是祥兆, 敌人会互相残杀, 两者俱亡。\r\n\r\n 梦见捕老鼠, 敌人已经阴谋着要暗算自己, 要做好防御的工作。\r\n\r\n 原版周公解梦\r\n\r\n 猫捉鼠, 主进大财。《 周公解梦》\r\n\r\n 猫捕鼠者, 主得财。《 周公解梦》\r\n\r\n 梦猫捕鼠。 此梦主得财, 须防子孙灾。 若有姓褚者梦此, 则为苦哀之象。《 梦林玄解》\r\n\r\n 梦猫捕鼠。 梦此主得财。 须防子媳有灾。 出行人梦之, 有不得归之叹。《 断梦秘书》\r\n\r\n \",//内容\r\n \"title\": \"梦见猫捉老鼠\" //标题\r\n }\r\n ]\r\n}", "api_id" : 119803 } ] } }, "/common/dream/getDreamTypes" : { "description" : "获取梦的类型", "get" : { "summary" : "获取梦的类型", "description" : "获取梦的类型", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "周公解梦大全,周公解梦查询,免费周公解梦。", "x-logo" : "https://data-apibee.apispace.com/license/1681801065838d238afaa-2377-495b-9f9b-f1eb17ebe5e1", "x-projectName" : "周公解梦", "x-gatewayUri" : "https://eolink.o.apispace.com/zgjm", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9983, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": [{\r\n \"class\": \"身体器官,人物称谓\", //分类\r\n \"type\": \"人物\" //类型\r\n },\r\n {\r\n \"class\": \"其它,数字形状,颜色气味,时间节日\", //分类\r\n \"type\": \"其它\" //类型\r\n }\r\n ]\r\n}", "api_id" : 119804 } ] } }, "/common/dream/queryDreamDetailByType" : { "description" : "通过类型获取解梦的详情", "post" : { "summary" : "通过类型获取解梦的详情", "description" : "通过类型获取解梦的详情", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "page", "pageSize", "type" ], "type" : "object", "properties" : { "type" : { "title" : "type", "type" : "string", "description" : "梦的类型(从获取梦的类型接口获得)" }, "page" : { "title" : "page", "type" : "string", "description" : "页码" }, "pageSize" : { "title" : "pageSize", "type" : "string", "description" : "每页条数(最多20条,默认10)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "周公解梦大全,周公解梦查询,免费周公解梦。", "x-logo" : "https://data-apibee.apispace.com/license/1681801065838d238afaa-2377-495b-9f9b-f1eb17ebe5e1", "x-projectName" : "周公解梦", "x-gatewayUri" : "https://eolink.o.apispace.com/zgjm", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9984, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": {\r\n \"itemCount\": 245,\r\n \"list\": [{\r\n \"content\": \"\r\n 梦见牙齿, 通常预示你会遇到困难, 需要努力去加以征服。\r\n\r\n 掉牙是一种常见的梦, 有好几种象征。 通常表示会有某种重要的关系会失去。 按照中国古代《 周公解梦》 的观点, 掉牙齿还有可能预示“ 家里有丧事”, 提醒你注意家中老人的身体健康, 尽量避免不发的事发生。 因此也预示你将承担更多的责任, 变得更加稳重和成熟。 如果你是个在与人交往中经常会感到压力的人, 梦见掉牙齿还有可能预示会与人发生争吵, 人际关系会遇到麻烦。 另外, 掉牙预示艰难的处境即将过去, 或是一段感情, 一种关系即结束。 最后一种可能, 这个梦仅仅表示牙齿确实有毛病, 不用担心。\r\n\r\n 梦见牙齿断掉, 表示你现在的健康状况很差, 要注意身体。\r\n\r\n 梦见嘴里的牙齿全掉了, 预示你的身份可能会发生变化。\r\n\r\n 梦见掉的牙重新长出来, 预示父母健康平安, 自己晚年安逸富贵。\r\n\r\n 梦见牙齿松动, 暗示你可能信任了不值得信任的人。\r\n\r\n 梦见牙疼, 预示你会发财, 生活富裕。\r\n\r\n 梦见补牙, 预示你会收到好消息。\r\n\r\n 梦见塞牙, 预示很有可能会和别人发生意见冲突。\r\n\r\n 梦见吞下牙齿, 预示你有可能会患大病, 或者遭遇不幸痛苦。\r\n\r\n 梦见数自己的牙齿, 预示可能会遇到很大困难, 难以征服;或是敌手强大, 令你抗争起来, 力不从心。\r\n\r\n 梦见数别人的牙齿, 可能预示你将挑战别人, 给敌手制造困难, 并攻克敌手。\r\n\r\n 梦见生长新牙齿, 是爱情方面的吉兆。 今后三个月内, 两人之间将不会有任何摩擦。\r\n\r\n 病人梦见生长新牙齿, 预示身体将要康复。\r\n\r\n 老人梦见生长新牙齿, 预示健康长寿。\r\n\r\n 梦见长出虎牙, 预示健康平安, 也许你的生活会太过安逸, 不妨加强锻炼。\r\n\r\n 梦见丈夫、 妻子或情人的牙变黑, 暗示对方通奸不忠。\r\n\r\n 梦见刷牙, 表示健康方面可能会有麻烦。 已经治好的病, 有可能复发, 使你很烦恼。 这时要注意好好休息, 把病彻底治好。\r\n\r\n 农民梦见拔牙, 意味着丰收在望。 梦见牙疼, 定能发财。\r\n\r\n 梦见自己的牙齿脱落, 表示将会与人发生争吵, 或有水难之虞。 划船、 冲浪、 游泳、 钓鱼等水上游乐, 应该全面禁止。 在进行其他游乐时也要特别小心。 女人梦见拔牙, 表示生活会富裕。\r\n\r\n 梦见自己镶了金牙, 要当心, 可能预示你会有意外和灾祸, 尤其要提防交通意外和身体疾病。\r\n\r\n 梦见有人气势汹汹张着大嘴, 牙齿可怕地露着, 可能是提醒你与梦里人交往时要小心。 如果男人做这个梦时, 梦里的人是涂着浓重唇膏的异性, 还有可能暗示了心中有对阉割的恐惧, 或是对女性阴道的恐惧。\r\n\r\n 原版周公解梦\r\n\r\n 拔牙, 主有迁宅事。《 周公解梦》 齿落, 主有口舌事。《 周公解梦》\r\n\r\n 齿落更生, 子孙兴。《 周公解梦》\r\n\r\n 齿自落者, 父母凶。《 周公解梦》\r\n\r\n 梦齿长, 大吉。 此为位高爵尊, 寿长嗣盛之梦。《 梦林玄解》\r\n\r\n 梦齿大如象牙。 梦此者得猛将, 出贤臣。《 梦林玄解》\r\n\r\n 梦齿堕血出。 主破财之兆, 又亲丁有灾, 主母病无救。《 断梦秘书》\r\n\r\n 梦齿落更生, 大吉。 梦此椿萱泰、 晚景荣华之兆。《 梦林玄解》\r\n\r\n 梦齿落无血。 此为大凶梦兆, 主亡父母、 丧妻妾、 夭子孙等忧烦事, 祸至灾生, 无财可救。《 断梦秘书》\r\n\r\n 梦齿落再生。 梦此者, 主父母安康, 兄弟登贤, 晚年荣显之兆。《 断梦秘书》\r\n\r\n 梦齿牙被人拔去, 大凶。 上唇齿, 左为父, 右为母, 盘牙为祖孙;下唇齿, 左男右女。 梦人拔去, 必是亲丁被害, 大凶之兆。《 梦林玄解》\r\n\r\n 梦齿牙露。 此为争讼之象。 梦此迁移、 交易、 经营诸事切宜忍耐。《 梦林玄解》\r\n\r\n 梦齿牙外露。 此为争论官司之兆, 于迁移、 交易、 经营等事, 均须耐守, 庶可无灾。 如起争讼, 主邻里咸坐视不救。《 断梦秘书》\r\n\r\n 梦齿牙摇动。 此为不宁之兆, 父母有忧, 子孙将危, 产业将散。 迁移行动, 有凶无吉。《 断梦秘书》\r\n\r\n 梦齿摇动, 凶。 不宁之兆, 父母在忧, 子孙将危, 产业将散, 迁移行动有凶无吉。《 梦林玄解》\r\n\r\n 梦齿增多, 主益寿添龄。《 梦林玄解》\r\n\r\n 梦跌落门牙。 梦跌落上之门齿者, 左主丧父, 右主丧母;梦跌落下之门齿者, 左主死兄妹, 右主死弟。 姊姐亦然。《 断梦秘书》\r\n\r\n 梦换齿, 主子孙承继他人财产之象。《 断梦秘书》\r\n\r\n 梦换齿。 梦者父母寄居异姓, 子孙嗣他业。《 梦林玄解》\r\n\r\n 梦击落齿牙血出, 凶。 破财之兆, 亲丁有灾。 若母病无救。《 梦林玄解》\r\n\r\n 梦见齿白, 富贵。《 敦煌本梦书》\r\n\r\n 梦见露齿, 多讼。《 敦煌本梦书》\r\n\r\n 梦见露齿笑, 争讼。《 敦煌本梦书》\r\n\r\n 梦见牙齿, 忧刀兵。《 敦煌本梦书》\r\n\r\n 梦见牙齿落, 大忧官事。《 敦煌本梦书》\r\n\r\n 梦见牙齿落失, 儿子富贵。《 敦煌本梦书》\r\n\r\n 梦见牙齿落者, 大衰。《 敦煌本梦书》\r\n\r\n 梦见牙齿生者, 大旺。《 敦煌本梦书》\r\n\r\n 梦人授齿装自己口中, 吉。 病者梦之遇良医, 罪死梦之得大赦, 远行梦之遇异人, 独夫梦之撒贤嗣。《 梦林玄解》\r\n\r\n 梦刷净齿牙, 吉。 主有美味至, 当有秀儿生。《 梦林玄解》\r\n\r\n 梦洗齿, 吉。 主口舌散除, 是非消解, 有仇不为害, 有过不为灾。《 梦林玄解》\r\n\r\n 梦牙黄。 主有繁杂事。《 梦林玄解》\r\n\r\n 梦牙落无血。 主亡父母, 丧妻孥, 殒子孙, 祸至灾生, 无财可救。 主忧烦事至。《 梦林玄解》\r\n\r\n 数己牙者, 定受辱。《 周公解梦》\r\n\r\n 数人牙者, 主有吉。《 周公解梦》\r\n\r\n 胃疼者, 得财, 吉。《 周公解梦》\r\n\r\n 心理学解梦\r\n\r\n 梦境解说: 成人的身体在梦中象征这个人的完整形象(包括他的性格和特征) 或意识自我。 当一个人还是嗷嗷待哺的婴儿时, 他的身体就成了自己最重要的信息来源。\r\n\r\n 心理分析: 按照传统的释梦方法, 牙齿在梦中表示人的攻击性, 但依照现在更确切的解释, 它应该代表人的发育和成长的过程。 牙齿长出、 松动和脱落类似于一个人从儿童到成年人, 再慢慢地衰老, 一个人在梦中害怕自己的牙齿脱落, 实际上就是害怕自己变得衰老而不中用, 或才是不愿意长大成人。 妇女梦见吞牙齿入肚则与怀孕有关。\r\n\r\n 梦见牙齿的案例分析\r\n\r\n 【 梦例1】\r\n\r\n 有一个人, 老是会梦见掉牙, 不是偶尔一次两次了, 而是接连几天都会一直梦见牙掉。 他梦见掉牙不是一颗牙掉, 而是一颗牙先掉, 然后接连几个, 最后整排牙都会掉。\r\n\r\n 梦境解析: 这个梦不一定是失去亲人的意思, 牙齿是稳固的象征, 梦见牙掉了, 预兆未来失去了稳定的东西, 比如工作上的、 感情上的等。 也可能是过去一段时间压力的表现。 总之是感觉到没有什么保证了, 就有可能做这样的梦。 不用担心, 无论什么事情总会过去的。\r\n\r\n 【 梦例2】\r\n\r\n 我不怎么做梦, 但前一段时间, 我老是做掉牙的梦。 梦中, 我梦见自己的牙齿掉了, 没有一点疼痛的感觉。 醒后, 我心里也挺纳闷, 不知是怎么回事, 怎么老是做掉牙的梦。(男性, 26 岁)\r\n\r\n 梦境解析: 梦见白而漂亮的牙齿, 是幸福和成功的象征。 梦见补牙, 预示着一个好的消息;拔牙的梦, 预示着商业的转机或投资机会的来临;梦见假牙, 表明你会得到朋友无私的帮助;梦见掉牙, 暗示父母或其他亲人的身体状况不佳;梦见牙疼, 表示家庭中会有小的矛盾;梦见牙齿松动, 是提醒你不要信赖不值得你信任的朋友;梦见剔牙, 是让你注意身旁虚伪的朋友。\r\n\r\n \",//内容\r\n \"title\": \"梦见牙齿\" //标题\r\n }],\r\n \"pageNow\": 2, //当前页码\r\n \"pageSize\": 1 //每页条数\r\n }\r\n}", "api_id" : 119805 } ] } }, "/common/joke/getJokesByRandom" : { "description" : "随机获取笑话", "post" : { "summary" : "随机获取笑话", "description" : "随机获取笑话", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "pageSize" ], "type" : "object", "properties" : { "pageSize" : { "title" : "pageSize", "type" : "string", "description" : "获取条数(最大20)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "各种最新、最及时的幽默、搞笑段子,不间断更新。让我们生活在欢声笑语之中。", "x-logo" : "https://data-apibee.apispace.com/license/16818014374772796468c-53fe-4282-a19e-b76343bcb291", "x-projectName" : "笑话大全", "x-gatewayUri" : "https://eolink.o.apispace.com/xhdq", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9985, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\":\"000000\",\r\n \"desc\":\"请求成功\",\r\n \"result\":[\r\n {\r\n \"id\":1,\r\n \"content\":\"姐夫外地出差,大姐带着小外甥回家,老妈整天喊大姐小棉袄。 住了几天,姐夫出差回来接这娘俩,小外甥去开门,老妈问谁呀,小外甥说:来取棉袄的!!\",//内容\r\n \"updateTime\":\"2017-04-07 20:53:50\"//更新时间\r\n },\r\n {\r\n \"id\":2,\r\n \"content\":\"妈妈:“别人给你东西吃,你该怎么说?” 儿子:“还有吗?”\",//内容\r\n \"updateTime\":\"2017-04-07 20:53:50\"//更新时间\r\n }\r\n ]\r\n}", "api_id" : 119806 } ] } }, "/common/joke/getJokes" : { "description" : "顺序获取笑话", "post" : { "summary" : "顺序获取笑话", "description" : "顺序获取笑话", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "pageSize" ], "type" : "object", "properties" : { "page" : { "title" : "page", "type" : "string", "description" : "页码,默认第一页" }, "pageSize" : { "title" : "pageSize", "type" : "string", "description" : "每页条数(最大20)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "各种最新、最及时的幽默、搞笑段子,不间断更新。让我们生活在欢声笑语之中。", "x-logo" : "https://data-apibee.apispace.com/license/16818014374772796468c-53fe-4282-a19e-b76343bcb291", "x-projectName" : "笑话大全", "x-gatewayUri" : "https://eolink.o.apispace.com/xhdq", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9986, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"查询成功\",\r\n \"result\": {\r\n \"jokes\": [{\r\n \"id\": 533069,\r\n \"content\": \"今天心情好,自己做了个菜,非常好吃。老公赞美道:“一个人做菜不管好吃不好吃,但只要敢做,就是一个脱离了低级趣味的人,一个只知道吃的人。”\", //内容\r\n \"updateTime\": \"2014-12-16 23:53:47\" //更新时间\r\n },\r\n {\r\n \"id\": 533070,\r\n \"content\": \"妻子:你爱我么?丈夫:我很爱你啊!妻子:我生得很丑陋,你为什么还会爱我呢?丈夫:不是有句古话吗,‘家婆生得丑,出门不担忧’。\", //内容\r\n \"updateTime\": \"2014-12-16 23:53:47\" //更新时间\r\n }\r\n ],\r\n \"totalCount\": 533093, //总条数\r\n \"totalPage\": 266547, //总页数\r\n \"currentPage\": 1, //当前页码\r\n \"pageSize\": 2 //当前获取到的条数\r\n }\r\n}", "api_id" : 119807 } ] } }, "/common/BMI/getStandardWeightTable" : { "description" : "获取标准体重参考", "get" : { "summary" : "获取标准体重参考", "description" : "获取标准体重参考", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "身体质量指数 (Body Mass Index, 简称BMI), 通过身高和体重来计算您的身材是否标准。", "x-logo" : "https://data-apibee.apispace.com/license/1681802144874819275c5-16c5-4519-8999-e2db99473a9b", "x-projectName" : "标准体重计算器", "x-gatewayUri" : "https://eolink.o.apispace.com/bztzjsq", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9987, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": {\r\n \"femaleTable\": [{\r\n \"age\": \"19\",\r\n \"height\": \"152cm\",\r\n \"weight\": \"46\"\r\n },\r\n {\r\n \"age\": \"19\", //年龄\r\n \"height\": \"156cm\", //身高\r\n \"weight\": \"47\" //标准体重\r\n }\r\n ],\r\n \"maleTable\": [{\r\n \"age\": \"19\",\r\n \"height\": \"152cm\",\r\n \"weight\": \"50\"\r\n },\r\n {\r\n \"age\": \"19\", //年龄\r\n \"height\": \"156cm\", //身高\r\n \"weight\": \"52\" //标准体重\r\n }\r\n ]\r\n }\r\n}", "api_id" : 119808 } ] } }, "/common/BMI/computeBMI" : { "description" : "计算BMI值", "post" : { "summary" : "计算BMI值", "description" : "计算BMI值", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "height", "weight" ], "type" : "object", "properties" : { "weight" : { "title" : "weight", "type" : "string", "description" : "体重(单位:千克/公斤)" }, "height" : { "title" : "height", "type" : "string", "description" : "身高(单位:厘米/cm)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "身体质量指数 (Body Mass Index, 简称BMI), 通过身高和体重来计算您的身材是否标准。", "x-logo" : "https://data-apibee.apispace.com/license/1681802144874819275c5-16c5-4519-8999-e2db99473a9b", "x-projectName" : "标准体重计算器", "x-gatewayUri" : "https://eolink.o.apispace.com/bztzjsq", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9988, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": {\r\n \"BMI\": \"19.267171\", //BMI指数\r\n \"height\": \"172\", //身高\r\n \"judgeResult\": \"正常\", //对比结果\r\n \"weight\": \"57\" //体重\r\n }\r\n}", "api_id" : 119809 } ] } }, "/common/words/WordsSplit" : { "description" : "中文分词", "post" : { "summary" : "中文分词", "description" : "中文分词", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "word" ], "type" : "object", "properties" : { "word" : { "title" : "word", "type" : "string", "description" : "待分割的句子" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "接收任意文本,将长段中文切词分开。", "x-logo" : "https://data-apibee.apispace.com/license/1681801108619b3aef6c1-3ffb-4ea2-b3d0-756407bcc00e", "x-projectName" : "中文分词", "x-gatewayUri" : "https://eolink.o.apispace.com/zwfc", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9991, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"statusCode\": \"000000\",\n \"desc\": \"请求成功\",\n \"result\": [\"eo\", \"-\", \"apistore\", \"帮助\", \"您\", \"快速\", \"获得\", \"数据\"]\n}", "api_id" : 119812 } ] } }, "/common/aphorism/queryAphorismTitleList" : { "description" : "获取名言标题列表", "post" : { "summary" : "获取名言标题列表", "description" : "获取名言标题列表", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "type" ], "type" : "object", "properties" : { "type" : { "title" : "type", "type" : "string", "description" : "类型(1:励志名言;2:人生格言;3:名言警句;4:名人名言;5:读书名言;6:经典名言;7:爱情名言;8:名言佳句)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "获取各种类型的名言,涵盖人生、励志、读书等多个方面,内容丰富。不管对孩子的教育还是对大人的警醒都很有帮助。", "x-logo" : "https://data-apibee.apispace.com/license/1681801815872427c8d7a-f71f-4d5f-b796-5b103033afa4", "x-projectName" : "名言警句", "x-gatewayUri" : "https://eolink.o.apispace.com/myjj", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9992, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": [{\r\n \"id\": 1,\r\n \"title\": \"100句改变命运的励志名言\"\r\n }, {\r\n \"id\": 2,\r\n \"title\": \"100句激发潜能的励志名言\"\r\n }, {\r\n \"id\": 3,\r\n \"title\": \"100句鼓励自己的励志名言\"\r\n }, {\r\n \"id\": 4,\r\n \"title\": \"100句鼓励别人的励志名言\"\r\n }, {\r\n \"id\": 5,\r\n \"title\": \"100句改变自己的励志名言\"\r\n }, {\r\n \"id\": 6,\r\n \"title\": \"100句关于成功的励志名言\"\r\n }, {\r\n \"id\": 7,\r\n \"title\": \"100句激励自己的励志名言\"\r\n }, {\r\n \"id\": 8,\r\n \"title\": \"100句积极向上的励志名言\"\r\n }, {\r\n \"id\": 9,\r\n \"title\": \"简短的激励的句子,简短的励志的话\"\r\n }, {\r\n \"id\": 10,\r\n \"title\": \"励志的话语,励志的语言\"\r\n }]\r\n}", "api_id" : 119813 } ] } }, "/common/aphorism/getAphorismList" : { "description" : "通过ID获取名言警句列表", "post" : { "summary" : "通过ID获取名言警句列表", "description" : "通过ID获取名言警句列表", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "titleID" ], "type" : "object", "properties" : { "titleID" : { "title" : "titleID", "type" : "string", "description" : "标题ID(从获取标题接口列表获得)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "获取各种类型的名言,涵盖人生、励志、读书等多个方面,内容丰富。不管对孩子的教育还是对大人的警醒都很有帮助。", "x-logo" : "https://data-apibee.apispace.com/license/1681801815872427c8d7a-f71f-4d5f-b796-5b103033afa4", "x-projectName" : "名言警句", "x-gatewayUri" : "https://eolink.o.apispace.com/myjj", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9993, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"statusCode\": \"000000\",\n \"desc\": \"请求成功\",\n \"result\": [{\n \"words\": \"[\\\"1、所谓成功,就是在平凡中做出不平凡的坚持。\\\",\\\"2、瀑布对悬崖无可畏惧,所以唱出气势磅礴的生命之歌。\\\"]\"\n }]\n}", "api_id" : 119814 } ] } }, "/common/aphorism/getEnglishAphorismList" : { "description" : "获取英语名言列表", "post" : { "summary" : "获取英语名言列表", "description" : "获取英语名言列表", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "titleID" ], "type" : "object", "properties" : { "titleID" : { "title" : "titleID", "type" : "string", "description" : "标题ID(从获取英语名言标题列表接口获得)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "激励自己、领悟人生、经典名言。", "x-logo" : "https://data-apibee.apispace.com/license/16818012837322a3dc319-1bb0-482d-8d3a-ae3911d37ff2", "x-projectName" : "英语名言", "x-gatewayUri" : "https://eolink.o.apispace.com/yymy", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9994, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"statusCode\": \"000000\",\n \"desc\": \"请求成功\",\n \"result\": [{\n \"words\": \"[{\\\"ch\\\":\\\"勇往直前,决不放弃!\\\",\\\"en\\\":\\\"1、Keep on going never give up.\\\"},{\\\"ch\\\":\\\"今日事今日毕!\\\",\\\"en\\\":\\\"2、Never put off what you can do today until tomorrow.\\\"},{\\\"ch\\\":\\\"相信你自己!\\\",\\\"en\\\":\\\"3、Believe in yourself.\\\"},{\\\"en\\\":\\\"4、You think you can, you can.\\\",\\\"ch\\\":\\\"你认为你行,你就行。\\\"}}]\"\n }]\n}", "api_id" : 119815 } ] } }, "/common/aphorism/queryEnglishAphorismTitleList" : { "description" : "获取英语名言标题列表", "get" : { "summary" : "获取英语名言标题列表", "description" : "获取英语名言标题列表", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "激励自己、领悟人生、经典名言。", "x-logo" : "https://data-apibee.apispace.com/license/16818012837322a3dc319-1bb0-482d-8d3a-ae3911d37ff2", "x-projectName" : "英语名言", "x-gatewayUri" : "https://eolink.o.apispace.com/yymy", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9995, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"statusCode\": \"000000\",\n \"desc\": \"请求成功\",\n \"result\": [{\n \"id\": 81,\n \"title\": \"100句有关励志的英语名言\"\n }, {\n \"id\": 82,\n \"title\": \"100句激励自己的英文名言\"\n }]\n}", "api_id" : 119816 } ] } }, "/common/tongue/getTongueList" : { "description" : "获取绕口令列表", "post" : { "summary" : "获取绕口令列表", "description" : "获取绕口令列表", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "page", "pageSize" ], "type" : "object", "properties" : { "page" : { "title" : "page", "type" : "string", "description" : "页码" }, "pageSize" : { "title" : "pageSize", "type" : "string", "description" : "获取条数(最多15条,默认10)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "热门绕口令,经典绕口令,绕口令大全。", "x-logo" : "https://data-apibee.apispace.com/license/168180171989642a7b9c7-ec5c-4dab-88a2-3be4172f7657", "x-projectName" : "绕口令", "x-gatewayUri" : "https://eolink.o.apispace.com/rkl", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9996, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": {\r\n \"itemCount\": 568, //总条数\r\n \"list\": [{\r\n \"content\": \"胡子骑驴子,驼子挑螺蛳,胡子撞翻了驼子的螺蛳,驼子拖住胡子的驴子,胡子去打挑螺蛳的驼子,驼子来打骑驴子的胡子,胡子打驼子,驼子打胡子。Qfx中国儿童资源网\", //内容\r\n \"title\": \"胡子骑驴子\" //标题\r\n }],\r\n \"pageNow\": 1, //当前页码\r\n \"pageSize\": 1 //每页条数\r\n }\r\n}", "api_id" : 119817 } ] } }, "/common/tongue/getTongueListByRandom" : { "description" : "随机获取绕口令", "post" : { "summary" : "随机获取绕口令", "description" : "随机获取绕口令", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "pageSize" ], "type" : "object", "properties" : { "pageSize" : { "title" : "pageSize", "type" : "string", "description" : "获取条数(最多15条,默认10)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "热门绕口令,经典绕口令,绕口令大全。", "x-logo" : "https://data-apibee.apispace.com/license/168180171989642a7b9c7-ec5c-4dab-88a2-3be4172f7657", "x-projectName" : "绕口令", "x-gatewayUri" : "https://eolink.o.apispace.com/rkl", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 9997, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": [{\r\n \"content\": \"这天天下雨,体育局穿绿雨衣的女小吕,去找穿绿运动衣的女老李。穿绿雨衣的女小吕,没找到穿绿运动衣的女老李,穿绿运动衣的女老李,也没见着穿绿雨衣的女小吕。\", //内容\r\n \"title\": \"女小吕和女老李\" //标题\r\n }]\r\n}", "api_id" : 119818 } ] } }, "/common/verify/getComplicateVerifyImage" : { "description" : "六位图片验证码生成", "post" : { "summary" : "六位图片验证码生成", "description" : "六位图片验证码生成", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "codeType" ], "type" : "object", "properties" : { "codeType" : { "title" : "codeType", "type" : "string", "description" : "验证码类型(1:纯数字,2:小写字母,3:大写字母,4:数字+小写字母,5:数字+大写字母,6:数字+大小写字母,7:大小写字母)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "desc", "result", "statusCode" ], "type" : "object", "properties" : { "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "状态码,包括系统级状态码以及接口状态码,详情参考状态码文档" }, "desc" : { "title" : "desc", "type" : "string", "description" : "状态码说明" }, "result" : { "title" : "result", "type" : "array", "description" : "接口的返回信息,数组形式", "items" : { "type" : "string" } } } } } } } }, "x-description" : "包括纯数字、小写字母、大写字母、大小写混合、数字+小写、数字+大写、数字+大小写等情况。", "x-logo" : "https://data-apibee.apispace.com/license/1681801847963f2060478-afe8-4ef6-a86d-d80bf0d00369", "x-projectName" : "六位图片验证码生成", "x-gatewayUri" : "https://eolink.o.apispace.com/lwtpyzmsc", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10001, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"statusCode\": \"000000\",\r\n \"desc\": \"请求成功\",\r\n \"result\": {\r\n \"fileName\": \"http://apistore.data.eolinker.com/checkcode/wsxr3et56b8gqk4p.png\", //图片验证码地址\r\n \"verifyCode\": \"096312\" //验证码\r\n }\r\n}", "api_id" : 119822 } ] } }, "/api/v1/forward/id_crd_anls" : { "description" : "身份证归属地信息查询", "get" : { "summary" : "身份证归属地信息查询", "description" : "身份证归属地信息查询", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "area", "birthday", "sex" ], "type" : "object", "properties" : { "area" : { "title" : "area", "type" : "string", "description" : "地区" }, "sex" : { "title" : "sex", "type" : "string", "description" : "性别" }, "birthday" : { "title" : "birthday", "type" : "string", "description" : "生日" } } } } } } }, "x-description" : "提供身份证归属地信息查询,解读出发卡地、生日和性别", "x-logo" : "https://data-apibee.apispace.com/license/1681801671186dfb072e2-b4d9-4489-b13d-eb902594998e", "x-projectName" : "身份证归属地查询", "x-gatewayUri" : "https://eolink.o.apispace.com/sfzcx", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10009, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": {\n \"area\": \"广东省广州市番禺区\",\n \"sex\": \"男\",\n \"birthday\": \"1999年05月19日\"\n }\n}", "api_id" : 119827 }, { "id" : 10010, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 400,\n \"message\": \"身份证号码有误\",\n \"data\": null\n}", "api_id" : 119827 } ] } }, "/api/v1/forward/HistoryDaily" : { "description" : "历史上的今天", "get" : { "summary" : "历史上的今天", "description" : "历史上的今天", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "data" : { "required" : [ "cover", "desc", "festival", "link", "recommend", "title", "type", "year" ], "type" : "object", "properties" : { "year" : { "title" : "year", "type" : "string", "description" : "年份" }, "title" : { "title" : "title", "type" : "string", "description" : "标题" }, "festival" : { "title" : "festival", "type" : "string", "description" : "节日" }, "link" : { "title" : "link", "type" : "string", "description" : "链接" }, "type" : { "title" : "type", "type" : "string", "description" : "类型" }, "desc" : { "title" : "desc", "type" : "string", "description" : "描述" }, "cover" : { "title" : "cover", "type" : "string", "description" : "图片封面" }, "recommend" : { "title" : "recommend", "type" : "string", "description" : "是否推荐" } } } } } } } } }, "x-description" : "看看历史上的今天,都发生了什么重大事件。查历史上的指定日期发生的事情,包括国家大事、国际大事、政府重要决策部署等图文详情内容,不断增加中。", "x-logo" : "https://data-apibee.apispace.com/license/1681801864557556e543b-f2ae-43fe-8edb-9aa92e17b89f", "x-projectName" : "历史上的今天", "x-gatewayUri" : "https://eolink.o.apispace.com/historydaily", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10011, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"message\": \"OK\",\r\n \"code\": 200,\r\n \"data\": [{\r\n \"year\": \"1017\",\r\n \"title\": \"罗马国王亨利三世出生\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E4%BA%A8%E5%88%A9%E4%B8%89%E4%B8%96/9815272\",\r\n \"type\": \"birth\",\r\n \"desc\": \"Heinrich Ⅲ,皇帝对教皇的控制在亨利三世统治时期达到登峰造极的程度。亨利三世于1046年赴意大利,废黜了反对他的教皇格列高利\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1863\",\r\n \"title\": \"红十字国际委员会成立\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E7%BA%A2%E5%8D%81%E5%AD%97%E5%9B%BD%E9%99%85%E5%A7%94%E5%91%98%E4%BC%9A\",\r\n \"type\": \"event\",\r\n \"desc\": \"红十字国际委员会,1863年创立于日内瓦,红十字国际委员会是一个独立、中立的组织,其人道职责主要源自1949年《日内瓦公约》。\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1879\",\r\n \"title\": \"德国总理弗朗茨·冯·帕彭出生\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E5%BC%97%E6%9C%97%E8%8C%A8%C2%B7%E5%86%AF%C2%B7%E5%B8%95%E5%BD%AD\",\r\n \"type\": \"birth\",\r\n \"desc\": \"弗朗茨·冯·帕彭,全名是弗朗茨·约瑟夫·赫尔曼·迈克尔·玛利亚·冯·帕彭 (Franz Joseph Hermann Michael Maria von Papen),是一\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1888\",\r\n \"title\": \"关于苏伊士运河的《君士坦丁堡公约》签订\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E5%90%9B%E5%A3%AB%E5%9D%A6%E4%B8%81%E5%A0%A1%E5%85%AC%E7%BA%A6\",\r\n \"type\": \"event\",\r\n \"desc\": \"是一部关于苏伊士运河自由通航的国际条约。\",\r\n \"cover\": \"\",\r\n \"recommend\": \"1\"\r\n }, {\r\n \"year\": \"1889\",\r\n \"title\": \"无产阶级革命家、中国共产党始创人之一李大钊出生\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E6%9D%8E%E5%A4%A7%E9%92%8A\",\r\n \"type\": \"birth\",\r\n \"desc\": \"李大钊同志是中国共产主义的先驱,伟大的马克思主义者、杰出的无产阶级革命家、中国共产党的主要创始人之一,他不仅是我党早期\",\r\n \"cover\": \"\",\r\n \"recommend\": \"1\"\r\n }, {\r\n \"year\": \"1889\",\r\n \"title\": \"俄国革命民主主义者车尔尼雪夫斯基逝世\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E8%BD%A6%E5%B0%94%E5%B0%BC%E9%9B%AA%E5%A4%AB%E6%96%AF%E5%9F%BA\",\r\n \"type\": \"death\",\r\n \"desc\": \"尼古拉·加夫里诺维奇·车尔尼雪夫斯基(俄文:Николай Гаврилович Чернышевский ,英文:Nikolay \",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1900\",\r\n \"title\": \"农学家、农业教育家汤文通出生\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E6%B1%A4%E6%96%87%E9%80%9A\",\r\n \"type\": \"birth\",\r\n \"desc\": \"汤文通,农学家和农业教育家。早年在江苏、福建、浙江,后在台湾,从事高等农业教育和科学研究60余年,著作甚丰,《作物育种之\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1911\",\r\n \"title\": \"美国现代报业奠基人约瑟夫·普利策逝世\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E7%BA%A6%E7%91%9F%E5%A4%AB%C2%B7%E6%99%AE%E5%88%A9%E7%AD%96\",\r\n \"type\": \"death\",\r\n \"desc\": \"普利策是美国著名新闻学家。他曾购买3家报纸并进行改革,将它们打造成美国当时首屈一指的大报。他去世后,后人依照其遗愿设立了普利策新闻奖,后来发展成为美国新闻界的最高荣誉奖。\",\r\n \"cover\": \"1\",\r\n \"recommend\": \"1\",\r\n \"pic_calendar\": \"https://baike.bdimg.com/cms/rc/r/image/2014-08-31/ad058fe775190a7c9fe23f5eb15ecab3_80_80.jpg\",\r\n \"pic_share\": \"https://baike.bdimg.com/cms/rc/r/image/2014-08-31/71aa2c165e9f8e8978435cb0e6c8653e_360_212.jpg\",\r\n \"pic_index\": \"https://baike.bdimg.com/cms/rc/r/image/2014-08-31/7e3f0f7198d6b8ba8bafdb4909895a6d_134_100.jpg\"\r\n }, {\r\n \"year\": \"1922\",\r\n \"title\": \"墨索里尼法西斯分子抵达罗马\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E8%B4%9D%E5%B0%BC%E6%89%98%C2%B7%E5%A2%A8%E7%B4%A2%E9%87%8C%E5%B0%BC\",\r\n \"type\": \"event\",\r\n \"desc\": \"贝尼托·墨索里尼(意大利语:Benito Mussolini),(1883年7月29日——1945年4月28日),意大利法西斯党党魁、独裁者第二次世\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1923\",\r\n \"title\": \"土耳其凯末尔革命胜利\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E5%87%AF%E6%9C%AB%E5%B0%94%E9%9D%A9%E5%91%BD\",\r\n \"type\": \"event\",\r\n \"desc\": \"第一次世界大战后,土耳其资产阶级领导的以反对帝国主义侵略瓜分、捍卫着民族独立主权和建立民族国家为目的的资产阶级革命运动\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1964\",\r\n \"title\": \"中国与赞比亚共和国建交\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E8%B5%9E%E6%AF%94%E4%BA%9A\",\r\n \"type\": \"event\",\r\n \"desc\": \"赞比亚共和国是非洲中南部的一个内陆国家,大部分属于高原地区。北靠刚果民主共和国、东北邻坦桑尼亚、东面和马拉维接壤、东南\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1977\",\r\n \"title\": \"文学家、教育家陈望道逝世\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E9%99%88%E6%9C%9B%E9%81%93\",\r\n \"type\": \"death\",\r\n \"desc\": \"陈望道(1891.01.18-1977.10.29),中国著名教育家、修辞学家、语言学家、民盟中央副主席。原名参一,笔名陈佛突、陈雪帆、南山\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1982\",\r\n \"title\": \"中国台湾女演员、歌手林依晨\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E6%9E%97%E4%BE%9D%E6%99%A8\",\r\n \"type\": \"birth\",\r\n \"desc\": \"林依晨(Ariel Lin),1982年10月29日出生于台湾省宜兰县,中国台湾女演员、歌手。2008年和2012年分别凭借《恶作剧2吻》和《我可能不会爱你》两次获“金钟奖”戏剧节目女主角奖\",\r\n \"cover\": \"\",\r\n \"recommend\": \"\"\r\n }, {\r\n \"year\": \"1991\",\r\n \"title\": \"国画大师黄君壁逝世\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E9%BB%84%E5%90%9B%E5%A3%81\",\r\n \"type\": \"death\",\r\n \"desc\": \"黄君壁 中国画家。(1889-1991)本名韫之,别名允瑄,号君翁、君璧。1898年11月12日生于广东广州,1991年卒于台湾台北。1919年\",\r\n \"cover\": \"\",\r\n \"recommend\": \"1\"\r\n }, {\r\n \"year\": \"1999\",\r\n \"title\": \"第23任香港总督柏立基逝世\",\r\n \"festival\": \"\",\r\n \"link\": \"https://baike.baidu.com/item/%E6%9F%8F%E7%AB%8B%E5%9F%BA\",\r\n \"type\": \"death\",\r\n \"desc\": \"柏立基爵士,GCMG,OBE英语:Sir Robert Brown Black,1906年6月3日-1999年10月29日),英国殖民地官员,1952年至1955年任香\",\r\n \"cover\": \"\",\r\n \"recommend\": \"1\"\r\n }]\r\n}", "api_id" : 119828 } ] } }, "/api/v1/forward/zhopenvi/" : { "description" : "简易中文简繁转换", "post" : { "summary" : "简易中文简繁转换", "description" : "简易中文简繁转换", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "lang256", "text" ], "type" : "object", "properties" : { "text" : { "title" : "text", "type" : "string", "description" : "文本" }, "lang256" : { "title" : "lang256", "type" : "string", "description" : "zh-cn:大陆简体; zh-tw:台灣正體; zh-hk:香港繁體; zh-sg:马新简体; zh-hans:简体; zh-hant:繁體" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码说明" }, "data" : { "title" : "data", "type" : "string", "description" : "" } } } } } } }, "x-description" : "输入想要转换简繁体的中文汉字,然即可将正体繁体字、中文简体字或QQ非主流繁体字转换翻译汉字繁简体", "x-logo" : "https://data-apibee.apispace.com/license/1681801096437a88779fd-b429-498a-a0a4-dac632e7b185", "x-projectName" : "中文简繁转换", "x-gatewayUri" : "https://eolink.o.apispace.com/jyzwjfzh", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10013, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"\",\n \"data\": \"计算机软体\"\n}", "api_id" : 119829 } ] } }, "/api/v1/xzw/birthday_flower/" : { "description" : "生日花语", "get" : { "summary" : "生日花语", "description" : "生日花语", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "birthday_flower", "birthday_flower_content", "birthstone", "birthstone_content", "day", "flower_lng", "flower_lng_content", "moon" ], "type" : "object", "properties" : { "birthday_flower" : { "title" : "birthday_flower", "type" : "string", "description" : "生日花" }, "birthday_flower_content" : { "title" : "birthday_flower_content", "type" : "string", "description" : "生日花含义" }, "flower_lng" : { "title" : "flower_lng", "type" : "string", "description" : "花语" }, "flower_lng_content" : { "title" : "flower_lng_content", "type" : "string", "description" : "花语含义" }, "birthstone" : { "title" : "birthstone", "type" : "string", "description" : "诞生石" }, "birthstone_content" : { "title" : "birthstone_content", "type" : "string", "description" : "诞生石含义" }, "moon" : { "title" : "moon", "type" : "string", "description" : "出生月份" }, "day" : { "title" : "day", "type" : "string", "description" : "出生日份" } } } } } } }, "x-description" : "根据出生日期查询生日花语", "x-logo" : "https://data-apibee.apispace.com/license/16818016325063f5c0267-97fa-4547-b1b3-0294d9a80a3f", "x-projectName" : "生日花语", "x-gatewayUri" : "https://eolink.o.apispace.com/birthday-flowers", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10019, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"message\": \"OK\",\n \"code\": 200,\n \"data\": [{\n \"birthday_flower\": \"生日花:长荚罂粟\",\n \"birthday_flower_content\": \"公元6世纪死于无人岛的教皇,圣西伯利斯之花\\r\\n自古以来,基督教里就有将圣人与特定花朵连结在一起的习惯,这因循于教会在纪念圣人时,常以盛开的花朵点缀祭坛所致!而在中世纪的天主教修道院内,更是有如园艺中心般的种植着各式各样的花朵,久而久之,教会便将366天的圣人分别和不同的花朵和在一起,形成所谓的花历。当时大部分的修道院都位在南欧地区,而南欧属地中海形气候,极适合栽种花草。长荚罂粟是一种罂粟科野生物,外形和普通的罂粟花很类似。这种花所纪念的圣人是公元6世纪,被放逐到意大利的无人岛上,最后死于该岛的教皇---圣西伯利斯。\",\n \"flower_lng\": \"花语:休息\",\n \"flower_lng_content\": \"这是一种野生罂粟花。在德国及北海沿岸一带,普遍栽种这种植物,以提炼食用油。虽然是一种可食性的植物,但是它本身具有催眠的效果。所以它的花语是“休息”。凡是受到这种花祝福而生的人,在感情方面擅长安对方的情绪,具有强烈的母性爱,可以让亲密伴侣在怀里纵情撒娇,可说是一处最佳的避风港呵!\",\n \"birthstone\": \"诞生石:珍珠\",\n \"birthstone_content\": \"珍珠的历史非常久远。在印度,从公元前500年王公贵族就把珍珠视为最高级的宝石,加以珍藏,欧洲则在公元前300年左右。 中国,大约在公元前2000年,就有人把它当成贡品献给君王。在日本,珍珠大约从太古时代就已经存在了。“日本书纪”、“万叶集”中,都留有歌颂珍珠的文章。从生长在蔚蓝海水中的珍珠贝口中取出的珍珠,具有神秘的光芒。有人称它为“月的水滴”、“人鱼的眼泪”。不贞是东方或西方,都有许多边于珍珠的故和传说。 珍珠的传说 在有关珍珠的传说中,最有名的应该是克丽奥佩脱拉的故事。古埃及被罗马军占领时,埃及艳后克丽奥佩脱拉成为罗马将军凯撒的爱人。凯撒死后,埃及艳后设宴邀请武将安东尼。在豪楮的酒宴中,埃及艳后取下她的一对珍珠耳,分别溶在醋的金杯里,然再入美酒。尔她举起一杯敬安东巴,愿“罗马和埃及永保繁荣”。当她要再喝对另一杯时,却因此彼的爱太强烈而止。现在,另一杯酒的耳环,说流到罗马,而且成为万神殿中维斯的耳环。\",\n \"moon\": 6,\n \"day\": 20\n }]\n}", "api_id" : 119832 }, { "id" : 10020, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 400,\n \"message\": \"参数不存在或者有误\",\n \"data\": null\n}", "api_id" : 119832 } ] } }, "/api/v1/xzw/birthday_pwd/" : { "description" : "生日密码", "get" : { "summary" : "生日密码", "description" : "生日密码", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "advantage", "aphorism", "celebrity", "day", "disadvantage", "healthy", "lucky", "moon", "suggest", "tarot" ], "type" : "object", "properties" : { "lucky" : { "title" : "lucky", "type" : "string", "description" : "幸运数字和守护星" }, "healthy" : { "title" : "healthy", "type" : "string", "description" : "健康" }, "suggest" : { "title" : "suggest", "type" : "string", "description" : "建议" }, "celebrity" : { "title" : "celebrity", "type" : "string", "description" : "名人" }, "tarot" : { "title" : "tarot", "type" : "string", "description" : "塔罗牌" }, "aphorism" : { "title" : "aphorism", "type" : "string", "description" : "静思语" }, "advantage" : { "title" : "advantage", "type" : "string", "description" : "优点" }, "disadvantage" : { "title" : "disadvantage", "type" : "string", "description" : "缺点" }, "moon" : { "title" : "moon", "type" : "string", "description" : "出生月份" }, "day" : { "title" : "day", "type" : "string", "description" : "出生日份" } } } } } } }, "x-description" : "根据出生日期查询生日密码", "x-logo" : "https://data-apibee.apispace.com/license/16818016174715b1614db-ada0-482d-9a07-5505df872eed", "x-projectName" : "生日密码", "x-gatewayUri" : "https://eolink.o.apispace.com/birthday-pwd", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10021, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"message\": \"OK\",\n \"code\": 200,\n \"data\": [{\n \"lucky\": \"6月2日出生的人都受到数字2以及月亮的影响。数字2象征良好的合作伙伴,对于这一天出生的人而言,在工作或人际关系上,都有很大的帮助。不过,数字2同时也会阻碍或挫折个人的创意与行动,再加上月亮强烈的深思和被动倾向的影响,将使这种情形更为明显。另外,在月亮和水星(双子座的主宰行星)的双重影响下,6月2日出生的人常会以圆滑却肤浅的态度处事,甚至不由自主地想取悦他人,这种情形在排行老二的人身上特别严重,主要是因为他们长期受制于较有权威的兄姊所致。\",\n \"healthy\": \"6月2日出生的人因为喜好社交活动,因此很可能在无数的舞会、晚宴之后,体重直线上升。所以,最好多多选择素食的菜色,以防摄取过多的脂肪。或是在家学习烹饪技巧,也颇能有效控制卡路里的摄取。至于运动方面,举凡一对一的竞赛活动,诸如回力球、网球等,都能够纾解挫折感,有益身心健康。这天出生的人在健康及饮食方面的知识丰富,但除非是在自己的专业范围之内,否则最好不要提供别人太多的建议。还有,对他们那负荷过重的神经系统来说,定期且较长时间的休假,可是非常重要的。\",\n \"suggest\": \"不要把全世界的事都往自己肩上扛,应该多想想自己;也不要老是将别人牵扯到自己的计划中,而应该偶尔试着自己独立完成工作。主动去追求幸福、快乐,并且真正重视这些建议。\",\n \"celebrity\": \"哈代(Thomas Hardy)19世纪英国小说家及诗人、建筑师,他惯常以虔诚而不失幽默的笔触,塑造出作品中的乡农角色。作品有《黛丝姑娘》、《玖德》等。\\n美国自由式泳将、五面奥运金牌得主强尼惠斯曼(Johnny Weissmuller),他也是电影演员,在一系列作品中扮演“泰山”。\\n希腊国王君士坦丁二世(Constantine Il)。\\n教宗庇护十世(Pope Pius X)。\\n英国作曲家及指挥家艾尔加爵士(Sir Edward Elgar),他是维多利亚女王时期的音乐家,也是第一位了解到留声机发展之重要性的伟大作曲家,于1914-1933年间录制许多自己的作品,后来成为重要的历史资料。他的音乐优雅、轻盈而通俗,代表作有《傅华萨》、《威仪堂堂》等。\\n自然主义者兼作家、插画家提尔(Edwin Way Teale)。\",\n \"tarot\": \"大秘仪塔罗牌的第2张是“女祭师”,她坐在宝座上,看来自在平静,有些高深莫测。她拥有灵性,可以让隐藏的力量和秘密显现,进而给予人们这些知识。所以当牌面正立时显示的是宁静、直觉、含蓄以及谨慎。当牌面倒立时,则表示诡秘、猜疑、冷漠和迟缓。\",\n \"aphorism\": \"自我安慰是愉快的消遣,但是却少有助益。\",\n \"advantage\": \"能保护人、专业、刚毅果断。\",\n \"disadvantage\": \"苛求、无节制、耽于享乐。\",\n \"moon\": 6,\n \"day\": 2\n }]\n}", "api_id" : 119833 }, { "id" : 10022, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 400,\n \"message\": \"参数不存在或者有误\",\n \"data\": null\n}", "api_id" : 119833 } ] } }, "/api/v1/xzw/constellation_query/" : { "description" : "星座查询", "get" : { "summary" : "星座查询", "description" : "星座查询", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "attributes", "biggest_feature", "boy_characteristics", "clr", "constellation", "constellation_gregorian_dt_rng", "features", "girl_characteristics", "jewelry", "lucky_num", "metal", "negative_and_positive", "overall_evaluation", "ruling_house", "supervisor_star" ], "type" : "object", "properties" : { "features" : { "title" : "features", "type" : "string", "description" : "特点" }, "ruling_house" : { "title" : "ruling_house", "type" : "string", "description" : "掌管宫位" }, "negative_and_positive" : { "title" : "negative_and_positive", "type" : "string", "description" : "阴阳性" }, "biggest_feature" : { "title" : "biggest_feature", "type" : "string", "description" : "最大特征" }, "supervisor_star" : { "title" : "supervisor_star", "type" : "string", "description" : "主管星" }, "clr" : { "title" : "clr", "type" : "string", "description" : "颜色" }, "jewelry" : { "title" : "jewelry", "type" : "string", "description" : "珠宝" }, "lucky_num" : { "title" : "lucky_num", "type" : "string", "description" : "幸运号码" }, "metal" : { "title" : "metal", "type" : "string", "description" : "金属" }, "constellation" : { "title" : "constellation", "type" : "string", "description" : "星座" }, "constellation_gregorian_dt_rng" : { "title" : "constellation_gregorian_dt_rng", "type" : "string", "description" : "星座公历日期范围" }, "attributes" : { "title" : "attributes", "type" : "string", "description" : "属性" }, "overall_evaluation" : { "title" : "overall_evaluation", "type" : "string", "description" : "总体评价" }, "girl_characteristics" : { "title" : "girl_characteristics", "type" : "string", "description" : "女生特征" }, "boy_characteristics" : { "title" : "boy_characteristics", "type" : "string", "description" : "男生特征" } } } } } } }, "x-description" : "根据日期或星座名称,查询星座详细信息", "x-logo" : "https://data-apibee.apispace.com/license/1681801411316cb8b81d7-a5a5-484f-afc8-b11e12e95cf3", "x-projectName" : "星座查询", "x-gatewayUri" : "https://eolink.o.apispace.com/xzcx", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10024, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"data\": {\n \"features\": \"稳健固执\",\n \"ruling_house\": \"第二宫\",\n \"negative_and_positive\": \"阴性\",\n \"biggest_feature\": \"财富\",\n \"supervisor_star\": \"金星\",\n \"clr\": \"粉色\",\n \"jewelry\": \"翡翠、玉\",\n \"lucky_num\": \"6\",\n \"metal\": \"木\",\n \"constellation\": \"金牛座\",\n \"constellation_gregorian_dt_rng\": \"4-20~5-20\",\n \"attributes\": \"土\",\n \"overall_evaluation\": \"金牛座很保守,喜欢稳定,一旦有什么变动就会觉得心里不踏实,性格也比较慢热,但你是理财高手,对于投资理财都有着独特的见解。金牛男的性格有点儿自我,而金牛女就喜欢投资自己,想要过得更好。\",\n \"girl_characteristics\": \"浪漫、决断能力、逻辑思考\\r\\n偏见、依赖心\\r\\n沉默、安逸、踏实、耐性\",\n \"body_characteristics\": \"浪漫、决断能力、逻辑思考\\r\\n偏见、死脑筋\\r\\n沉默、安逸、踏实、耐性\"\n },\n \"message\": \"\"\n}", "api_id" : 119835 }, { "id" : 10025, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 204,\n \"message\": \"没有查询到任何与【金牛做】相关的星座信息\",\n \"data\": null\n}", "api_id" : 119835 } ] } }, "/api/v1/forward/wubi" : { "description" : "汉字转五笔", "get" : { "summary" : "汉字转五笔", "description" : "汉字转五笔", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { } } }, "x-description" : "输入汉字查询五笔", "x-logo" : "https://data-apibee.apispace.com/license/16818019712470cd46ef7-9862-49b4-94b2-5f4249873bbc", "x-projectName" : "汉字转五笔", "x-gatewayUri" : "https://eolink.o.apispace.com/han2wubi", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10030, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": [\"trnt\", \"epdc\", \"wqiy\"]\n}", "api_id" : 119836 } ] } }, "/api/v1/xzw/zodiac_query/" : { "description" : "生肖查询", "get" : { "summary" : "生肖查询", "description" : "生肖查询", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "advantage", "auspicious_clr", "avoid", "big_bad_numbers", "causeq", "five_elements_anls", "fortune", "healthy", "love", "lucky_flower", "lucky_num", "natal_buddha", "shortcoming", "suitable", "year", "zodiac_nm", "zodiac_nm0", "zodiac_nm1" ], "type" : "object", "properties" : { "zodiac_nm" : { "title" : "zodiac_nm", "type" : "string", "description" : "生肖名称" }, "five_elements_anls" : { "title" : "five_elements_anls", "type" : "string", "description" : "五行分析" }, "natal_buddha" : { "title" : "natal_buddha", "type" : "string", "description" : "本命佛" }, "year" : { "title" : "year", "type" : "string", "description" : "生辰" }, "auspicious_clr" : { "title" : "auspicious_clr", "type" : "string", "description" : "吉祥颜色" }, "big_bad_numbers" : { "title" : "big_bad_numbers", "type" : "string", "description" : "大凶数字" }, "lucky_num" : { "title" : "lucky_num", "type" : "string", "description" : "幸运数字" }, "lucky_flower" : { "title" : "lucky_flower", "type" : "string", "description" : "幸运花" }, "zodiac_nm0" : { "title" : "zodiac_nm0", "type" : "string", "description" : "吉祥方位" }, "zodiac_nm1" : { "title" : "zodiac_nm1", "type" : "string", "description" : "介绍" }, "advantage" : { "title" : "advantage", "type" : "string", "description" : "优点" }, "shortcoming" : { "title" : "shortcoming", "type" : "string", "description" : "缺点" }, "causeq" : { "title" : "causeq", "type" : "string", "description" : "事业" }, "love" : { "title" : "love", "type" : "string", "description" : "爱情" }, "fortune" : { "title" : "fortune", "type" : "string", "description" : "财运" }, "healthy" : { "title" : "healthy", "type" : "string", "description" : "健康" }, "suitable" : { "title" : "suitable", "type" : "string", "description" : "宜配" }, "avoid" : { "title" : "avoid", "type" : "string", "description" : "忌配" } } } } } } }, "x-description" : "根据生肖名称,查询生肖详细信息", "x-logo" : "https://data-apibee.apispace.com/license/1681801605999181eff29-3541-4bb2-a82d-36d9b34fa4fb", "x-projectName" : "生肖查询", "x-gatewayUri" : "https://eolink.o.apispace.com/sxcx", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10031, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": {\n \"zodiac_nm\": \"牛\",\n \"five_elements_anls\": \"丑属土\",\n \"natal_buddha\": \"虚空藏菩萨\",\n \"year\": \"2021、2009、1997、1985、1973、1961、1949、1937\",\n \"auspicious_clr\": \"蓝、红、紫色\",\n \"big_evil_clr\": \"白色、绿色\",\n \"big_bad_numbers\": \"3、4\",\n \"lucky_num\": \"1、9\",\n \"lucky_flower\": \"幸运花郁金香、万年青、桃花\",\n \"zodiac_nm0\": \"吉祥方位东南方、正南方及正北方\",\n \"zodiac_nm1\": \"丑年生人,性诚实,富有忍耐心,对事多固执,乏其交际,女人多信他人甜言以致失败,后悔不入及,应该谨慎之,此人沉默寡言,不被人重用,但内心温和,作事勤勉,活动独立,热心坚实,性向钱财等,早离乡白手成家,少年有福,中年交来多少苦劳与精神的麻烦与苦恼,晚景天禀赐福的荣幸,有婚姻上的麻烦等。\",\n \"advantage\": \"温厚老实,深思熟虑,有抱负。\",\n \"shortcoming\": \"拘谨冷漠,固执己见,不善沟通。\",\n \"causeq\": \"得心应手,大有可为。\",\n \"love\": \"爱憎分明,风波曲折,中庸平衡。\",\n \"fortune\": \"运势高涨,偏财小吉。\",\n \"healthy\": \"健康良好,关注耳鼻喉旧病复发。\",\n \"suitable\": \"鼠、蛇、鸡\",\n \"avoid\": \"马、狗、羊\"\n }\n}", "api_id" : 119837 }, { "id" : 10032, "name" : "失败示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 204,\n \"message\": \"没有查询到任何与【444】相关的生肖详细信息\",\n \"data\": null\n}", "api_id" : 119837 } ] } }, "/api/v1/administrative_area" : { "description" : "全国行政区查询", "get" : { "summary" : "全国行政区查询", "description" : "全国行政区查询", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "co_nm", "code", "level", "parant" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "行政区号" }, "co_nm" : { "title" : "co_nm", "type" : "string", "description" : "名称" }, "level" : { "title" : "level", "type" : "string", "description" : "区域等级" }, "parant" : { "title" : "parant", "type" : "string", "description" : "上一级区域" } } } } } } }, "x-description" : "全国行政区查询, 支持省、市、区县。", "x-logo" : "https://data-apibee.apispace.com/license/168180174308161cd8a9c-a900-4f9b-b6fd-0acd1eaa959f", "x-projectName" : "全国行政区查询", "x-gatewayUri" : "https://eolink.o.apispace.com/xzqcx", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10033, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": [{\n \"code\": 440113,\n \"co_nm\": \"番禺区\",\n \"level\": 3,\n \"parant\": {\n \"id\": 1923,\n \"code\": 440100,\n \"co_nm\": \"广州市\",\n \"level\": 3,\n \"parant\": 1923\n }\n }]\n}", "api_id" : 119838 } ] } }, "/api/v1/forward/sentiment_anls" : { "description" : "可对文本进行情绪分析、正负情感分析", "get" : { "summary" : "可对文本进行情绪分析、正负情感分析", "description" : "可对文本进行情绪分析、正负情感分析", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data" ], "type" : "object", "properties" : { "data" : { "required" : [ "negative_prob", "part_of_speech", "positive_prob", "sentences", "sentiments", "word" ], "type" : "object", "properties" : { "word" : { "title" : "word", "type" : "string", "description" : "" }, "sentences" : { "title" : "sentences", "type" : "string", "description" : "表示情感极性分类结果,0:负向,1:中性,2:正向" }, "positive_prob" : { "title" : "positive_prob", "type" : "string", "description" : "积极类别的概率" }, "negative_prob" : { "title" : "negative_prob", "type" : "string", "description" : "消极类别的概率" }, "part_of_speech" : { "title" : "part_of_speech", "type" : "array", "description" : "词性标注、分析", "items" : { "type" : "string" } }, "sentiments" : { "title" : "sentiments", "type" : "string", "description" : "表示情感极性分类结果的概率" } } } } } } } } }, "x-description" : "可对文本进行情绪分析、正负情感分析(训练数据主要是电商服务类的评价)", "x-logo" : "https://data-apibee.apispace.com/license/16818014665244b9db4d5-8b1a-4800-a1e7-ba5b4712806a", "x-projectName" : "文本情感倾向分析", "x-gatewayUri" : "https://eolink.o.apispace.com/wbqgfx", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10034, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": {\n \"positive_prob\": 0,\n \"negative_prob\": 0,\n \"part_of_speech\": [\n [\"这\", \"r\"],\n [\"真是\", \"d\"],\n [\"太\", \"d\"],\n [\"棒\", \"a\"],\n [\"了\", \"y\"]\n ],\n \"sentiments\": 0.9005911035821151,\n \"words\": 3,\n \"sentences\": 2,\n \"好\": 0,\n \"乐\": 0,\n \"哀\": 0,\n \"怒\": 0,\n \"惧\": 0,\n \"恶\": 0,\n \"惊\": 0\n }\n}", "api_id" : 119839 } ] } }, "/api/v1/xzw/zodiac_pairing" : { "description" : "星座配对", "get" : { "summary" : "星座配对", "description" : "星座配对", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "boy_horoscope", "compassion_idx", "girls_horoscope", "longevity_idx", "love_advc", "paired_proportions", "pairing_idx", "precautions", "results_rvw" ], "type" : "object", "properties" : { "boy_horoscope" : { "title" : "boy_horoscope", "type" : "string", "description" : "男生星座" }, "girls_horoscope" : { "title" : "girls_horoscope", "type" : "string", "description" : "女生星座" }, "pairing_idx" : { "title" : "pairing_idx", "type" : "string", "description" : "配对指数" }, "paired_proportions" : { "title" : "paired_proportions", "type" : "string", "description" : "配对比重" }, "compassion_idx" : { "title" : "compassion_idx", "type" : "string", "description" : "两情相悦指数" }, "longevity_idx" : { "title" : "longevity_idx", "type" : "string", "description" : "天长地久指数" }, "results_rvw" : { "title" : "results_rvw", "type" : "string", "description" : "结果评述" }, "love_advc" : { "title" : "love_advc", "type" : "string", "description" : "恋爱建议" }, "precautions" : { "title" : "precautions", "type" : "string", "description" : "注意事项" } } } } } } }, "x-description" : "十二星座配对爱情缘分和配对指数", "x-logo" : "https://data-apibee.apispace.com/license/16818013963470105aeca-851d-4d1e-8065-9a1355d58ae4", "x-projectName" : "星座配对", "x-gatewayUri" : "https://eolink.o.apispace.com/xzpd", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10054, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": {\n \"boy_horoscope\": \"金牛座\",\n \"girls_horoscope\": \"金牛座\",\n \"pairing_idx\": \"80\",\n \"paired_proportions\": \"50:50\",\n \"compassion_idx\": \"4\",\n \"longevity_idx\": \"4\",\n \"results_rvw\": \"相处和谐的一对\",\n \"love_advc\": \"金牛座男生和金牛座女生相配度相当高,俩人性格相似,有着相同的价值观、世界观,有共同话题。你们感情发展并非一见钟情,而是如同炭火般,越烧越旺。随着时间推移,你们会越发了解对方。你们的感情酝酿过程相比其他星座组合而言要来的久,但却是最温馨的一对。在这么多星座里,没有其他星座比金牛座男生更吸引金牛女的目光,因为你俩有太多相同点,性格也相似,实际、忠实有耐心,对未来憧憬同是行动比动作慢;缺乏积极性,但骨子里却是固执又倔强。你们很少发生矛盾,即使有少许的矛盾也是思维摩擦的火花。\",\n \"precautions\": \"两只牛儿在一起,就像照镜子一样,看的都是自己,在个性和行为模式上都太像。都久缺开拓冒险精神,所以两个在一起经常会在有效时间内,做不出决定性的事。在语言上,你们欠缺表达能力,你们的语言仿佛只有你们自己才懂;你们过于谨慎,不易表达情感,这样就很容易发生与爱失之交臂、爱恨离别的惨剧。你们性格固执且一条筋,很多事容易各执已见,不懂得退一步为对方着想。在这方面,你们要懂得用你们独特的沟通方式去化险为夷。\"\n }\n}", "api_id" : 119859 } ] } }, "/api/v1/forward/chinese_cd" : { "description" : "标准中文电码查询", "get" : { "summary" : "标准中文电码查询", "description" : "标准中文电码查询", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { } } }, "x-description" : "提供的标准中文电码查询程序结果", "x-logo" : "https://data-apibee.apispace.com/license/168180213067423730003-58cf-4627-901c-183d8f8473c5", "x-projectName" : "标准中文电码查询", "x-gatewayUri" : "https://eolink.o.apispace.com/dmcx", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10055, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": [\"老:5071\", \"流:3177\", \"批:2106\", \"九:0046\", \"六:0362\", \"九:0046\", \"年:1628\", \"二:0059\"]\n}", "api_id" : 119860 } ] } }, "/ocr/v1/base_file" : { "description" : "通用文字识别OCR_文件", "post" : { "summary" : "通用文字识别OCR_文件", "description" : "通用文字识别OCR_文件", "parameters" : [ ], "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "title" : "file", "type" : "string", "description" : "被识别的文件,支持jpg, jpeg, png图片格式和pdf文件格式", "format" : "binary" }, "language" : { "title" : "language", "type" : "string", "description" : "识别语言类型,默认为CHN_ENG 可选值包括: CHN_ENG:中英文混合; ENG:英文; JAP:日语; KOR:韩语; FRE:法语; GER:德语;" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "log_id", "msg", "statusCode", "word_count", "word_result" ], "type" : "object", "properties" : { "word_result" : { "required" : [ "location", "word" ], "type" : "object", "properties" : { "word" : { "title" : "word", "type" : "string", "description" : "识别到的文字" }, "location" : { "title" : "location", "type" : "array", "description" : "文字区域在图片中的坐标", "items" : { "type" : "string" } } } }, "word_count" : { "title" : "word_count", "type" : "number", "description" : "识别到文字区域的数量" }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一ID,用于定位请求" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,成功调用时为success" } } } } } } }, "x-description" : "多场景、多语种、高精度的整图文字检测和识别服务,多项指标行业领先,可识别中、英、日、韩、法、德多种语言", "x-logo" : "https://data-apibee.apispace.com/license/168180239232692d9361d-37ee-44cf-87a0-951881b730fb", "x-projectName" : "通用文字识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/ocrbase", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10378, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"words_result\": [{\n \"word\": \" APispace\",\n \"location\": [\n [57, 54],\n [395, 54],\n [395, 108],\n [57, 108]\n ]\n }, {\n \"word\": \"通用文字识别OCR\",\n \"location\": [\n [55, 223],\n [711, 223],\n [711, 285],\n [55, 285]\n ]\n }, {\n \"word\": \"多场景:多场景、高精度的整图文字检测和识别服务\",\n \"location\": [\n [83, 437],\n [836, 437],\n [836, 468],\n [83, 468]\n ]\n }, {\n \"word\": \"多语种:可识别中、英、日、韩、法、德多种语言\",\n \"location\": [\n [95, 481],\n [806, 483],\n [806, 514],\n [95, 512]\n ]\n }, {\n \"word\": \"高精度:多项指标行业领先\",\n \"location\": [\n [90, 529],\n [486, 529],\n [486, 560],\n [90, 560]\n ]\n }],\n \"words_count\": 5,\n \"log_id\": \"75633bdf-e275-11ed-b36e-00000000e595\",\n \"statusCode\": \"00020\",\n \"msg\": \"success\"\n}", "api_id" : 119926 } ] } }, "/ocr/v1/base" : { "description" : "通用文字识别OCR", "post" : { "summary" : "通用文字识别OCR", "description" : "通用文字识别OCR", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当url字段存在时,pdf字段失效 请注意关闭URL防盗链" }, "pdf" : { "title" : "pdf", "type" : "string", "description" : "pdf文件字节流的base64编码,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "language" : { "title" : "language", "type" : "string", "description" : "识别语言类型,默认为CHN_ENG 可选值包括: CHN_ENG:中英文混合; ENG:英文; JAP:日语; KOR:韩语; FRE:法语; GER:德语;" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "log_id", "msg", "statusCode", "word_count", "word_result" ], "type" : "object", "properties" : { "word_result" : { "required" : [ "location", "word" ], "type" : "object", "properties" : { "word" : { "title" : "word", "type" : "object", "description" : "识别到的文字" }, "location" : { "title" : "location", "type" : "array", "description" : "文字区域在图片中的坐标", "items" : { "type" : "string" } } } }, "word_count" : { "title" : "word_count", "type" : "number", "description" : "识别到文字区域的数量" }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一ID,用于定位请求" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,成功调用时为success" } } } } } } }, "x-description" : "多场景、多语种、高精度的整图文字检测和识别服务,多项指标行业领先,可识别中、英、日、韩、法、德多种语言", "x-logo" : "https://data-apibee.apispace.com/license/168180239232692d9361d-37ee-44cf-87a0-951881b730fb", "x-projectName" : "通用文字识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/ocrbase", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10090, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"words_result\": [{\n \"word\": \" APispace\",\n \"location\": [\n [57, 54],\n [395, 54],\n [395, 108],\n [57, 108]\n ]\n }, {\n \"word\": \"通用文字识别OCR\",\n \"location\": [\n [55, 223],\n [711, 223],\n [711, 285],\n [55, 285]\n ]\n }, {\n \"word\": \"多场景:多场景、高精度的整图文字检测和识别服务\",\n \"location\": [\n [83, 437],\n [836, 437],\n [836, 468],\n [83, 468]\n ]\n }, {\n \"word\": \"多语种:可识别中、英、日、韩、法、德多种语言\",\n \"location\": [\n [95, 481],\n [806, 483],\n [806, 514],\n [95, 512]\n ]\n }, {\n \"word\": \"高精度:多项指标行业领先\",\n \"location\": [\n [90, 529],\n [486, 529],\n [486, 560],\n [90, 560]\n ]\n }],\n \"words_count\": 5,\n \"log_id\": \"105c1f14-e275-11ed-b505-000000005d6d\",\n \"statusCode\": \"00020\",\n \"msg\": \"success\"\n}", "api_id" : 119869 }, { "id" : 10091, "name" : "失败示例", "code" : "400", "type" : "application/json", "content" : "{\n \"msg\": \"非base64字符串\",\n \"statusCode\": \"00009\",\n \"data\": \"\"\n}", "api_id" : 119869 } ] } }, "/ocr/v1/barcode_file" : { "description" : "二维码识别OCR_文件", "post" : { "summary" : "二维码识别OCR_文件", "description" : "二维码识别OCR_文件", "parameters" : [ ], "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "title" : "file", "type" : "string", "description" : "被识别的文件,支持jpg, jpeg, png图片格式和pdf文件格式", "format" : "binary" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "log_id", "msg", "result", "result_count", "statusCode" ], "type" : "object", "properties" : { "result" : { "required" : [ "location", "text", "type" ], "type" : "object", "properties" : { "type" : { "title" : "type", "type" : "string", "description" : "二维码或者条形码类型" }, "location" : { "title" : "location", "type" : "array", "description" : "二维码或者条形码坐标", "items" : { "type" : "string" } }, "text" : { "title" : "text", "type" : "string", "description" : "二维码或者条形码解析结果" } } }, "result_count" : { "title" : "result_count", "type" : "number", "description" : "识别到二维码的个数" }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一的id,用于请求定位" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时为success" } } } } } } }, "x-description" : "对图片中的二维码、条形码进行检测和识别,返回存储的文字内容", "x-logo" : "https://data-apibee.apispace.com/license/168180233540598db0f5b-89d0-4946-babd-3b71f573af5b", "x-projectName" : "二维码识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/ocrbarcode", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10424, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"result\": [{\n \"text\": \"https://work.weixin.qq.com/gm/6f20a87f02c7f71dc8db53c14ab49e1e\",\n \"type\": \"QRCODE\",\n \"location\": [\n [14, 14],\n [14, 381],\n [381, 381],\n [381, 14]\n ]\n }],\n \"result_count\": 1,\n \"log_id\": \"16675c4a-e250-11ed-b9c1-00000000d126\",\n \"statusCode\": \"00020\"\n}", "api_id" : 119929 } ] } }, "/ocr/v1/barcode" : { "description" : "二维码识别OCR", "post" : { "summary" : "二维码识别OCR", "description" : "二维码识别OCR", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当url字段存在时,pdf字段失效 请注意关闭URL防盗链" }, "pdf" : { "title" : "pdf", "type" : "string", "description" : "pdf文件字节流的base64编码,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "log_id", "msg", "result", "result_count", "statusCode" ], "type" : "object", "properties" : { "result" : { "required" : [ "location", "text", "type" ], "type" : "object", "properties" : { "type" : { "title" : "type", "type" : "string", "description" : "二维码或者条形码类型" }, "location" : { "title" : "location", "type" : "array", "description" : "二维码或者条形码坐标", "items" : { "type" : "string" } }, "text" : { "title" : "text", "type" : "string", "description" : "二维码或者条形码解析结果" } } }, "result_count" : { "title" : "result_count", "type" : "string", "description" : "识别到二维码的个数" }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一的log id,用于请求定位" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "接口返回信息,成功时为success" } } } } } } }, "x-description" : "对图片中的二维码、条形码进行检测和识别,返回存储的文字内容", "x-logo" : "https://data-apibee.apispace.com/license/168180233540598db0f5b-89d0-4946-babd-3b71f573af5b", "x-projectName" : "二维码识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/ocrbarcode", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10098, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"result\": [{\n \"text\": \"https://work.weixin.qq.com/gm/6f20a87f02c7f71dc8db53c14ab49e1e\",\n \"type\": \"QRCODE\",\n \"location\": [\n [14, 14],\n [14, 381],\n [381, 381],\n [381, 14]\n ]\n }],\n \"result_count\": 1,\n \"log_id\": \"16675c4a-e250-11ed-b9c1-00000000d126\",\n \"statusCode\": \"00020\"\n}", "api_id" : 119871 }, { "id" : 10099, "name" : "失败示例", "code" : "400", "type" : "application/json", "content" : "{\n \"msg\": \"url请求超时或者url有错误\",\n \"statusCode\": \"00013\",\n \"data\": \"\"\n}", "api_id" : 119871 } ] } }, "/api/v1/detect_file" : { "description" : "车牌识别OCR_文件", "post" : { "summary" : "车牌识别OCR_文件", "description" : "车牌识别OCR_文件", "parameters" : [ ], "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file" ], "type" : "object", "properties" : { "file" : { "title" : "file", "type" : "string", "description" : "被识别的图片文件,支持jpg, jpeg, png格式", "format" : "binary" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "data" : { "required" : [ "count", "result" ], "type" : "object", "properties" : { "result" : { "required" : [ "class", "confidence", "landmarks", "number", "rect", "roi_height" ], "type" : "object", "properties" : { "rect" : { "title" : "rect", "type" : "array", "description" : "格式:[x1,y1,x2,y2],车牌在图片中的矩形区域的左上角和右下角坐标", "items" : { "type" : "string" } }, "landmarks" : { "title" : "landmarks", "type" : "array", "description" : "车牌四个角关键点坐标", "items" : { "type" : "string" } }, "number" : { "title" : "number", "type" : "string", "description" : "车牌号码" }, "roi_height" : { "title" : "roi_height", "type" : "string", "description" : "车牌区域的高度" }, "confidence" : { "title" : "confidence", "type" : "string", "description" : "模型置信度" }, "class" : { "title" : "class", "type" : "string", "description" : "总共有两类,single和double,分别为单层车牌和双层车牌" } } }, "count" : { "title" : "count", "type" : "string", "description" : "识别到车牌的个数" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一ID,用于定位请求" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时为success" } } } } } } }, "x-description" : "支持12种中文车牌类型,如蓝牌、黄牌(单双行)、绿牌、大型新能源(黄绿),并能同时识别图像中的多张车牌。", "x-logo" : "https://data-apibee.apispace.com/license/16818022465451ad43b16-e8c4-48a4-9c19-b8602e46c461", "x-projectName" : "车牌识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/lisence-recognition", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10430, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"result\": [{\n \"rect\": [237, 288, 397, 341],\n \"landmarks\": [\n [238, 288],\n [398, 290],\n [398, 341],\n [238, 339]\n ],\n \"number\": \"京AA0000\",\n \"roi_height\": 51,\n \"confidence\": 0.84,\n \"class\": \"single\"\n }],\n \"count\": 1\n },\n \"log_id\": \"56e87ffb-e265-11ed-9c72-000000004eee\"\n}\n ", "api_id" : 119932 } ] } }, "/api/v1/detect" : { "description" : "车牌识别OCR", "post" : { "summary" : "车牌识别OCR", "description" : "车牌识别OCR", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url,当image字段存在时,url字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片完整url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url,当image字段存在时,url字段失效 请注意关闭URL防盗链" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "data" : { "required" : [ "count", "result" ], "type" : "object", "properties" : { "result" : { "required" : [ "class", "confidence", "landmarks", "number", "rect", "roi_height" ], "type" : "object", "properties" : { "rect" : { "title" : "rect", "type" : "array", "description" : "格式:[x1,y1,x2,y2],车牌在图片中的矩形区域的左上角和右下角坐标", "items" : { "type" : "string" } }, "landmarks" : { "title" : "landmarks", "type" : "array", "description" : "车牌四个角关键点坐标", "items" : { "type" : "string" } }, "number" : { "title" : "number", "type" : "string", "description" : "车牌号码" }, "roi_height" : { "title" : "roi_height", "type" : "string", "description" : "车牌区域的高度" }, "confidence" : { "title" : "confidence", "type" : "string", "description" : "模型置信度" }, "class" : { "title" : "class", "type" : "string", "description" : "总共有两类,single和double,分别为单层车牌和双层车牌" } } }, "count" : { "title" : "count", "type" : "string", "description" : "识别到车牌的个数" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一ID,用于定位请求" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时返回success" } } } } } } }, "x-description" : "支持12种中文车牌类型,如蓝牌、黄牌(单双行)、绿牌、大型新能源(黄绿),并能同时识别图像中的多张车牌。", "x-logo" : "https://data-apibee.apispace.com/license/16818022465451ad43b16-e8c4-48a4-9c19-b8602e46c461", "x-projectName" : "车牌识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/lisence-recognition", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10136, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"result\": [{\n \"rect\": [237, 288, 397, 341],\n \"landmarks\": [\n [238, 288],\n [398, 290],\n [398, 341],\n [238, 339]\n ],\n \"number\": \"京AA0000\",\n \"roi_height\": 51,\n \"confidence\": 0.84,\n \"class\": \"single\"\n }],\n \"count\": 1\n },\n \"log_id\": \"56e87ffb-e265-11ed-9c72-000000004eee\"\n}", "api_id" : 119876 } ] } }, "/addvaluedinvoiceOCR" : { "description" : "增值税发票识别OCR", "post" : { "summary" : "增值税发票识别OCR", "description" : "增值税发票识别OCR", "parameters" : [ ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "type", "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url > pdf,当url字段存在时,pdf字段失效 请注意关闭URL防盗链" }, "pdf" : { "title" : "pdf", "type" : "string", "description" : "pdf文件字节流的base64编码,要求base64编码后大小不超过5M,最短边至少15px,最长边最大4096px 优先级:image > url > pdf,当image字段存在时,url, pdf字段失效" }, "type" : { "title" : "type", "type" : "string", "description" : "0为纸质增值税发票,1为电子版增值税发票" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "data" : { "required" : [ "QRcode_content", "QRcode_location", "buyer_bank_account_info", "buyer_contact_info", "buyer_name", "buyer_tax_number", "check_code", "checker", "invoice_code", "invoice_date", "invoice_number", "machine_code", "password_area", "payee", "payer", "print_invoice_code", "print_invoice_number", "seller_bank_account_info", "seller_contact_info", "seller_name", "seller_tax_number", "title", "total_amount", "total_amount_inwords", "total_amount_pretax", "total_tax" ], "type" : "object", "properties" : { "QRcode_content" : { "title" : "QRcode_content", "type" : "string", "description" : "二维码内容" }, "QRcode_location" : { "title" : "QRcode_location", "type" : "array", "description" : "二维码位置", "items" : { "type" : "string" } }, "invoice_code" : { "title" : "invoice_code", "type" : "string", "description" : "发票代码" }, "machine_code" : { "title" : "machine_code", "type" : "string", "description" : "机器代码" }, "check_code" : { "title" : "check_code", "type" : "string", "description" : "校验码" }, "title" : { "title" : "title", "type" : "string", "description" : "发票名" }, "invoice_number" : { "title" : "invoice_number", "type" : "string", "description" : "发票号码" }, "print_invoice_code" : { "title" : "print_invoice_code", "type" : "string", "description" : "印刷发票代码" }, "print_invoice_number" : { "title" : "print_invoice_number", "type" : "string", "description" : "印刷发票号码" }, "invoice_date" : { "title" : "invoice_date", "type" : "string", "description" : "发票日期" }, "buyer_name" : { "title" : "buyer_name", "type" : "string", "description" : "购买方名称" }, "buyer_tax_number" : { "title" : "buyer_tax_number", "type" : "string", "description" : "购买方税号" }, "buyer_contact_info" : { "title" : "buyer_contact_info", "type" : "string", "description" : "购买方联系方式" }, "buyer_bank_account_info" : { "title" : "buyer_bank_account_info", "type" : "string", "description" : "购买方银行账户" }, "password_area" : { "title" : "password_area", "type" : "string", "description" : "密码区" }, "total_amount_pretax" : { "title" : "total_amount_pretax", "type" : "string", "description" : "合计税前金额" }, "total_tax" : { "title" : "total_tax", "type" : "string", "description" : "合计税额" }, "total_amount_inwords" : { "title" : "total_amount_inwords", "type" : "string", "description" : "价税合计金额大写" }, "total_amount" : { "title" : "total_amount", "type" : "string", "description" : "价税合计金额" }, "seller_name" : { "title" : "seller_name", "type" : "string", "description" : "销售方名称" }, "seller_tax_number" : { "title" : "seller_tax_number", "type" : "string", "description" : "销售方税号" }, "seller_contact_info" : { "title" : "seller_contact_info", "type" : "string", "description" : "销售方联系方式" }, "seller_bank_account_info" : { "title" : "seller_bank_account_info", "type" : "string", "description" : "销售方银行账户" }, "payee" : { "title" : "payee", "type" : "string", "description" : "收款人" }, "checker" : { "title" : "checker", "type" : "string", "description" : "复核" }, "payer" : { "title" : "payer", "type" : "string", "description" : "开票人" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一标识,用于定位请求" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态吗" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时为success" } } } } } } }, "x-description" : "识别增值税普票、机动车发票、火车票、PDF电子票、行程单等类型发表的所有关键字段,包括发票基本信息、销售方及购买方信息、商品信息、价税信息等,其中五要素识别准确率超过99%。", "x-logo" : "https://data-apibee.apispace.com/license/16818011926659612afed-5a6d-46c2-a428-1577cbe48810", "x-projectName" : "增值税发票识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/fapiao", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10256, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"QRcode_content\": \"01,01,33xxxxx130,50xxxx51,1327.43,202xxxx3,,86BA,\",\n \"QRcode_location\": [\n [70, 76],\n [274, 76],\n [274, 279],\n [70, 279]\n ],\n \"invoice_code\": \"3300194130\",\n \"machine_code\": \"\",\n \"check_code\": \"\",\n \"title\": \"浙江增值税专用发票\",\n \"invoice_number\": \"507xxxx51\",\n \"print_invoice_code\": \"3xxxxx130\",\n \"print_invoice_number\": \"50xxxx1\",\n \"invoice_date\": \"20xx年xx月13日\",\n \"buyer_name\": \"杭州xx技有限公司\",\n \"buyer_tax_number\": \"91330101xxxxxC84\",\n \"buyer_contact_info\": \"浙江省航xxxxxxx元金沙数xxxxxx号商xxxx1-56279728\",\n \"buyer_bank_account_info\": \"杭州联名农村商业银行股份有限公网下沙支行201000179490762\",\n \"password_area\": \"59/12<08-49>xxxxxxxxx2>4762*058-<10*794-9972//80-9/5-921-669/6<>*8+90>7/64/58-10><6+2>050/7+1\",\n \"total_amount_pretax\": \"¥1xxxx43\",\n \"total_tax\": \"¥172.57\",\n \"total_amount_inwords\": \"壹xxxx圆整\",\n \"total_amount\": \"¥1500.00\",\n \"seller_name\": \"杭州乾xxxxx技有限公司\",\n \"seller_tax_number\": \"9133xxxxxB0M08\",\n \"seller_contact_info\": \"杭州市西xxxxxxxxx室15xxxxxx697\",\n \"seller_bank_account_info\": \"建设银行杭xxxxxxxx830xxxxxxx571\",\n \"payee\": \"段国华\",\n \"checker\": \"段国华\",\n \"payer\": \"段国华\"\n },\n \"log_id\": \"e45940a4-e24e-11ed-9288-000000007f09\"\n}", "api_id" : 119903 } ] } }, "/addvaluedinvoiceOCR_file" : { "description" : "增值税发票识别OCR_文件", "post" : { "summary" : "增值税发票识别OCR_文件", "description" : "增值税发票识别OCR_文件", "parameters" : [ ], "requestBody" : { "content" : { "multipart/form-data" : { "schema" : { "required" : [ "file", "type" ], "type" : "object", "properties" : { "file" : { "title" : "file", "type" : "string", "description" : "被识别的文件,支持jpg, jpeg, png图片格式和pdf文件格式", "format" : "binary" }, "type" : { "title" : "type", "type" : "string", "description" : "0为纸质增值税发票,1为电子版增值税发票" }, "pdf_page" : { "title" : "pdf_page", "type" : "string", "description" : "使用pdf文件时,需要填对应识别的页码" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "data" : { "required" : [ "QRcode_content", "QRcode_location", "buyer_bank_account_info", "buyer_contact_info", "buyer_name", "buyer_tax_number", "check_code", "checker", "invoice_code", "invoice_date", "invoice_number", "machine_code", "password_area", "payee", "payer", "print_invoice_code", "print_invoice_number", "seller_bank_account_info", "seller_contact_info", "seller_name", "seller_tax_number", "title", "total_amount", "total_amount_inwords", "total_amount_pretax", "total_tax" ], "type" : "object", "properties" : { "QRcode_content" : { "title" : "QRcode_content", "type" : "string", "description" : "二维码内容" }, "QRcode_location" : { "title" : "QRcode_location", "type" : "array", "description" : "二维码位置", "items" : { "type" : "string" } }, "invoice_code" : { "title" : "invoice_code", "type" : "string", "description" : "发票代码" }, "machine_code" : { "title" : "machine_code", "type" : "string", "description" : "机器代码" }, "check_code" : { "title" : "check_code", "type" : "string", "description" : "校验码" }, "title" : { "title" : "title", "type" : "string", "description" : "发票名" }, "invoice_number" : { "title" : "invoice_number", "type" : "string", "description" : "发票号码" }, "print_invoice_code" : { "title" : "print_invoice_code", "type" : "string", "description" : "印刷发票代码" }, "print_invoice_number" : { "title" : "print_invoice_number", "type" : "string", "description" : "印刷发票号码" }, "invoice_date" : { "title" : "invoice_date", "type" : "string", "description" : "发票日期" }, "buyer_name" : { "title" : "buyer_name", "type" : "string", "description" : "购买方名称" }, "buyer_tax_number" : { "title" : "buyer_tax_number", "type" : "string", "description" : "购买方税号" }, "buyer_contact_info" : { "title" : "buyer_contact_info", "type" : "string", "description" : "购买方联系方式" }, "buyer_bank_account_info" : { "title" : "buyer_bank_account_info", "type" : "string", "description" : "购买方银行账户" }, "password_area" : { "title" : "password_area", "type" : "string", "description" : "密码区" }, "total_amount_pretax" : { "title" : "total_amount_pretax", "type" : "string", "description" : "合计税前金额" }, "total_tax" : { "title" : "total_tax", "type" : "string", "description" : "合计税额" }, "total_amount_inwords" : { "title" : "total_amount_inwords", "type" : "string", "description" : "价税合计金额大写" }, "total_amount" : { "title" : "total_amount", "type" : "string", "description" : "价税合计金额" }, "seller_name" : { "title" : "seller_name", "type" : "string", "description" : "销售方名称" }, "seller_tax_number" : { "title" : "seller_tax_number", "type" : "string", "description" : "销售方税号" }, "seller_contact_info" : { "title" : "seller_contact_info", "type" : "string", "description" : "销售方联系方式" }, "seller_bank_account_info" : { "title" : "seller_bank_account_info", "type" : "string", "description" : "销售方银行账户" }, "payee" : { "title" : "payee", "type" : "string", "description" : "收款人" }, "checker" : { "title" : "checker", "type" : "string", "description" : "复核" }, "payer" : { "title" : "payer", "type" : "string", "description" : "开票人" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一标识,用于定位请求" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时为success" } } } } } } }, "x-description" : "识别增值税普票、机动车发票、火车票、PDF电子票、行程单等类型发表的所有关键字段,包括发票基本信息、销售方及购买方信息、商品信息、价税信息等,其中五要素识别准确率超过99%。", "x-logo" : "https://data-apibee.apispace.com/license/16818011926659612afed-5a6d-46c2-a428-1577cbe48810", "x-projectName" : "增值税发票识别OCR", "x-gatewayUri" : "https://eolink.o.apispace.com/fapiao", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10432, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"QRcode_content\": \"01,01,33xxxxx130,50xxxx51,1327.43,202xxxx3,,86BA,\",\n \"QRcode_location\": [\n [70, 76],\n [274, 76],\n [274, 279],\n [70, 279]\n ],\n \"invoice_code\": \"3300194130\",\n \"machine_code\": \"\",\n \"check_code\": \"\",\n \"title\": \"浙江增值税专用发票\",\n \"invoice_number\": \"507xxxx51\",\n \"print_invoice_code\": \"3xxxxx130\",\n \"print_invoice_number\": \"50xxxx1\",\n \"invoice_date\": \"20xx年xx月13日\",\n \"buyer_name\": \"杭州xx技有限公司\",\n \"buyer_tax_number\": \"91330101xxxxxC84\",\n \"buyer_contact_info\": \"浙江省航xxxxxxx元金沙数xxxxxx号商xxxx1-56279728\",\n \"buyer_bank_account_info\": \"杭州联名农村商业银行股份有限公网下沙支行201000179490762\",\n \"password_area\": \"59/12<08-49>xxxxxxxxx2>4762*058-<10*794-9972//80-9/5-921-669/6<>*8+90>7/64/58-10><6+2>050/7+1\",\n \"total_amount_pretax\": \"¥1xxxx43\",\n \"total_tax\": \"¥172.57\",\n \"total_amount_inwords\": \"壹xxxx圆整\",\n \"total_amount\": \"¥1500.00\",\n \"seller_name\": \"杭州乾xxxxx技有限公司\",\n \"seller_tax_number\": \"9133xxxxxB0M08\",\n \"seller_contact_info\": \"杭州市西xxxxxxxxx室15xxxxxx697\",\n \"seller_bank_account_info\": \"建设银行杭xxxxxxxx830xxxxxxx571\",\n \"payee\": \"段国华\",\n \"checker\": \"段国华\",\n \"payer\": \"段国华\"\n },\n \"log_id\": \"e45940a4-e24e-11ed-9288-000000007f09\"\n}", "api_id" : 119933 } ] } }, "/ip/geo/v1" : { "description" : "IP归属地-IPv4城市级", "get" : { "summary" : "IP归属地-IPv4城市级", "description" : "IP归属地-IPv4城市级", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "charge", "code", "coordsys", "data", "ip", "msg" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "data" : { "required" : [ "accuracy", "adcode", "areacode", "asnumber", "city", "continent", "country", "isp", "lat", "lng", "owner", "prov", "radius", "source", "timezone", "zipcode" ], "type" : "object", "properties" : { "continent" : { "title" : "continent", "type" : "string", "description" : "大洲" }, "country" : { "title" : "country", "type" : "string", "description" : "国家" }, "owner" : { "title" : "owner", "type" : "string", "description" : "所属机构" }, "isp" : { "title" : "isp", "type" : "string", "description" : "运营商。IPv4-全球ISP 可在介绍页的相关附件中查看" }, "zipcode" : { "title" : "zipcode", "type" : "string", "description" : "邮编" }, "timezone" : { "title" : "timezone", "type" : "string", "description" : "时区" }, "accuracy" : { "title" : "accuracy", "type" : "string", "description" : "精度" }, "source" : { "title" : "source", "type" : "string", "description" : "采集方式" }, "areacode" : { "title" : "areacode", "type" : "string", "description" : "国家编码" }, "adcode" : { "title" : "adcode", "type" : "string", "description" : "行政编码" }, "asnumber" : { "title" : "asnumber", "type" : "string", "description" : "自治域编码" }, "lat" : { "title" : "lat", "type" : "string", "description" : "纬度" }, "lng" : { "title" : "lng", "type" : "string", "description" : "经度" }, "radius" : { "title" : "radius", "type" : "string", "description" : "定位半径" }, "prov" : { "title" : "prov", "type" : "string", "description" : "省份" }, "city" : { "title" : "city", "type" : "string", "description" : "城市" } } }, "charge" : { "title" : "charge", "type" : "boolean", "description" : "本次查询是否扣费" }, "msg" : { "title" : "msg", "type" : "string", "description" : "状态码描述" }, "ip" : { "title" : "ip", "type" : "string", "description" : "查询的IP" }, "coordsys" : { "title" : "coordsys", "type" : "string", "description" : "坐标系" } } } } } } }, "x-description" : "根据 IPv4 地址查询归属地信息,支持全球范围城市级别,包含国家、省、市、和运营商等信息。", "x-logo" : "https://data-apibee.apispace.com/license/1681801002617b562b927-a12d-4593-bb8d-7519e19c24ad", "x-projectName" : "IP归属地-IPv4城市级", "x-gatewayUri" : "https://eolink.o.apispace.com/ipv4city", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10234, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\n \"code\": \"Success\",\n \"data\": {\n \"continent\": \"亚洲\",\n \"country\": \"中国\",\n \"owner\": \"imported inetnum object for IIINT\",\n \"isp\": \"China Education and Research Network Center,Tsinghua University,Beijing 100084\",\n \"zipcode\": \"100038\",\n \"timezone\": \"UTC+8\",\n \"accuracy\": \"城市\",\n \"source\": \"数据挖掘\",\n \"areacode\": \"CN\",\n \"adcode\": \"110100\",\n \"asnumber\": \"4538\",\n \"lat\": \"40.009424\",\n \"lng\": \"116.332556\",\n \"radius\": \"105.2321\",\n \"prov\": \"北京市\",\n \"city\": \"北京市\"\n },\n \"charge\": true,\n \"msg\": \"查询成功\",\n \"ip\": \"166.111.4.100\",\n \"coordsys\": \"WGS84\"\n}", "api_id" : 119894 } ] } }, "/ip/geo/v1/street/biz" : { "description" : "IP归属地-IPv4高精版", "get" : { "summary" : "IP归属地-IPv4高精版", "description" : "IP归属地-IPv4高精版", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "area", "charge", "code", "coordsys", "data", "ip", "msg" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "string", "description" : "状态码" }, "data" : { "required" : [ "accuracy", "areacode", "asnumber", "consistency", "continent", "correctness", "country", "isp", "multiAreas", "owner", "source", "timezone", "zipcode" ], "type" : "object", "properties" : { "multiAreas" : { "required" : [ "address", "city", "district", "lat", "lng", "prov", "radius" ], "type" : "object", "properties" : { "address" : { "title" : "address", "type" : "string", "description" : "详细地址" }, "lat" : { "title" : "lat", "type" : "string", "description" : "纬度" }, "lng" : { "title" : "lng", "type" : "string", "description" : "经度" }, "radius" : { "title" : "radius", "type" : "string", "description" : "定位半径(单位:km)" }, "prov" : { "title" : "prov", "type" : "string", "description" : "省份" }, "city" : { "title" : "city", "type" : "string", "description" : "城市" }, "district" : { "title" : "district", "type" : "string", "description" : "区县" } } }, "continent" : { "title" : "continent", "type" : "string", "description" : "大洲" }, "country" : { "title" : "country", "type" : "string", "description" : "国家" }, "consistency" : { "title" : "consistency", "type" : "string", "description" : "一致性" }, "correctness" : { "title" : "correctness", "type" : "string", "description" : "准确性" }, "owner" : { "title" : "owner", "type" : "string", "description" : "所属机构" }, "isp" : { "title" : "isp", "type" : "string", "description" : "运营商。IPv4-中国大陆(不含港台)ISP 可在介绍页的相关附件中查看" }, "zipcode" : { "title" : "zipcode", "type" : "string", "description" : "邮编" }, "timezone" : { "title" : "timezone", "type" : "string", "description" : "时区" }, "accuracy" : { "title" : "accuracy", "type" : "string", "description" : "精度" }, "source" : { "title" : "source", "type" : "string", "description" : "采集方式" }, "areacode" : { "title" : "areacode", "type" : "string", "description" : "国家编码" }, "asnumber" : { "title" : "asnumber", "type" : "string", "description" : "自治域编码" } } }, "charge" : { "title" : "charge", "type" : "boolean", "description" : "本次查询是否扣费" }, "msg" : { "title" : "msg", "type" : "string", "description" : "状态码描述" }, "ip" : { "title" : "ip", "type" : "string", "description" : "查询的IP" }, "coordsys" : { "title" : "coordsys", "type" : "string", "description" : "坐标系" }, "area" : { "title" : "area", "type" : "string", "description" : "区域类型" } } } } } } }, "x-description" : "根据IP地址查询归属地信息,支持到中国地区(不含港台地区)街道级别,包含国家、省、市、区县、详细地址和运营商等信息。", "x-logo" : "https://data-apibee.apispace.com/license/16818001815300b7a98f3-70b3-4864-b2d3-439ed22b1b87", "x-projectName" : "IP归属地-IPv4高精版", "x-gatewayUri" : "https://eolink.o.apispace.com/ipv4street", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10236, "name" : "成功示例", "code" : "", "type" : "", "content" : " {\n \"code\": \"Success\",\n \"data\": {\n \"multiAreas\": {\n \"address\": \"\",\n \"lat\": \"40.009424\",\n \"lng\": \"116.332556\",\n \"radius\": \"105.2321\",\n \"prov\": \"北京市\",\n \"city\": \"北京市\",\n \"district\": \"海淀区\"\n },\n \"continent\": \"亚洲\",\n \"country\": \"中国\",\n \"consistency\": \"2\",\n \"correctness\": \"3\",\n \"owner\": \"imported inetnum object for IIINT\",\n \"isp\": \"China Education and Research Network Center,Tsinghua University,Beijing 100084\",\n \"zipcode\": \"100038\",\n \"timezone\": \"UTC+8\",\n \"accuracy\": \"城市\",\n \"source\": \"数据挖掘\",\n \"areacode\": \"CN\",\n \"asnumber\": \"4538\"\n },\n \"charge\": true,\n \"msg\": \"查询成功\",\n \"ip\": \"166.111.4.100\",\n \"coordsys\": \"WGS84\",\n \"area\": \"multi\"\n }", "api_id" : 119895 } ] } }, "/ip/info/v1" : { "description" : "IP行业-IPv4", "get" : { "summary" : "IP行业-IPv4", "description" : "IP行业-IPv4", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "charge", "data", "ip", "status_code", "status_desc" ], "type" : "object", "properties" : { "status_code" : { "title" : "status_code", "type" : "string", "description" : "状态码" }, "data" : { "required" : [ "industry" ], "type" : "object", "properties" : { "industry" : { "title" : "industry", "type" : "string", "description" : "IPv4 所属行业" } } }, "ip" : { "title" : "ip", "type" : "string", "description" : "查询的IP" }, "charge" : { "title" : "charge", "type" : "boolean", "description" : "本次查询是否扣费" }, "status_desc" : { "title" : "status_desc", "type" : "string", "description" : "状态码描述" } } } } } } }, "x-description" : "用于查询IP地址所属的行业类型。", "x-logo" : "https://data-apibee.apispace.com/license/16818021958111cb49bcf-a051-4e73-a27d-cde69a84680a", "x-projectName" : "IP行业-IPv4", "x-gatewayUri" : "https://eolink.o.apispace.com/ipv4industry", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10246, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\n \"status_code\": \"Success\",\n \"data\": {\n \"industry\": \"教育\"\n },\n \"ip\": \"166.111.4.100\",\n \"charge\": true,\n \"status_desc\": \"查询成功\"\n}", "api_id" : 119900 } ] } }, "/detect" : { "description" : "人脸检测", "post" : { "summary" : "人脸检测", "description" : "人脸检测", "parameters" : [ ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "image", "url" ], "type" : "object", "properties" : { "image" : { "title" : "image", "type" : "string", "description" : "图像数据,要求base64编码,小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url,当image字段存在时,url字段失效" }, "url" : { "title" : "url", "type" : "string", "description" : "图片完整url,url长度不超过1024字节,url对应的图片base64编码后大小不超过5M,最短边至少15px,最长边最大4096px,支持jpg/jpeg/png/bmp格式 优先级:image > url ,当image字段存在时,url字段失效 请注意关闭URL防盗链" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "data", "log_id", "msg", "statusCode" ], "type" : "object", "properties" : { "data" : { "required" : [ "count", "result" ], "type" : "object", "properties" : { "result" : { "required" : [ "class", "confidence", "keypoints", "location" ], "type" : "object", "properties" : { "location" : { "title" : "location", "type" : "object", "description" : "人脸在图片中的坐标" }, "class" : { "title" : "class", "type" : "string", "description" : "模型分类标签" }, "confidence" : { "title" : "confidence", "type" : "string", "description" : "模型置信度,0到1之间,值越高代表模型更确定是人脸" }, "keypoints" : { "title" : "keypoints", "type" : "string", "description" : "人脸的五个关键点,为两个眼睛,鼻尖,嘴巴两角" } } }, "count" : { "title" : "count", "type" : "number", "description" : "识别到人脸的个数" } } }, "log_id" : { "title" : "log_id", "type" : "string", "description" : "唯一ID,用于定位问题" }, "statusCode" : { "title" : "statusCode", "type" : "string", "description" : "接口服务状态码" }, "msg" : { "title" : "msg", "type" : "string", "description" : "返回信息,请求成功时为success" } } } } } } }, "x-description" : "快速检测图片中的人脸并返回人脸位置,输出人脸关键点坐标,支持识别多张人脸。", "x-logo" : "https://data-apibee.apispace.com/license/168180170234261ac606f-4028-442b-a9dc-2f14f9618fd4", "x-projectName" : "人脸检测", "x-gatewayUri" : "https://eolink.o.apispace.com/face", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10272, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"msg\": \"success\",\n \"statusCode\": \"00020\",\n \"data\": {\n \"result\": [{\n \"location\": [\n [115, 100],\n [438, 100],\n [438, 589],\n [115, 589]\n ],\n \"class\": \"face\",\n \"confidence\": \"0.41\",\n \"keypoints\": [{\n \"x\": \"209.49\",\n \"y\": \"298.70\",\n \"confidence\": \"0.99\"\n }, {\n \"x\": \"352.25\",\n \"y\": \"296.17\",\n \"confidence\": \"0.99\"\n }, {\n \"x\": \"284.94\",\n \"y\": \"397.99\",\n \"confidence\": \"0.99\"\n }, {\n \"x\": \"224.36\",\n \"y\": \"457.44\",\n \"confidence\": \"0.99\"\n }, {\n \"x\": \"342.44\",\n \"y\": \"454.92\",\n \"confidence\": \"0.99\"\n }]\n }],\n \"count\": 1\n },\n \"log_id\": \"c9b86a93-e250-11ed-8216-000000011a00\"\n}", "api_id" : 119909 } ] } }, "/getDetail" : { "description" : "查询项目结构化数据", "post" : { "summary" : "查询项目结构化数据", "description" : "查询项目结构化数据", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "id", "publishTime" ], "type" : "object", "properties" : { "publishTime" : { "title" : "publishTime", "type" : "string", "description" : "项目信息发布时间" }, "id" : { "title" : "id", "type" : "string", "description" : "项目信息ID" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "响应码" }, "data" : { "required" : [ "agencyName", "agencyPerson", "agencyPhone", "agencyPhoneArr", "bidMoney", "budgetMoney", "cityCode", "collectUrl", "msg", "newsTypeID", "partyAName", "partyAPerson", "partyAPhone", "partyAPhoneArr", "partyBName", "partyBPhoneArr", "projectID", "projectName", "projectNumber", "proviceCode", "publishTime" ], "type" : "object", "properties" : { "partyAPhoneArr" : { "title" : "partyAPhoneArr", "type" : "object", "description" : "暂无描述" }, "publishTime" : { "title" : "publishTime", "type" : "string", "description" : "信息发布时间" }, "cityCode" : { "title" : "cityCode", "type" : "string", "description" : "市编码" }, "projectNumber" : { "title" : "projectNumber", "type" : "string", "description" : "暂无描述" }, "proviceCode" : { "title" : "proviceCode", "type" : "string", "description" : "省编码" }, "partyAPhone" : { "title" : "partyAPhone", "type" : "string", "description" : "甲方联系电话" }, "agencyName" : { "title" : "agencyName", "type" : "string", "description" : "代理机构名称" }, "partyBName" : { "title" : "partyBName", "type" : "string", "description" : "乙方名称" }, "agencyPhoneArr" : { "title" : "agencyPhoneArr", "type" : "object", "description" : "暂无描述" }, "collectUrl" : { "title" : "collectUrl", "type" : "string", "description" : "采集地址" }, "budgetMoney" : { "title" : "budgetMoney", "type" : "number", "description" : "预算金额,单位元" }, "partyAPerson" : { "title" : "partyAPerson", "type" : "string", "description" : "甲方联系人" }, "newsTypeID" : { "title" : "newsTypeID", "type" : "number", "description" : "信息类别,1:招标信息,2:中标信息,3:采购合同,4:采购意向,5:拍卖信息" }, "bidMoney" : { "title" : "bidMoney", "type" : "number", "description" : "中标金额,单位元,仅中标信息才有" }, "agencyPerson" : { "title" : "agencyPerson", "type" : "string", "description" : "代理机构联系人" }, "agencyPhone" : { "title" : "agencyPhone", "type" : "string", "description" : "代理机构联系电话" }, "projectName" : { "title" : "projectName", "type" : "string", "description" : "暂无描述" }, "partyBPhoneArr" : { "title" : "partyBPhoneArr", "type" : "object", "description" : "暂无描述" }, "projectID" : { "title" : "projectID", "type" : "number", "description" : "项目信息ID" }, "partyAName" : { "title" : "partyAName", "type" : "string", "description" : "甲方名称" }, "msg" : { "title" : "msg", "type" : "string", "description" : "响应信息" } } } } } } } } }, "x-description" : "查询招标保标信息,涵盖招标信息查询、中标信息查询、VIP项目、拟在建项目、业主委托项目、PPP项目、项目来源、历史招标库、政府采集信息等数十个招投标领域。", "x-logo" : "https://data-apibee.apispace.com/license/16819834047544153f0c9-4ad5-4627-bd48-8498945bc45a", "x-projectName" : "全国招标投标查询", "x-gatewayUri" : "https://23330.o.apispace.com/project-info", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10504, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\r\n\t\"code\": 1,\r\n\t\"data\": {\r\n\t\t\"partyAPhoneArr\": [],\r\n\t\t\"publishTime\": \"2023-01-18 22:41:27\",\r\n\t\t\"cityCode\": \"510100\",\r\n\t\t\"projectNumber\": null,\r\n\t\t\"proviceCode\": \"510000\",\r\n\t\t\"partyAPhone\": null,\r\n\t\t\"agencyName\": \"中移系统集成有限公司/中国邮电器材集团有限公司\",\r\n\t\t\"partyBName\": \"美讯慧云科技(成都)有限公司\",\r\n\t\t\"agencyPhoneArr\": [],\r\n\t\t\"collectUrl\": \"https://b2b.10086.cn/b2b/main/viewNoticeContent.html?noticeBean.id=917359\",\r\n\t\t\"budgetMoney\": 0,\r\n\t\t\"partyAPerson\": null,\r\n\t\t\"newsTypeID\": 2,\r\n\t\t\"bidMoney\": 0,\r\n\t\t\"agencyPerson\": null,\r\n\t\t\"agencyPhone\": null,\r\n\t\t\"projectName\": null,\r\n\t\t\"partyBPhoneArr\": [],\r\n\t\t\"projectID\": 125829541,\r\n\t\t\"partyAName\": null\r\n\t},\r\n\t\"msg\": \"ok\"\r\n}", "api_id" : 119944 }, { "id" : 10506, "name" : "成功示例", "code" : "1", "type" : "application/json", "content" : "{\r\n\t\"code\": 1,\r\n\t\"data\": {\r\n\t\t\"partyAPhoneArr\": [],\r\n\t\t\"publishTime\": \"2023-01-18 22:41:27\",\r\n\t\t\"cityCode\": \"510100\",\r\n\t\t\"projectNumber\": null,\r\n\t\t\"proviceCode\": \"510000\",\r\n\t\t\"partyAPhone\": null,\r\n\t\t\"agencyName\": \"中移系统集成有限公司/中国邮电器材集团有限公司\",\r\n\t\t\"partyBName\": \"美讯慧云科技(成都)有限公司\",\r\n\t\t\"agencyPhoneArr\": [],\r\n\t\t\"collectUrl\": \"https://b2b.10086.cn/b2b/main/viewNoticeContent.html?noticeBean.id=917359\",\r\n\t\t\"budgetMoney\": 0,\r\n\t\t\"partyAPerson\": null,\r\n\t\t\"newsTypeID\": 2,\r\n\t\t\"bidMoney\": 0,\r\n\t\t\"agencyPerson\": null,\r\n\t\t\"agencyPhone\": null,\r\n\t\t\"projectName\": null,\r\n\t\t\"partyBPhoneArr\": [],\r\n\t\t\"projectID\": 125829541,\r\n\t\t\"partyAName\": null\r\n\t},\r\n\t\"msg\": \"ok\"\r\n}", "api_id" : 119944 } ] } }, "/get-project" : { "description" : "查询项目详情", "post" : { "summary" : "查询项目详情", "description" : "查询项目详情", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "id", "publishTime" ], "type" : "object", "properties" : { "publishTime" : { "title" : "publishTime", "type" : "string", "description" : "项目信息发布时间" }, "id" : { "title" : "id", "type" : "string", "description" : "项目信息ID" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "msg" ], "type" : "object", "properties" : { "msg" : { "title" : "msg", "type" : "string", "description" : "响应信息" }, "code" : { "title" : "code", "type" : "number", "description" : "响应码" }, "data" : { "required" : [ "cityCode", "classid", "collectWebID", "content", "id", "isFollowUp", "newsTypeID", "proviceCode", "publish", "title" ], "type" : "object", "properties" : { "isFollowUp" : { "title" : "isFollowUp", "type" : "number", "description" : "是否已跟进,1:是,0:否" }, "classid" : { "title" : "classid", "type" : "number", "description" : "信息类别 1:招标,2中标" }, "newsTypeID" : { "title" : "newsTypeID", "type" : "number", "description" : "项目类型,1:招标信息,2:中标信息,3:采购合同,4:采购意向,5:拍卖信息" }, "cityCode" : { "title" : "cityCode", "type" : "string", "description" : "市编码" }, "publish" : { "title" : "publish", "type" : "string", "description" : "项目发布时间" }, "collectWebID" : { "title" : "collectWebID", "type" : "number", "description" : "项目信息所采集网站ID" }, "proviceCode" : { "title" : "proviceCode", "type" : "string", "description" : "省编码" }, "id" : { "title" : "id", "type" : "number", "description" : "项目信息ID" }, "title" : { "title" : "title", "type" : "string", "description" : "项目标题" }, "content" : { "title" : "content", "type" : "string", "description" : "项目内容" } } } } } } } } }, "x-description" : "查询招标保标信息,涵盖招标信息查询、中标信息查询、VIP项目、拟在建项目、业主委托项目、PPP项目、项目来源、历史招标库、政府采集信息等数十个招投标领域。", "x-logo" : "https://data-apibee.apispace.com/license/16819834047544153f0c9-4ad5-4627-bd48-8498945bc45a", "x-projectName" : "全国招标投标查询", "x-gatewayUri" : "https://23330.o.apispace.com/project-info", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10514, "name" : "成功示例", "code" : "200", "type" : "", "content" : "{\n \"msg\": \"ok\",\n \"code\": 200,\n \"returnValue\": null,\n \"data\": {\n \"isFollowUp\": 0,\n \"classid\": 2,\n \"newsTypeID\": 2,\n \"cityCode\": \"510100\",\n \"publish\": \"2023-01-18 22:41:27\",\n \"collectWebID\": 1396,\n \"proviceCode\": \"510000\",\n \"id\": 125829541,\n \"title\": \"青海省某单位数字乡村试点支撑服务采购项目_中选结果公示\",\n \"userID\": 0,\n \"content\": \"
青海省某单位数字乡村试点支撑服务采购项目:标/包1的中选人为美讯慧云科技(成都)有限公司。
采购人/招标代理机构:中移系统集成有限公司/中国邮电器材集团有限公司
2023年01月18日
\",\n \"key\": null\n }\n}", "api_id" : 119943 } ] } }, "/project-list" : { "description" : "查询项目列表", "post" : { "summary" : "查询项目列表", "description" : "查询项目列表", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "cityCode", "classId", "endDate", "keyword", "pageIndex", "pageSize", "proviceCode", "searchMode", "searchType", "startDate" ], "type" : "object", "properties" : { "startDate" : { "title" : "startDate", "type" : "string", "description" : "开始日期" }, "endDate" : { "title" : "endDate", "type" : "string", "description" : "结束日期(1.与开始时间不超过一年;2.最晚日期为当前的日期,填写未来日期会导致查询有误)" }, "keyword" : { "title" : "keyword", "type" : "string", "description" : "搜索关键词。多个关键词搜索:且关系(关键词之间空格隔开);或关系(关键词1|关键词2|关键词3,同时 searchType 参数选择智能订阅搜索或精准订阅搜索)" }, "classId" : { "title" : "classId", "type" : "string", "description" : "1:招标信息,2:中标信息,3:采购合同,4:采购意向,5:拍卖信息(支持传多个值,多个时用英文逗号分隔,如1,2,5)" }, "searchMode" : { "title" : "searchMode", "type" : "string", "description" : "搜索模(1:全部,2:标题,3:内容)" }, "searchType" : { "title" : "searchType", "type" : "string", "description" : "搜索业务类别(1:智能订阅搜索,2:精准订阅搜索,3:高级定义条件搜索)" }, "pageIndex" : { "title" : "pageIndex", "type" : "string", "description" : "当前页数" }, "pageSize" : { "title" : "pageSize", "type" : "string", "description" : "每页条数(最大20条)" }, "proviceCode" : { "title" : "proviceCode", "type" : "string", "description" : "省地区编码(不确定填0,代表查询全国的)" }, "cityCode" : { "title" : "cityCode", "type" : "string", "description" : "市地区编码(不确定可传空)" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "msg" ], "type" : "object", "properties" : { "msg" : { "title" : "msg", "type" : "string", "description" : "响应信息" }, "code" : { "title" : "code", "type" : "number", "description" : "响应码" }, "data" : { "required" : [ "data", "enddate", "hasNext", "keyWordEntityType", "maxCount", "mess", "pageID", "pageid", "seKeyWords", "startdate", "state", "total" ], "type" : "object", "properties" : { "data" : { "required" : [ "cityCode", "collectWebID", "hasFile", "id", "isHasFile", "newsTypeID", "proviceCode", "publish", "title" ], "type" : "object", "properties" : { "hasFile" : { "title" : "hasFile", "type" : "number", "description" : "暂无描述" }, "newsTypeID" : { "title" : "newsTypeID", "type" : "string", "description" : "项目信息类别,1:招标信息,2:中标信息,3:采购合同,4:采购意向,5:拍卖信息" }, "cityCode" : { "title" : "cityCode", "type" : "string", "description" : "市编码" }, "publish" : { "title" : "publish", "type" : "string", "description" : "项目发布时间" }, "collectWebID" : { "title" : "collectWebID", "type" : "number", "description" : "发布网站ID" }, "proviceCode" : { "title" : "proviceCode", "type" : "string", "description" : "省编码" }, "isHasFile" : { "title" : "isHasFile", "type" : "boolean", "description" : "是否有附件" }, "id" : { "title" : "id", "type" : "number", "description" : "项目id" }, "title" : { "title" : "title", "type" : "string", "description" : "项目标题" } } }, "keyWordEntityType" : { "title" : "keyWordEntityType", "type" : "string", "description" : "暂无描述" }, "hasNext" : { "title" : "hasNext", "type" : "boolean", "description" : "是否有下一页" }, "mess" : { "title" : "mess", "type" : "string", "description" : "暂无描述" }, "pageID" : { "title" : "pageID", "type" : "number", "description" : "页码" }, "pageid" : { "title" : "pageid", "type" : "number", "description" : "页码" }, "startdate" : { "title" : "startdate", "type" : "string", "description" : "开始时间" }, "maxCount" : { "title" : "maxCount", "type" : "number", "description" : "总数" }, "total" : { "title" : "total", "type" : "number", "description" : "总数" }, "enddate" : { "title" : "enddate", "type" : "string", "description" : "结束时间" }, "state" : { "title" : "state", "type" : "number", "description" : "状态,1:成功,其他都是失败" }, "seKeyWords" : { "title" : "seKeyWords", "type" : "string", "description" : "搜索值" } } } } } } } } }, "x-description" : "查询招标保标信息,涵盖招标信息查询、中标信息查询、VIP项目、拟在建项目、业主委托项目、PPP项目、项目来源、历史招标库、政府采集信息等数十个招投标领域。", "x-logo" : "https://data-apibee.apispace.com/license/16819834047544153f0c9-4ad5-4627-bd48-8498945bc45a", "x-projectName" : "全国招标投标查询", "x-gatewayUri" : "https://23330.o.apispace.com/project-info", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10496, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\r\n\t\"msg\": \"ok\",\r\n\t\"code\": 200,\r\n\t\"returnValue\": null,\r\n\t\"data\": {\r\n\t\t\"costtime\": null,\r\n\t\t\"data\": [\r\n\t\t\t{\r\n\t\t\t\t\"score\": 0.9574359,\r\n\t\t\t\t\"hasFile\": 0,\r\n\t\t\t\t\"newsTypeID\": 2,\r\n\t\t\t\t\"cityCode\": \"510100\",\r\n\t\t\t\t\"publish\": \"2023-01-18 22:41:27\",\r\n\t\t\t\t\"collectWebID\": 1396,\r\n\t\t\t\t\"proviceCode\": \"510000\",\r\n\t\t\t\t\"isHasFile\": false,\r\n\t\t\t\t\"id\": 125829541,\r\n\t\t\t\t\"title\": \"青海省某单位数字乡村试点支撑服务采购项目_中选结果公示\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"keyWordEntityType\": null,\r\n\t\t\"hasNext\": true,\r\n\t\t\"mess\": \"ok\",\r\n\t\t\"pageID\": 1,\r\n\t\t\"pageid\": 1,\r\n\t\t\"startdate\": \"2023-01-01 00:00:00\",\r\n\t\t\"maxCount\": 3345,\r\n\t\t\"total\": 3345,\r\n\t\t\"enddate\": \"2023-01-18 23:59:59\",\r\n\t\t\"state\": 1,\r\n\t\t\"seKeyWords\": \"采购\"\r\n\t}\r\n}", "api_id" : 119942 } ] } }, "/query" : { "description" : "历史天气预报", "get" : { "summary" : "历史天气预报", "description" : "历史天气预报", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "hisWeather", "location" ], "type" : "object", "properties" : { "location" : { "required" : [ "areacode", "country", "name", "path" ], "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "name" : { "title" : "name", "type" : "string", "description" : "城市中文名" }, "country" : { "title" : "country", "type" : "string", "description" : "所属国家中文名" }, "path" : { "title" : "path", "type" : "string", "description" : "行政区划路径" } } }, "hisWeather" : { "required" : [ "code_day", "code_night", "date", "high", "low", "text_day", "text_night", "wc_day", "wc_night", "wd_day", "wd_night", "week" ], "type" : "object", "properties" : { "text_day" : { "title" : "text_day", "type" : "string", "description" : "白天天气现象" }, "code_day" : { "title" : "code_day", "type" : "string", "description" : "白天天气现象编码" }, "text_night" : { "title" : "text_night", "type" : "string", "description" : "夜间天气现象" }, "code_night" : { "title" : "code_night", "type" : "string", "description" : "夜间天气现象编码" }, "high" : { "title" : "high", "type" : "number", "description" : "日最高气温,单位℃" }, "low" : { "title" : "low", "type" : "number", "description" : "日最低气温,单位℃" }, "wc_day" : { "title" : "wc_day", "type" : "string", "description" : "白天风力级别" }, "wd_day" : { "title" : "wd_day", "type" : "string", "description" : "白天风向" }, "wc_night" : { "title" : "wc_night", "type" : "string", "description" : "夜间风力级别" }, "wd_night" : { "title" : "wd_night", "type" : "string", "description" : "夜间风向" }, "date" : { "title" : "date", "type" : "string", "description" : "日期(当地时间)" }, "week" : { "title" : "week", "type" : "string", "description" : "星期" } } } } } } } } } } }, "x-description" : "可查询国内指定城市的历史天气预报数据,最长可查询至2018年1月1日。目前支持3400+国内城市的历史预报数据查询,同时也支持国内任意经纬度查询经纬度,接口会返回该经纬度最近的站点信息。", "x-logo" : "https://data-apibee.apispace.com/license/16824218049178953c9ff-00c1-45ca-8aaa-15cc28db4bab", "x-projectName" : "历史天气预报", "x-gatewayUri" : "https://eolink.o.apispace.com/history-weather", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10516, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \"location\": {\r\n \"areacode\": \"101010100\", //城市ID\r\n \"name\": \"北京\", //城市中文名\r\n \"country\": \"中国\", //所属国家中文名\r\n \"path\": \"北京,北京市,北京市,中国\" //行政区划路径\r\n },\r\n \"hisWeather\": [\r\n {\r\n \"text_day\": \"中雨\", //白天天气现象\r\n \"code_day\": \"08\", //白天天气现象编码\r\n \"text_night\": \"小雨\", //夜间天气现象\r\n \"code_night\": \"07\", //夜间天气现象编码\r\n \"high\": 26, //日最高气温,单位℃\r\n \"low\": 23, //日最低气温,单位℃\r\n \"wc_day\": \"<3级\", //白天风力级别\r\n \"wd_day\": \"南风\", //白天风向\r\n \"wc_night\": \"<3级\", //夜间风力级别\r\n \"wd_night\": \"西南风\", //夜间风向\r\n \"date\": \"2018-07-20\", //日期(当地时间)\r\n \"week\": \"星期五\" //星期\r\n },\r\n {\r\n \"text_day\": \"多云\", //白天天气现象\r\n \"code_day\": \"02\", //白天天气现象编码\r\n \"text_night\": \"多云\", //夜间天气现象\r\n \"code_night\": \"02\", //夜间天气现象编码\r\n \"high\": 32, //日最高气温,单位℃\r\n \"low\": 23, //日最低气温,单位℃\r\n \"wc_day\": \"<3级\", //白天风力级别\r\n \"wd_day\": \"西南风\", //白天风向\r\n \"wc_night\": \"<3级\", //夜间风力级别\r\n \"wd_night\": \"东南风\", //夜间风向\r\n \"date\": \"2019-07-20\", //日期(当地时间)\r\n \"week\": \"星期六\" //星期\r\n },\r\n {\r\n \"text_day\": \"小雨\", //白天天气现象\r\n \"code_day\": \"07\", //白天天气现象编码\r\n \"text_night\": \"大雨\", //夜间天气现象\r\n \"code_night\": \"09\", //夜间天气现象编码\r\n \"high\": 27, //日最高气温,单位℃\r\n \"low\": 22, //日最低气温,单位℃\r\n \"wc_day\": \"<3级\", //白天风力级别\r\n \"wd_day\": \"南风\", //白天风向\r\n \"wc_night\": \"<3级\", //夜间风力级别\r\n \"wd_night\": \"东风\", //夜间风向\r\n \"date\": \"2020-07-20\", //日期(当地时间)\r\n \"week\": \"星期一\" //星期\r\n },\r\n {\r\n \"text_day\": \"雷阵雨\", //白天天气现象\r\n \"code_day\": \"03\", //白天天气现象编码\r\n \"text_night\": \"多云\", //夜间天气现象\r\n \"code_night\": \"01\", //夜间天气现象编码\r\n \"high\": 30, //日最高气温,单位℃\r\n \"low\": 23, //日最低气温,单位℃\r\n \"wc_day\": \"<3级\", //白天风力级别\r\n \"wd_day\": \"东北风\", //白天风向\r\n \"wc_night\": \"<3级\", //夜间风力级别\r\n \"wd_night\": \"东北风\", //夜间风向\r\n \"date\": \"2021-07-20\", //日期(当地时间)\r\n \"week\": \"星期二\" //星期\r\n }\r\n ]\r\n }\r\n}", "api_id" : 119945 } ] } }, "/china-city" : { "description" : "国内城市列表", "get" : { "summary" : "国内城市列表", "description" : "国内城市列表", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "citylist", "last_update", "version" ], "type" : "object", "properties" : { "version" : { "title" : "version", "type" : "string", "description" : "城市信息版本号" }, "last_update" : { "title" : "last_update", "type" : "string", "description" : "城市信息最后更新时间" }, "citylist" : { "required" : [ "areacode", "city", "city_en", "city_geocode", "district", "district_en", "district_geocode", "district_py", "lat", "lon", "province", "province_en", "province_geocode", "time_converter", "timezone" ], "type" : "object", "properties" : { "areacode" : { "title" : "areacode", "type" : "string", "description" : "城市ID" }, "lon" : { "title" : "lon", "type" : "number", "description" : "城市所在经度" }, "lat" : { "title" : "lat", "type" : "number", "description" : "城市所在纬度" }, "district" : { "title" : "district", "type" : "string", "description" : "城市名" }, "district_geocode" : { "title" : "district_geocode", "type" : "string", "description" : "城市行政编码" }, "city" : { "title" : "city", "type" : "string", "description" : "所在地区" }, "city_geocode" : { "title" : "city_geocode", "type" : "string", "description" : "地区行政编码" }, "province" : { "title" : "province", "type" : "string", "description" : "所在省区" }, "province_geocode" : { "title" : "province_geocode", "type" : "string", "description" : "省区行政编码" }, "district_py" : { "title" : "district_py", "type" : "string", "description" : "城市拼音" }, "district_en" : { "title" : "district_en", "type" : "string", "description" : "城市英文名" }, "city_en" : { "title" : "city_en", "type" : "string", "description" : "所在地区英文名" }, "province_en" : { "title" : "province_en", "type" : "string", "description" : "所在省区英文名" }, "timezone" : { "title" : "timezone", "type" : "string", "description" : "时区" }, "time_converter" : { "title" : "time_converter", "type" : "string", "description" : "时间换算" } } } } } } } } } } }, "x-description" : "可查询国内指定城市的历史天气预报数据,最长可查询至2018年1月1日。目前支持3400+国内城市的历史预报数据查询,同时也支持国内任意经纬度查询经纬度,接口会返回该经纬度最近的站点信息。", "x-logo" : "https://data-apibee.apispace.com/license/16824218049178953c9ff-00c1-45ca-8aaa-15cc28db4bab", "x-projectName" : "历史天气预报", "x-gatewayUri" : "https://eolink.o.apispace.com/history-weather", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10518, "name" : "成功示例", "code" : "200", "type" : "text/html; charset=UTF-8", "content" : "{\r\n \"status\": 0,\r\n \"result\":{\r\n \"version\": \"v001-2021062814\", //城市信息版本号\r\n \"last_update\": \"2021-06-28 14:12\", //城市信息最后更新时间\r\n \"citylist\":[\r\n {\r\n \"areacode\": \"101010200\", //城市ID\r\n \"lon\": 116.310316, //城市所在经度\r\n \"lat\": 39.956074, //城市所在纬度\r\n \"district\": \"海淀\", //城市名\r\n \"district_geocode\": \"110108\", //城市行政编码\r\n \"city\": \"北京市\", //所在地区\r\n \"city_geocode\": \"110100\", //地区行政编码\r\n \"province\": \"北京市\", //所在省区\r\n \"province_geocode\": \"110000\", //省区行政编码\r\n \"district_py\": \"haidian\", //城市拼音\r\n \"district_en\": \"haidian\", //城市英文名\r\n \"city_en\": \"Beijing\", //所在地区英文名\r\n \"province_en\": \"Beijing\", //所在省区英文名\r\n \"timezone\": \"Asia/Shanghai\", //时区\r\n \"time_converter\": \"UTC+08\" //时间换算\r\n },\r\n ...... //其它城市信息\r\n ]\r\n }\r\n}", "api_id" : 119946 } ] } }, "/reaatime-typhoon" : { "description" : "台风实时查询", "get" : { "summary" : "台风实时查询", "description" : "台风实时查询", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "string", "description" : "返回状态码" }, "result" : { "required" : [ "endtime", "forecasts", "is_active", "lands", "name", "name_en", "starttime", "tfid", "tracks" ], "type" : "object", "properties" : { "tfid" : { "title" : "tfid", "type" : "string", "description" : "台风编号" }, "name" : { "title" : "name", "type" : "string", "description" : "台风中文名" }, "name_en" : { "title" : "name_en", "type" : "string", "description" : "台风英文名" }, "is_active" : { "title" : "is_active", "type" : "number", "description" : "是否活跃中,0表示已消散,1表示活跃中" }, "starttime" : { "title" : "starttime", "type" : "string", "description" : "台风生成时间" }, "endtime" : { "title" : "endtime", "type" : "string", "description" : "台风最新路径点时间,台风消散后即表示最后一个路径点时间" }, "tracks" : { "required" : [ "ck_position", "data_time", "lat", "level", "lon", "move_dir", "move_sp", "pressure", "radius10", "radius12", "radius7", "trend", "wind_class", "wind_speed" ], "type" : "object", "properties" : { "lat" : { "title" : "lat", "type" : "number", "description" : "台风中心所在纬度" }, "lon" : { "title" : "lon", "type" : "number", "description" : "台风中心所在经度" }, "wind_class" : { "title" : "wind_class", "type" : "string", "description" : "台风中心最大风级" }, "wind_speed" : { "title" : "wind_speed", "type" : "number", "description" : "台风中心附近最大风速,单位:m/s,米/秒" }, "level" : { "title" : "level", "type" : "string", "description" : "台风强度等级" }, "pressure" : { "title" : "pressure", "type" : "number", "description" : "中心最低气压,单位:hPa,百帕" }, "move_dir" : { "title" : "move_dir", "type" : "string", "description" : "移动方向" }, "move_sp" : { "title" : "move_sp", "type" : "number", "description" : "移动速度,单位:km/h,公里/小时" }, "radius7" : { "required" : [ "ne", "nw", "se", "sw" ], "type" : "object", "properties" : { "ne" : { "title" : "ne", "type" : "number", "description" : "东北象限半径" }, "nw" : { "title" : "nw", "type" : "number", "description" : "西北象限半径" }, "se" : { "title" : "se", "type" : "number", "description" : "东南象限半径" }, "sw" : { "title" : "sw", "type" : "number", "description" : "西南象限半径" } } }, "radius10" : { "required" : [ "ne", "nw", "se", "sw" ], "type" : "object", "properties" : { "ne" : { "title" : "ne", "type" : "number", "description" : "东北象限半径" }, "nw" : { "title" : "nw", "type" : "number", "description" : "西北象限半径" }, "se" : { "title" : "se", "type" : "number", "description" : "东南象限半径" }, "sw" : { "title" : "sw", "type" : "number", "description" : "西南象限半径" } } }, "radius12" : { "required" : [ "ne", "nw", "se", "sw" ], "type" : "object", "properties" : { "ne" : { "title" : "ne", "type" : "number", "description" : "东北象限半径" }, "nw" : { "title" : "nw", "type" : "number", "description" : "西北象限半径" }, "se" : { "title" : "se", "type" : "number", "description" : "东南象限半径" }, "sw" : { "title" : "sw", "type" : "number", "description" : "西南象限半径" } } }, "ck_position" : { "title" : "ck_position", "type" : "string", "description" : "参考位置" }, "trend" : { "title" : "trend", "type" : "string", "description" : "未来趋势,原jl字段" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "数据时间" } } }, "forecasts" : { "required" : [ "cn" ], "type" : "object", "properties" : { "cn" : { "required" : [ "data_time", "lat", "level", "lon", "pressure", "wind_class", "wind_speed" ], "type" : "object", "properties" : { "lat" : { "title" : "lat", "type" : "number", "description" : "台风中心所在纬度" }, "lon" : { "title" : "lon", "type" : "number", "description" : "台风中心所在经度" }, "wind_class" : { "title" : "wind_class", "type" : "string", "description" : "台风中心最大风级" }, "wind_speed" : { "title" : "wind_speed", "type" : "number", "description" : "台风中心附近最大风速,单位:m/s,米/秒" }, "level" : { "title" : "level", "type" : "string", "description" : "台风强度等级" }, "pressure" : { "title" : "pressure", "type" : "number", "description" : "中心最低气压,单位:hPa,百帕" }, "data_time" : { "title" : "data_time", "type" : "string", "description" : "数据时间" } } } } }, "lands" : { "required" : [ "land_adr", "land_info", "land_time", "le" ], "type" : "object", "properties" : { "le" : { "title" : "le", "type" : "string", "description" : "登陆强度等级" }, "land_time" : { "title" : "land_time", "type" : "string", "description" : "登陆时间" }, "land_adr" : { "title" : "land_adr", "type" : "string", "description" : "登陆地点" }, "land_info" : { "title" : "land_info", "type" : "string", "description" : "登陆信息" } } } } } } } } } } }, "x-description" : "提供西北太平洋及南海地区过去两年及当前年份所有编号台风的信息查询,包括台风实时位置、过去路径、预报路径及登陆信息等要素,为沿海地区用户台风季防灾减灾提供专业化的数据服务,可应用于天气APP、灾害天气平台系统的开发。", "x-logo" : "https://data-apibee.apispace.com/license/1682421792541468c7835-c8a2-4252-ac56-c56cd6b1d849", "x-projectName" : "台风信息查询", "x-gatewayUri" : "https://eolink.o.apispace.com/typhoon-info", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10520, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "//本接口返回数据中的时间,均为北京时间\r\n{\r\n \"status\": 0,\r\n \"result\": {\r\n \"tfid\": \"201909\", \t//台风编号\r\n \"name\": \"利奇马\",\t//台风中文名\r\n \"name_en\": \"LEKIMA\",\t//台风英文名\r\n \"is_active\": 0,\t\t//是否活跃中,0表示已消散,1表示活跃中\r\n \"starttime\": \"2019-08-04 14:00:00\",\t//台风生成时间\r\n \"endtime\": \"2019-08-13 11:00:00\",\t//台风最新路径点时间,台风消散后即表示最后一个路径点时间\r\n \"tracks\": [\r\n {\r\n \"lat\": 17.4,\t//台风中心所在纬度\r\n \"lon\": 131.9,\t//台风中心所在经度\r\n \"wind_class\": \"8级\",\t//台风中心最大风级\r\n \"wind_speed\": 18.0, //台风中心附近最大风速,单位:m/s,米/秒 \r\n \"level\": \"热带风暴\",\t//台风强度等级\r\n \"pressure\": 996,\t//中心最低气压,单位:hPa,百帕\r\n \"move_dir\": \"北\",\t//移动方向\r\n \"move_sp\": 15.0,\t//移动速度,单位:km/h,公里/小时\r\n \"radius7\": {\t//7级风圈半径,单位:km,公里\r\n\t \t\t\"ne\": 100.0,\t//东北象限半径\r\n\t \t\t\"nw\": 150.0,\t//西北象限半径\r\n\t \t\t\"se\": 150.0,\t//东南象限半径\r\n\t \t\"sw\": 180.0\t//西南象限半径\r\n\t\t},\r\n \"radius10\": {\t//10级风圈半径,单位:km,公里\r\n\t \t\"ne\": 0.0,\t\t//东北象限半径\r\n\t \t\"nw\": 0.0,\t\t//西北象限半径\r\n\t \t\t\"se\": 0.0,\t\t//东南象限半径\r\n\t \t\"sw\": 0.0,\t\t//西南象限半径\r\n\t\t},\r\n \"radius12\": {\t//12级风圈半径,单位:km,公里\r\n\t \t\"ne\": 0.0,\t\t//东北象限半径\r\n\t \t\"nw\": 0.0,\t\t//西北象限半径\r\n\t \t\"se\": 0.0,\t\t//东南象限半径\r\n\t \t\"sw\": 0.0,\t\t//西南象限半径\r\n\t\t},\r\n \"ck_position\": \"台湾省花莲市东南方约1100公里\",\t//参考位置,\r\n \"trend\": \"未来将向西北方向移动\",\t\t//未来趋势,原jl字段\r\n \"data_time\": \"2019-08-04 14:00:00\",\t//数据时间\r\n }\r\n\t ……\t\t//其它时间实况路径点信息\r\n ],\r\n \"forecasts\": {\r\n \"cn\": [\r\n\t{\r\n \"lat\": 37.5,\t//台风中心所在纬度\r\n \"lon\": 119.9,\t//台风中心所在经度\r\n \"wind_class\": \"7级\", //台风中心最大风级\r\n \"wind_speed\": 16.0, //台风中心附近最大风速,单位:m/s,米/秒 \r\n \"level\": \"热带低压\",\t //台风强度等级\r\n \"pressure\": 990,\t //中心最低气压,单位:hPa,百帕\r\n \"data_time\": \"2019-08-13 11:00:00\",\t//数据时间\r\n\t }\r\n\t ……\t\t//其它时间点预报信息\r\n ]\r\n\t ……\t\t//其它机构预报信息\r\n },\r\n \"lands\": [\r\n {\r\n \"level\": \"超强台风\",\t//登陆强度等级\r\n \"land_time\": \"2019-08-10 01:45:00\",\t//登陆时间\r\n \"land_adr\": \"台州温岭城南镇\",\t//登陆地点\r\n\t\t\t\"land_info\": \"台风“利奇马”于8月10日01时45分前后……\", //登陆信息\r\n }\r\n\t ……\t\t//其它登陆信息\r\n ]\r\n }\r\n}", "api_id" : 119947 } ] } }, "/list" : { "description" : "台风列表查询", "get" : { "summary" : "台风列表查询", "description" : "台风列表查询", "parameters" : [ ], "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "result", "status" ], "type" : "object", "properties" : { "status" : { "title" : "status", "type" : "number", "description" : "返回状态码" }, "result" : { "required" : [ "typhons" ], "type" : "object", "properties" : { "typhons" : { "required" : [ "endtime", "is_active", "name", "name_en", "starttime", "tfid" ], "type" : "object", "properties" : { "tfid" : { "title" : "tfid", "type" : "string", "description" : "台风编号" }, "name" : { "title" : "name", "type" : "string", "description" : "台风中文名" }, "name_en" : { "title" : "name_en", "type" : "string", "description" : "台风英文名" }, "is_active" : { "title" : "is_active", "type" : "number", "description" : "是否活跃中,0表示已消散,1表示活跃中" }, "starttime" : { "title" : "starttime", "type" : "string", "description" : "台风生成时间(北京时间)" }, "endtime" : { "title" : "endtime", "type" : "string", "description" : "台风消散时间(北京时间)" } } } } } } } } } } }, "x-description" : "提供西北太平洋及南海地区过去两年及当前年份所有编号台风的信息查询,包括台风实时位置、过去路径、预报路径及登陆信息等要素,为沿海地区用户台风季防灾减灾提供专业化的数据服务,可应用于天气APP、灾害天气平台系统的开发。", "x-logo" : "https://data-apibee.apispace.com/license/1682421792541468c7835-c8a2-4252-ac56-c56cd6b1d849", "x-projectName" : "台风信息查询", "x-gatewayUri" : "https://eolink.o.apispace.com/typhoon-info", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10522, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\r\n \"status\": 0,\r\n \"result\": {\r\n \t\"typhons\": [\r\n {\r\n \t\t\"tfid\": \"201901\",\t//台风编号\r\n \t\t\"name\": \"帕布\",\t\t//台风中文名\r\n \t\t\"name_en\": \"PABUK\", //台风英文名\r\n \t\t\"is_active\": 0,\t\t//是否活跃中,0表示已消散,1表示活跃中\r\n \t\t\"starttime\": \"2018-12-31 17:00:00\",\t//台风生成时间(北京时间)\r\n \t\t\"endtime\": \"2019-01-05 08:00:00\",\t//台风消散时间(北京时间)\r\n }\r\n {\r\n \t\t\"tfid\": \"201902\",\t//台风编号\r\n \t\t\"name\": \"蝴蝶\",\t\t//台风中文名\r\n \t\t\"name_en\": \"WUTIP\", //台风英文名\r\n \t\t\"is_active\": 0,\t\t//是否活跃中,0表示已消散,1表示活跃中\r\n \t\t\"starttime\": \"2019-02-20 17:00:00\",\t//台风生成时间(北京时间)\r\n \t\t\"endtime\": \"2019-02-28 08:00:00\",\t//台风消散时间(北京时间)\r\n }\r\n\t ……\t\t//其它当年台风信息\r\n ]\r\n }\r\n}", "api_id" : 119948 } ] } }, "/mobile_time" : { "description" : "手机号码在网时长(三网)", "post" : { "summary" : "手机号码在网时长(三网)", "description" : "手机号码在网时长(三网)", "parameters" : [ ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "mobile" ], "type" : "object", "properties" : { "mobile" : { "title" : "mobile", "type" : "string", "description" : "预验证的11位手机号码。当号码加密时,填写的是号码加密后的数据,如:ada0049ba46e17bdd10a78c42bcae379" }, "encrypt" : { "title" : "encrypt", "type" : "string", "description" : "加密类型。枚举值:md5、sha256;md5为32位小写加密" }, "encryptFields" : { "title" : "encryptFields", "type" : "string", "description" : "加密数据。加密时传入,值为:mobile" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "fee", "message", "msg", "provider", "rangeEnd", "rangeStart", "tradeNo" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "string", "description" : "是否收费" }, "code" : { "title" : "code", "type" : "string", "description" : "返回状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "响应code码解释" }, "tradeNo" : { "title" : "tradeNo", "type" : "string", "description" : "交易流水号" }, "data" : { "title" : "data", "type" : "string", "description" : "返回对象" }, "rangeStart" : { "title" : "rangeStart", "type" : "string", "description" : "在网时长范围起始值,单位为月" }, "rangeEnd" : { "title" : "rangeEnd", "type" : "string", "description" : "在网时长范围结束值,单位为月,如果-1代表“24个月以上”,否则结合开始时间按以下情况划分:[0,3), [3,6), [6,12),[12,24), [24,-1)(单位为月)" }, "provider" : { "title" : "provider", "type" : "string", "description" : "1 移动 2 电信 3 联通; 携号转网的返回对应的运营商-1 移动 -2 电信 -3 联通" }, "msg" : { "title" : "msg", "type" : "string", "description" : "结果状态描写" }, "fee" : { "title" : "fee", "type" : "string", "description" : "是否收费 0 不收费 1 收费" } } } } } } }, "x-description" : "查询手机号的在网时长,返回时间区间;支持三网合一(移动、电信、联通手机号码),实时准确,有助于精准营销和风险控制", "x-logo" : "https://data-apibee.apispace.com/license/1684744349248fc9b75a9-8c48-4de8-be4a-f081abe8a94e", "x-projectName" : "手机号码在网时长", "x-gatewayUri" : "https://eolink.o.apispace.com/zwsc", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10560, "name" : "成功示例", "code" : "200", "type" : "application/json", "content" : "{\n \"chargeStatus\": 1,\n \"message\": \"成功\",\n \"data\": {\n \"result\": {\n \"rangeStart\": 24,\n \"rangeEnd\": -1,\n \"provider\": 2\n },\n \"msg\": \"请求成功\",\n \"code\": \"0\",\n \"fee\": 1\n },\n \"code\": \"200000\"\n}", "api_id" : 119950 } ] } }, "/name_number" : { "description" : "实名认证 身份证二要素", "post" : { "summary" : "实名认证 身份证二要素", "description" : "实名认证 身份证二要素", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "idcard", "realname" ], "type" : "object", "properties" : { "realname" : { "title" : "realname", "type" : "string", "description" : "身份证姓名,中文" }, "idcard" : { "title" : "idcard", "type" : "string", "description" : "身份证号码,18位" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message", "requestId" ], "type" : "object", "properties" : { "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码描述" }, "requestId" : { "title" : "requestId", "type" : "string", "description" : "流水号" }, "data" : { "required" : [ "incorrect", "message", "valid" ], "type" : "object", "properties" : { "valid" : { "title" : "valid", "type" : "boolean", "description" : "true:一致; false:不一致或库中无此号" }, "incorrect" : { "title" : "incorrect", "type" : "number", "description" : "返回码(100一致,101不一致,102库中无此号)" }, "message" : { "title" : "message", "type" : "string", "description" : "返回码描述" } } } } } } } } }, "x-description" : "核验身份证二要素(姓名和身份证号码)信息是否一致。 直连官方权威渠道,精准实时核验,99.99%准确率。", "x-logo" : "https://data-apibee.apispace.com/license/170021237354572dc08d3-5d80-4a49-a8fe-a64d2fb6d89c", "x-projectName" : "实名认证 身份证二要素", "x-gatewayUri" : "https://eolink.o.apispace.com/identity-two", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10736, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\r\n \"code\": 0,\r\n \"message\": \"success\",\r\n \"requestId\": \"f200654af6583685bd623197b219\",\r\n \"data\": {\r\n \"valid\": true,\r\n \"incorrect\": 100,\r\n \"message\": \"一致\"\r\n }\r\n}", "api_id" : 119998 } ] } }, "/name_number_image" : { "description" : "实人认证 人像三要素", "post" : { "summary" : "实人认证 人像三要素", "description" : "实人认证 人像三要素", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "idcard", "image", "realname" ], "type" : "object", "properties" : { "realname" : { "title" : "realname", "type" : "string", "description" : "身份证姓名,中文" }, "idcard" : { "title" : "idcard", "type" : "string", "description" : "身份证号码,18位" }, "image" : { "title" : "image", "type" : "string", "description" : "人脸照片base64位字符串,图片大小1024KB以内,2KB以上" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "code", "data", "message", "requestId" ], "type" : "object", "properties" : { "data" : { "required" : [ "incorrect", "message", "score", "score2", "score3", "scoreMsg" ], "type" : "object", "properties" : { "message" : { "title" : "message", "type" : "string", "description" : "返回码描述" }, "scoreMsg" : { "title" : "scoreMsg", "type" : "string", "description" : "分数说明" }, "incorrect" : { "title" : "incorrect", "type" : "number", "description" : "返回码" }, "score" : { "title" : "score", "type" : "number", "description" : "【此字段精准度级低于score2和score3】incorrect为100时,才有该字段。两张照片的相似度(0到1),值越大相似度越高" }, "score2" : { "title" : "score2", "type" : "number", "description" : "【此字段精准度级高于score,低于score3】incorrect为100,时间在2022年1月5日十点后才有该字段。两张照片的相似度(0到1),值越大相似度越高" }, "score3" : { "title" : "score3", "type" : "number", "description" : "【推荐使用此字段,精准度最高】incorrect为100,才有该字段。两张照片的相似度(0到1),值越大相似度越高" } } }, "code" : { "title" : "code", "type" : "number", "description" : "状态码" }, "message" : { "title" : "message", "type" : "string", "description" : "状态码描述" }, "requestId" : { "title" : "requestId", "type" : "string", "description" : "流水号" } } } } } } }, "x-description" : "输入姓名、身份证号码和一张人脸照片,与公安库身份证头像进行权威比对,返回比对分值。", "x-logo" : "https://data-apibee.apispace.com/license/17002035914761f56dd3f-5cb7-4207-8ae6-7d7c5844f6fa", "x-projectName" : "实人认证 人像三要素", "x-gatewayUri" : "https://eolink.o.apispace.com/identity-three", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10738, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\n \"data\": {\n \"message\": \"比对成功\",\n \"scoreMsg\": \"系统判断为同一人\",\n \"incorrect\": 100,\n \"score\": 0.93,\n \"score2\": 0.93,\n \"score3\": 0.93\n },\n \"code\": 0,\n \"message\": \"success\",\n \"requestId\": \"f200654afbb5565db82a4fbf7b27\"\n}", "api_id" : 119999 } ] } }, "/mobstatus-query" : { "description" : "手机号码实时检测", "post" : { "summary" : "手机号码实时检测", "description" : "手机号码实时检测", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/x-www-form-urlencoded", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/x-www-form-urlencoded" : { "schema" : { "required" : [ "mobile" ], "type" : "object", "properties" : { "mobile" : { "title" : "mobile", "type" : "string", "description" : "预验证的11位手机号码。当号码加密时,填写的是号码加密后的数据,如:ada0049ba46e17bdd10a78c42bcae379" }, "encrypt" : { "title" : "encrypt", "type" : "string", "description" : "加密类型。需要加密时传入,值为:md5" }, "encryptFields" : { "title" : "encryptFields", "type" : "string", "description" : "加密时传入,值为:mobile" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "chargeStatus", "code", "data", "message" ], "type" : "object", "properties" : { "chargeStatus" : { "title" : "chargeStatus", "type" : "number", "description" : " 是否收费:1 收费,0 不收费" }, "message" : { "title" : "message", "type" : "string", "description" : " 状态码解释" }, "data" : { "required" : [ "area", "handleTime", "mnpStatus", "mobile", "numberType", "remark", "status" ], "type" : "object", "properties" : { "handleTime" : { "title" : "handleTime", "type" : "string", "description" : " 查询时间" }, "mobile" : { "title" : "mobile", "type" : "string", "description" : " 手机号" }, "area" : { "title" : "area", "type" : "string", "description" : " 归属地" }, "numberType" : { "title" : "numberType", "type" : "string", "description" : " 携号转网后的运营商类型 1 移动 2 联通 3 电信" }, "status" : { "title" : "status", "type" : "string", "description" : "号码状态,1 正常 2 空号 4 不在网(空号) 5 关机 7 疑似关机 9 服务器异常 10 未知 12 不存在的号码 13 停机" }, "mnpStatus" : { "title" : "mnpStatus", "type" : "string", "description" : " 是否携号转网 1-是 0-否" }, "remark" : { "title" : "remark", "type" : "string", "description" : " 备注" } } }, "code" : { "title" : "code", "type" : "string", "description" : " 状态码。200000:成功,其他失败" } } } } } } }, "x-description" : "传入手机号码,实时查询号码状态,返回的状态包括正常、空号、不在网(空号) 、关机、疑似关机 、停机 、不存在的号码等。支持三大运营商,检测准确率高达 99% 以上。", "x-logo" : "https://data-apibee.apispace.com/license/170919825022540d80c11-b72c-4de0-bd2b-21554cf757d6", "x-projectName" : "手机号码实时检测", "x-gatewayUri" : "https://eolink.o.apispace.com/hmssjc", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10914, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\n \"chargeStatus\":1 // 是否收费:1 收费,0 不收费\n \"message\":\"成功\" // 状态码解释\n \"data\":{\n \"handleTime\":\"2022-12-08 15:59:18\" // 查询时间\n \"mobile\":\"13952597111\" // 手机号\n \"area\":\"江苏-扬州\" // 归属地\n \"numberType\":\"1\" // 携号转网后的运营商类型 1 移动 2 联通 3 电信\n \"status\":\"1\" // 号码状态,1 正常 2 空号 4 不在网(空号) 5 关机 7 疑似关机 13 停机 10 未知 9 服务器异常 12 不存在的号码\n \"mnpStatus\":\"0\" // 是否携号转网 1-是 0-否\n \"remark\":\"中国移动-OK\" // 备注\n },\n \"code\":\"200000\" // 状态码。200000:成功,其他失败\n}", "api_id" : 120085 } ] } }, "/chat" : { "description" : "DeepSeek-V3(流式输出)", "post" : { "summary" : "DeepSeek-V3(流式输出)", "description" : "DeepSeek-V3(流式输出)", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "messages" ], "type" : "object", "properties" : { "messages" : { "required" : [ "content", "role" ], "type" : "object", "properties" : { "role" : { "title" : "role", "type" : "string", "description" : "发出该消息的对话参与者角色,可选值包括: system(System Message 系统消息);user(User Message 用户消息);assistant(Assistant Message 对话助手消息)" }, "content" : { "title" : "content", "type" : "string", "description" : "消息内容。" } } }, "max_tokens" : { "title" : "max_tokens", "type" : "number", "description" : "模型回复最大长度(单位 token)。可配置最大输出长度为16k token,默认4k。注意:输入 token 和输出 token 的总长度还受模型的上下文长度限制,最大上下文长度 128k。" }, "frequency_penalty" : { "title" : "frequency_penalty", "type" : "number", "description" : "频率惩罚系数。如果值为正,会根据新 token 在文本中的出现频率对其进行惩罚,从而降低模型逐字重复的可能性。取值范围为 [-2.0, 2.0]。" }, "presence_penalty" : { "title" : "presence_penalty", "type" : "number", "description" : "存在惩罚系数。如果值为正,会根据新 token 到目前为止是否出现在文本中对其进行惩罚,从而增加模型谈论新主题的可能性。取值范围为 [-2.0, 2.0]。" }, "temperature" : { "title" : "temperature", "type" : "number", "description" : "采样温度。控制了生成文本时对每个候选词的概率分布进行平滑的程度。取值范围为 [0, 1]。当取值为 0 时模型仅考虑对数概率最大的一个 token。 较高的值(如 0.8)会使输出更加随机,而较低的值(如 0.2)会使输出更加集中确定。通常建议仅调整 temperature 或 top_p 其中之一,不建议两者都修改。" }, "top_p" : { "title" : "top_p", "type" : "number", "description" : "核采样概率阈值。模型会考虑概率质量在 top_p 内的 token 结果。取值范围为 [0, 1]。当取值为 0 时模型仅考虑对数概率最大的一个 token。 如 0.1 意味着只考虑概率质量最高的前 10% 的 token,取值越大生成的随机性越高,取值越低生成的确定性越高。通常建议仅调整 temperature 或 top_p 其中之一,不建议两者都修改。" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "choices", "created", "id", "model", "object", "service_tier", "usage" ], "type" : "object", "properties" : { "choices" : { "required" : [ "delta", "index" ], "type" : "object", "properties" : { "delta" : { "required" : [ "content", "role" ], "type" : "object", "properties" : { "content" : { "title" : "content", "type" : "string", "description" : " 生成的消息内容" }, "role" : { "title" : "role", "type" : "string", "description" : " 固定为 assistant。" } } }, "index" : { "title" : "index", "type" : "number", "description" : " 当前元素在 choices 列表的索引。" } } }, "created" : { "title" : "created", "type" : "number", "description" : " 本次请求创建时间的 Unix 时间戳(秒)。" }, "id" : { "title" : "id", "type" : "string", "description" : " 本次请求的唯一标识。" }, "model" : { "title" : "model", "type" : "string", "description" : " 模型名称和版本。固定为 deepseek-v3-250324" }, "service_tier" : { "title" : "service_tier", "type" : "string", "description" : " 固定为 default" }, "object" : { "title" : "object", "type" : "string", "description" : " 固定为 chat.completion.chunk" }, "usage" : { "title" : "usage", "type" : "string", "description" : " 固定为 null" } } } } } } }, "x-description" : "DeepSeek-V3 API 是一款基于先进人工智能技术的接口服务,具备强大的自然语言理解与生成能力。它支持 128K 超长上下文,能够高效处理复杂对话、长文档分析及多轮交互任务,并在中文场景下进行了深度优化。通过简洁的 API 接口,开发者可轻松集成 DeepSeek-V3 到客服系统、内容创作工具或数据分析平台中,享受其高效、精准的 AI 能力。", "x-logo" : "https://data-apibee.apispace.com/license/174358340017216d9474a-1266-4902-91b4-fcec0c411905", "x-projectName" : "DeepSeek-V3", "x-gatewayUri" : "https://eolink.o.apispace.com/deepseek-v3", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10920, "name" : "成功示例", "code" : "", "type" : "", "content" : "data: {\r\n \"choices\": [{\r\n \"delta\": {\r\n \"content\": \"玫瑰花\", // 生成的消息内容\r\n \"role\": \"assistant\" // 固定为 assistant。\r\n }, // 输出的内容。\r\n \"index\": 0 // 当前元素在 choices 列表的索引。\r\n }], // 本次请求的输出内容。\r\n \"created\": 1743156537, // 本次请求创建时间的 Unix 时间戳(秒)。\r\n \"id\": \"021743156537143bbbabc90243c619f1569bfe5203a8550fda9e8\", // 本次请求的唯一标识。\r\n \"model\": \"deepseek-v3-250324\", // 模型名称和版本。固定为 deepseek-v3-250324\r\n \"service_tier\": \"default\", // 固定为 default\r\n \"object\": \"chat.completion.chunk\", // 固定为 chat.completion.chunk\r\n \"usage\": null // 固定为 null\r\n}", "api_id" : 120087 } ] } }, "/non-stream" : { "description" : "DeepSeek-V3(非流式输出)", "post" : { "summary" : "DeepSeek-V3(非流式输出)", "description" : "DeepSeek-V3(非流式输出)", "parameters" : [ { "name" : "Content-Type", "in" : "header", "description" : "application/json", "required" : true, "schema" : { "type" : "string" } }, { "name" : "X-APISpace-Token", "in" : "header", "description" : "鉴权私钥,可登陆后在管理后台的[访问控制]页面查看", "required" : true, "schema" : { "type" : "string" } } ], "requestBody" : { "content" : { "application/json" : { "schema" : { "required" : [ "messages" ], "type" : "object", "properties" : { "messages" : { "required" : [ "content", "role" ], "type" : "object", "properties" : { "role" : { "title" : "role", "type" : "string", "description" : "发出该消息的对话参与者角色,可选值包括: system(System Message 系统消息);user(User Message 用户消息);assistant(Assistant Message 对话助手消息)" }, "content" : { "title" : "content", "type" : "string", "description" : "消息内容。" } } }, "max_tokens" : { "title" : "max_tokens", "type" : "number", "description" : "模型回复最大长度(单位 token)。可配置最大输出长度为16k token,默认4k。注意:输入 token 和输出 token 的总长度还受模型的上下文长度限制,最大上下文长度 128k。" }, "frequency_penalty" : { "title" : "frequency_penalty", "type" : "number", "description" : "频率惩罚系数。如果值为正,会根据新 token 在文本中的出现频率对其进行惩罚,从而降低模型逐字重复的可能性。取值范围为 [-2.0, 2.0]。v" }, "presence_penalty" : { "title" : "presence_penalty", "type" : "number", "description" : "存在惩罚系数。如果值为正,会根据新 token 到目前为止是否出现在文本中对其进行惩罚,从而增加模型谈论新主题的可能性。取值范围为 [-2.0, 2.0]。" }, "temperature" : { "title" : "temperature", "type" : "number", "description" : "采样温度。控制了生成文本时对每个候选词的概率分布进行平滑的程度。取值范围为 [0, 1]。当取值为 0 时模型仅考虑对数概率最大的一个 token。 较高的值(如 0.8)会使输出更加随机,而较低的值(如 0.2)会使输出更加集中确定。通常建议仅调整 temperature 或 top_p 其中之一,不建议两者都修改。" }, "top_p" : { "title" : "top_p", "type" : "number", "description" : "核采样概率阈值。模型会考虑概率质量在 top_p 内的 token 结果。取值范围为 [0, 1]。当取值为 0 时模型仅考虑对数概率最大的一个 token。 如 0.1 意味着只考虑概率质量最高的前 10% 的 token,取值越大生成的随机性越高,取值越低生成的确定性越高。通常建议仅调整 temperature 或 top_p 其中之一,不建议两者都修改。" } } } } }, "required" : true }, "responses" : { "200" : { "description" : "返回参数", "headers" : { }, "content" : { "application/json" : { "schema" : { "required" : [ "choices", "created", "id", "model", "object", "service_tier", "usage" ], "type" : "object", "properties" : { "choices" : { "required" : [ "finish_reason", "index", "logprobs", "message" ], "type" : "object", "properties" : { "finish_reason" : { "title" : "finish_reason", "type" : "string", "description" : " 模型停止生成 token 的原因。取值范围:stop:模型输出自然结束。length:模型输出因达到模型输出限制而被截断。max_token:回答内容的长度限制。content_filter:模型输出被内容审核拦截。" }, "index" : { "title" : "index", "type" : "number", "description" : " 当前元素在 choices 列表的索引。" }, "logprobs" : { "title" : "logprobs", "type" : "string", "description" : " 固定为 null" }, "message" : { "required" : [ "content", "role" ], "type" : "object", "properties" : { "content" : { "title" : "content", "type" : "string", "description" : " 生成的消息内容" }, "role" : { "title" : "role", "type" : "string", "description" : " 固定为 assistant。" } } } } }, "created" : { "title" : "created", "type" : "number", "description" : " 本次请求创建时间的 Unix 时间戳(秒)。" }, "id" : { "title" : "id", "type" : "string", "description" : " 本次请求的唯一标识。" }, "model" : { "title" : "model", "type" : "string", "description" : " 模型名称和版本。固定为 deepseek-v3-250324" }, "service_tier" : { "title" : "service_tier", "type" : "string", "description" : " 固定为 default" }, "object" : { "title" : "object", "type" : "string", "description" : " 固定为 chat.completion" }, "usage" : { "required" : [ "completion_tokens", "completion_tokens_details", "prompt_tokens", "prompt_tokens_details", "total_tokens" ], "type" : "object", "properties" : { "completion_tokens" : { "title" : "completion_tokens", "type" : "number", "description" : " 模型生成的 token 数量。" }, "prompt_tokens" : { "title" : "prompt_tokens", "type" : "number", "description" : " 输入的 prompt token 数量。" }, "total_tokens" : { "title" : "total_tokens", "type" : "number", "description" : " 本次请求消耗的总 token 数量(输入 + 输出)。" }, "prompt_tokens_details" : { "required" : [ "cached_tokens" ], "type" : "object", "properties" : { "cached_tokens" : { "title" : "cached_tokens", "type" : "number", "description" : "" } } }, "completion_tokens_details" : { "required" : [ "reasoning_tokens" ], "type" : "object", "properties" : { "reasoning_tokens" : { "title" : "reasoning_tokens", "type" : "number", "description" : "" } } } } } } } } } } }, "x-description" : "DeepSeek-V3 API 是一款基于先进人工智能技术的接口服务,具备强大的自然语言理解与生成能力。它支持 128K 超长上下文,能够高效处理复杂对话、长文档分析及多轮交互任务,并在中文场景下进行了深度优化。通过简洁的 API 接口,开发者可轻松集成 DeepSeek-V3 到客服系统、内容创作工具或数据分析平台中,享受其高效、精准的 AI 能力。", "x-logo" : "https://data-apibee.apispace.com/license/174358340017216d9474a-1266-4902-91b4-fcec0c411905", "x-projectName" : "DeepSeek-V3", "x-gatewayUri" : "https://eolink.o.apispace.com/deepseek-v3", "x-protocol" : "HTTPS", "x-resultDemo" : [ { "id" : 10922, "name" : "成功示例", "code" : "", "type" : "", "content" : "{\r\n \"choices\": [{\r\n \"finish_reason\": \"stop\", // 模型停止生成 token 的原因。取值范围:stop:模型输出自然结束。length:模型输出因达到模型输出限制而被截断。max_token:回答内容的长度限制。content_filter:模型输出被内容审核拦截。\r\n \"index\": 0, // 当前元素在 choices 列表的索引。\r\n \"logprobs\": null, // 固定为 null\r\n \"message\": {\r\n \"content\": \"玫瑰花因其颜色和数量的不同,花语也各不相同。以下是常见玫瑰颜色的花语及数量含义的详细解析:\\n\\n---\\n\\n### **一、按颜色分类的花语**\\n1. **红玫瑰** \\n - **热烈爱情**:经典象征,代表炽热的爱、浪漫和忠诚,常用于求婚或表达深挚情感。 \\n - 文化背景:在希腊神话中与爱神阿芙罗狄忒相关,红色象征其鲜血。\\n\\n2. **粉玫瑰** \\n - **温柔初恋**:浅粉代表羞涩与甜蜜;桃粉象征感激与欣赏;深粉传递倾慕之情。 \\n - 适用场景:初次告白、感谢友人或庆祝温柔时刻。\\n\\n3. **白玫瑰** \\n - **纯洁与敬意**:象征纯真无瑕的爱情(如婚礼),亦可用于哀悼表达怀念。 \\n - 西方传统:与圣母玛利亚关联,代表神圣之爱。\\n\\n4. **黄玫瑰** \\n - **友谊与祝福**:明亮温暖,适合赠友人表珍重;偶有“嫉妒”歧义需注意场合。 \\n\\n5. **蓝玫瑰(罕见人工培育)** \\n - **神秘与奇迹**:因自然界不存在天然蓝玫瑰,常寓意超越现实的爱或不可能之事。\\n\\n6. **紫玫瑰/香槟玫瑰等小众色系**: \\n 紫色——一见钟情的高贵感;橙色——热情活力;香槟色——“你令我着迷”。\\n\\n---\\n\\n### **二、按数量分类的附加含义**\\n- 1朵 :唯一挚爱 / “我的心中只有你” \\n- 11朵 :一生一世一双人 \\n- 33朵 :三生三世的爱恋 (中式浪漫) \\n- 99朵 :天长地久 ,极致承诺 \\n\\n特殊数字如108朵用于求婚(“嫁给我吧”);365朵则暗含“每一天爱你”。\\n\\n---\\n\\n### *注意事项*\\n- 地域差异需留意:例如某些地区黄玫可能暗示分手。\\n- 搭配技巧:红+白=和谐共融;粉+香槟=优雅感谢。\\n建议根据具体关系和场合选择花色及数量哦!(๑•̀ㅂ•́)و✧\", // 生成的消息内容\r\n \"role\": \"assistant\" // 固定为 assistant。\r\n }\r\n }], // 本次请求的输出内容。\r\n \"created\": 1744006732, // 本次请求创建时间的 Unix 时间戳(秒)。\r\n \"id\": \"021744006713024e8c983c47978f47ce93d9066f0a9ce654cf025\", // 本次请求的唯一标识。\r\n \"model\": \"deepseek-v3-250324\", // 模型名称和版本。固定为 deepseek-v3-250324\r\n \"service_tier\": \"default\", // 固定为 default\r\n \"object\": \"chat.completion\", // 固定为 chat.completion\r\n \"usage\": {\r\n \"completion_tokens\": 463, // 模型生成的 token 数量。\r\n \"prompt_tokens\": 8, // 输入的 prompt token 数量。\r\n \"total_tokens\": 471, // 本次请求消耗的总 token 数量(输入 + 输出)。\r\n \"prompt_tokens_details\": {\r\n \"cached_tokens\": 0\r\n }, // 忽略\r\n \"completion_tokens_details\": {\r\n \"reasoning_tokens\": 0\r\n } // 忽略\r\n }\r\n}", "api_id" : 120088 } ] } } } }