GET /placeholder/list
浏览 Lorem Picsum 图片目录,含作者信息和下载 URL。分页展示精选的高质量照片,可用作占位图片。每张图片包含摄影师姓名和原始来源。
page
可选
默认: 1
Page number
limit
可选
默认: 20
Images per page (max 100)
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
page |
否 | 1 | Page number |
limit |
否 | 20 | Images per page (max 100) |
curl "https://nordapi.ee/api/v1/placeholder/list?page=1&limit=10"
curl https://nordapi.ee/api/v1/placeholder/list
curl "https://nordapi.ee/api/v1/placeholder/list?page=3&limit=50"
{
"count": 10,
"data": [
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/0/5000/3333",
"height": 3333,
"id": "0",
"url": "https://unsplash.com/photos/yC-Yzbqy7PY",
"width": 5000
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/1/5000/3333",
"height": 3333,
"id": "1",
"url": "https://unsplash.com/photos/LNRyGwIJr5c",
"width": 5000
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/2/5000/3333",
"height": 3333,
"id": "2",
"url": "https://unsplash.com/photos/N7XodRrbzS0",
"width": 5000
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/3/5000/3333",
"height": 3333,
"id": "3",
"url": "https://unsplash.com/photos/Dl6jeyfihLk",
"width": 5000
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/4/5000/3333",
"height": 3333,
"id": "4",
"url": "https://unsplash.com/photos/y83Je1OC6Wc",
"width": 5000
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/5/5000/3334",
"height": 3334,
"id": "5",
"url": "https://unsplash.com/photos/LF8gK8-HGSg",
"width": 5000
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/6/5000/3333",
"height": 3333,
"id": "6",
"url": "https://unsplash.com/photos/tAKXap853rY",
"width": 5000
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/7/4728/3168",
"height": 3168,
"id": "7",
"url": "https://unsplash.com/photos/BbQLHCpVUqA",
"width": 4728
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/8/5000/3333",
"height": 3333,
"id": "8",
"url": "https://unsplash.com/photos/xII7efH1G6o",
"width": 5000
},
{
"author": "Alejandro Escamilla",
"download_url": "https://picsum.photos/id/9/5000/3269",
"height": 3269,
"id": "9",
"url": "https://unsplash.com/photos/ABDTiLqDhJA",
"width": 5000
}
],
"success": true
}