This endpoint retrieves a paginated list of images.
The page size is set to 20 images per page.
The response includes the following information:
- Total pages: the total number of pages based on the length of the image array.
- Current page: the current page number requested.
- Page size: the number of images per page.
- Total images: the total number of images in the array (maximum available image count is 400).
- Images: an array of image objects for the requested page, each with the following properties:
- imageUrl: a string that represents the URL of the image
- hqImageUrl: a string that represents the URL of the image (HQ)
- date: a string that represents the last update date of the image
- ratio: height/width
It gets updated every 60 minutes. Feel free to use endPoint in your project. But please don't make load tests 😅
Useful links
Github Source Code
Compose for Web(JS) Demo
Compose for Web(Wasm) Demo
Medium
X Article
Credit