免费在线API收集
# 随机图片接口
Lorem Picsum 可以随机返回一张照片,还可以指定照片的尺寸。
返回 宽和高都是 200px 的图片(GET)
https://picsum.photos/200
比如想要获取 宽 200,高 300 的图片(GET)
https://picsum.photos/200/300
# 随机获取 1 张猫图(GET)
https://api.thecatapi.com/v1/images/search?limit=1
# 随机获取 1 张狗子图(GET)
https://dog.ceo/api/breeds/image/random
# 公共服务 API 接口汇总
# 扇贝单词
- API:https://apiv3.shanbay.com/weapps/dailyquote/quote
- 请求方法:
GET
- 调性:励志,鸡汤
- 类型:图文
# 请求参数
属性名 | 默认值 | 必填 | 说明 |
---|---|---|---|
date | 当前日期 | 否 | yyyy-MM-dd,默认当前日期 |
# 返回值
{
"id": "bcziue",
"content": "You can't be paralyzed by fear of failure or you will never push yourself.",
"author": "Arnold Schwarzenegger",
"assign_date": "2021-04-07",
"ad_url": "",
"share_url": "https://web.shanbay.com/op/quotes/2021-04-07/",
"share_urls": {},
"origin_img_urls": [
"https://media-image1.baydn.com/soup_pub_image/bnznli/c11cffe7ed36219ee44dfee79ceecba4.77390287ed79259b02d8bd7d06f67169.jpeg",
"https://media-image1.baydn.com/soup_pub_image/bnznli/c11cffe7ed36219ee44dfee79ceecba4.77390287ed79259b02d8bd7d06f67169.jpeg"
],
"share_img_urls": [
"https://media-image1.baydn.com/soup_pub_image/bnznli/37199a19776d9681c9ccc76d189adc11.6f739349c4584f8b5a050884cd741fae.jpeg",
"https://media-image1.baydn.com/soup_pub_image/bnznli/37199a19776d9681c9ccc76d189adc11.6f739349c4584f8b5a050884cd741fae.jpeg"
],
"join_num": 43,
"translation": "你绝不能为失败的恐惧所吓倒,否则你将永远不会前进。",
"poster_img_urls": [
"https://media-image1.baydn.com/dailyquote/url-79491420f4846dd98cf5b61d5f5381fee98a7b3159349a07334d78acb4d90343.jpg?x-oss-process=image/quality,Q_80/format,webp",
"https://media-image1.baydn.com/dailyquote/url-79491420f4846dd98cf5b61d5f5381fee98a7b3159349a07334d78acb4d90343.jpg?x-oss-process=image/quality,Q_80/format,webp"
],
"track_object": {},
"daily_audio_urls": ""
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
二次元随机图
https://api.oick.cn/random/api.php
上次更新: 2023/04/05, 09:41:10