GET /placeholder/list
Selaa Lorem Picsum -kuvaluetteloa tekijätietoineen ja lataus-URL-osoitteineen. Sivutettu luettelo kuratoiduista, korkealaatuisista valokuvista paikkakuviksi. Jokainen kuva sisältää valokuvaajan nimen ja alkuperäisen lähteen.
page
valinnainen
oletus: 1
Page number
limit
valinnainen
oletus: 20
Images per page (max 100)
| Nimi | Pakollinen | Oletus | Kuvaus |
|---|---|---|---|
page |
Ei | 1 | Page number |
limit |
Ei | 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
}