GET /placeholder/random
Myndaðu URLs for random placeholder images from Lorem Picsum. Fullkomið fyrir wireframes, mockups, and development. Skilar direct myndaslóðum in multiple styles þar á meðal grayscale and blur effects. Engar tengingartakmarkanir.
width
valfrjálst
sjálfgefið: 600
Image width in pixels
height
valfrjálst
sjálfgefið: 400
Image height in pixels
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
width |
Nei | 600 | Image width in pixels |
height |
Nei | 400 | Image height in pixels |
curl "https://nordapi.ee/api/v1/placeholder/random?width=800&height=600"
curl https://nordapi.ee/api/v1/placeholder/random
curl "https://nordapi.ee/api/v1/placeholder/random?width=500&height=500"
curl "https://nordapi.ee/api/v1/placeholder/random?width=1200&height=300"
{
"data": {
"blur_url": "https://picsum.photos/800/600?blur=2",
"grayscale_url": "https://picsum.photos/800/600?grayscale",
"height": 600,
"image_url": "https://picsum.photos/800/600",
"specific_url": "https://picsum.photos/id/584/800/600",
"width": 800
},
"success": true
}