金山词霸每日一图接口调用文档
原创大约 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
请求参数
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
type | 否 | string | 请求返回的是图片还是json数据(默认json格式数据) |
share | 否 | boolean | 是否展示分享海报 |
注意
当请求参数添加了type=json时, 无论share值为何,都将返回 json数据
返回参数
名称 | 类型 | 说明 | 名称 | 类型 | 说明 |
---|---|---|---|---|---|
tts | string | 每日一句语音内容地址 | share | string | 海报图片地址 |
content | string | 每日一句英语内容 | picture | string | 每日壁纸 |
note | string | 每日一句中文内容 | pictures | string | 每日壁纸_小 |
dateline | string | 日期 | picturem | string | 每日壁纸_中 |
love | string | 喜欢、点赞的人数 | picturel | string | 每日壁纸_大 |
返回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"
}