Developer API

The Peapix APIs provides the Bing and Windows Spotlight high-quality images for developers to integrate into their apps.

Access the latest Bing daily wallpapers from around the world for your apps.

The API data is cached for 30 minutes. Subsequent requests within that time return the cached result.

API
Parameters
  • country - Specifies the Bing region for image results.
    Accepted values:
    • au
    • br
    • ca
    • cn
    • de
    • fr
    • in
    • it
    • jp
    • es
    • gb
    • us
  • n - The number of images to return.
Examples

GET https://peapix.com/bing/feed?country=jp

Response for this request:

[{
    "title": "太湖の桜, 中国 江蘇省",
    "copyright": "© Eric Yang/Getty Image",
    "fullUrl": "https://img.peapix.com/742a3b0ab5b04b2b83aea1df0863dd49_1920.jpg",
    "thumbUrl": "https://img.peapix.com/742a3b0ab5b04b2b83aea1df0863dd49_640.jpg",
    "imageUrl": "https://img.peapix.com/742a3b0ab5b04b2b83aea1df0863dd49.jpg",
    "pageUrl": "https://peapix.com/bing/38085",
    "date": "2022-04-03"
}]

Access the latest Spotlight lock screen wallpapers for your apps.

API
Parameters
  • n - The number of images to return.
Response
[{
    "title": "Flightless, but resourceful",
    "copyright": "© David Merron Photography/Moment/Getty Images",
    "fullUrl": "https://img.peapix.com/22140608cb7c4c0fbbdca35c729c9b7e_1920.jpg",
    "thumbUrl": "https://img.peapix.com/22140608cb7c4c0fbbdca35c729c9b7e_640.jpg",
    "imageUrl": "https://img.peapix.com/22140608cb7c4c0fbbdca35c729c9b7e.jpg",
    "pageUrl": "https://peapix.com/spotlight/149/flightless-but-resourceful"
}]