← Þróunarverkfæri

Skoða staðgengilsmyndir

GET /placeholder/list

Skoðaðu myndasafn Lorem Picsum með höfundarviðurkenningum og niðurhalsslóðum. Síðuskiptur listi yfir sérvaldar hágæða ljósmyndir sem fáanlegar eru sem staðgenglar. Hver mynd inniheldur nafn ljósmyndarans og upprunalega heimild.

Breytur

page valfrjálst sjálfgefið: 1

Page number

limit valfrjálst sjálfgefið: 20

Images per page (max 100)

Dæmi um fyrirspurnir

Grunnnotkun
curl "https://nordapi.ee/api/v1/placeholder/list?page=1&limit=10"
First 20 images
curl https://nordapi.ee/api/v1/placeholder/list
Page 3, 50 per page
curl "https://nordapi.ee/api/v1/placeholder/list?page=3&limit=50"

Lifandi svar

{
  "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
}