← Utilitaires pour développeurs

Parcourir les images de substitution

GET /placeholder/list

Parcourez le catalogue d'images Lorem Picsum avec les crédits d'auteur et les URL de téléchargement. Liste paginée de photographies de haute qualité curées disponibles comme images de remplacement. Chaque image comprend le nom du photographe et la source d'origine.

Paramètres

page optionnel par défaut: 1

Page number

limit optionnel par défaut: 20

Images per page (max 100)

Exemples de requêtes

Utilisation de base
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"

Réponse en direct

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