Image Placeholder APIs
Here is a list of 10 other APIs.
PlaceKitten
A quick and simple service for getting pictures of kittens for use as placeholders in your designs or code. Just put your image size (width & height) after our URL and you'll get a placeholder.
To display this image just use the following URL http://placekitten.com/200/300.
<img src="http://placekitten.com/200/300" alt="Place Kitten" />
<img src="http://placekitten.com/g/200/300" alt="Place Kitten" />
Placedog
If your more of a dog person then you can use the API placedog, it works the same way just pass in the parameters to the image and it will display an image of dogs for your application.
<img src="http://placedog.com/200/300" alt="Place Dog" />
<img src="http://placedog.com/g/200/300" alt="Place Dog" />
Bacon Mockup
A simple way to use pictures of tasty meat as placeholders in your design. Just put your image width and height in our url and you'll get some meat. Inspired by the awesome placekitten.com.
<img src="http://baconmockup.com/200/300" alt="Bacon Mockup" />
<img src="http://baconmockup.com/400/300" alt="Bacon Mockup" />
Lorempixel
<img src="http://lorempixel.com/400/200/" alt="Lorem Pixel" />
<img src="http://lorempixel.com/g/400/200/" alt="Lorem Pixel" />
Placehold.it
<img src="http://placehold.it/400x200" alt="Placehold.it" />
<img src="http://placehold.it/200x400" alt="Placehold.it" />
Fake Images Please?
<img src="http://fakeimg.pl/400x200" alt="Fake Images Please?" />
<img src="http://fakeimg.pl/200x400" alt="Fake Images Please?" />
Dummy Image
<img src="http://dummyimage.com/400x200" alt="Dummy Image" />
<img src="http://dummyimage.com/200x400" alt="Dummy Image" />
Place Ape
<img src="http://placeape.com/400/300" alt="Place Ape" />
<img src="http://placeape.com/g/400/300" alt="Place Ape" />
Place Skulls
<img src="http://placeskull.com/400/200/" alt="Place Ape" />
<img src="http://placeskull.com/g/400/200/" alt="Place Ape" />
Anymore?
Do you know of anymore that aren't on this list please let me know in the comments.
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





