Home > database >  Fetching image from image api
Fetching image from image api

Time:01-19

When I tried to use Unsplash, Pexels,Pixabay's api,they fetch data with vpn.

Please help me find api, which is free and without vpn. Thank you in advance

CodePudding user response:

You may try this Lorem ipsum pics

CodePudding user response:

You can try [https://jsonplaceholder.typicode.com/][1]

Scroll down and you will find Resources section which you can pick The Photos API's from .

It gives you a lot of objects that are in this form :

{
"albumId": 1,
"id": 1,
"title": "accusamus beatae ad facilis cum similique qui sunt",
"url": "https://via.placeholder.com/600/92c952",
"thumbnailUrl": "https://via.placeholder.com/150/92c952"
},
  • Related