跳至主要內容

金山词霸每日一图接口调用文档

tanmantang原创大约 1 分钟API每日一图

请求地址

https://api.tanmantang.com/api/ciba

请求示例

// 返回词霸当日学习图
https://api.tanmantang.com/api/ciba&share=true
// 返回词霸当日学习图json信息
https://api.tanmantang.com/api/ciba?type=json
// 返回词霸当日学习分享图
https://api.tanmantang.com/api/ciba&share=true

请求方式

GET

返回格式

image/json

请求参数

名称必填类型说明
typestring请求返回的是图片还是json数据(默认json格式数据)
shareboolean是否展示分享海报

注意

当请求参数添加了type=json时, 无论share值为何,都将返回 json数据

返回参数

名称类型说明名称类型说明
ttsstring每日一句语音内容地址sharestring海报图片地址
contentstring每日一句英语内容picturestring每日壁纸
notestring每日一句中文内容picturesstring每日壁纸_小
datelinestring日期picturemstring每日壁纸_中
lovestring喜欢、点赞的人数picturelstring每日壁纸_大

返回json示例

{
    "tts": "https://staticedu-wps.cache.iciba.com/audio/24450c6b2418c5136107add89c0294be.mp3",
    "content": "The situation is not quite so cut and dried.",
    "note": "情况并非已成定局。",
    "dateline": "2021-07-29",
    "share": "https://staticedu-wps.cache.iciba.com/image/a90b27614453323065fbfd2210274a80.png",
    "love": "0",
    "picture": "https://staticedu-wps.cache.iciba.com/image/c8e75d8bdfad5f1e50ebe0c8149a5df1.jpg",
    "pictures": "https://staticedu-wps.cache.iciba.com/image/91ebb1e29b1ad1e35c0f9b41d5febe91.jpg",
    "picturem": "https://staticedu-wps.cache.iciba.com/image/88394725e5324896933e2b02e93d19b4.jpg",
    "picturl": "https://staticedu-wps.cache.iciba.com/image/6d165fd799704d83bd897da859ee34cb.jpg"
}