← Utilidades para desarrolladores

Explorar imágenes de marcador de posición

GET /placeholder/list

Browse the Lorem Picsum imagen catalog with author credits and download URLs. Paginated list of curated, high-quality photographs available as placeholders. Each imagen includes the photographer's name and original source.

Parametros

page opcional predeterminado: 1

Page number

limit opcional predeterminado: 20

Images per page (max 100)

Ejemplos de solicitudes

Uso basico
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"

Respuesta en vivo

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