Random Wallpapers

Fetch any random wallpapers from any category.

Get Random Wallpapers

GET https://walli.vercel.app/random?count=2

This endpoint allows you to get random wallpapers.

Path Parameters

Name
Type
Description

random

string

Endpoint for fetching random wallpapers.

Query Parameters

Name
Type
Description

count

string

The number of results that should be returned by the API. By default, the count is set to 10 results.

[
  {
    "id": "7753",
    "title": "Classic",
    "description": "",
    "date": 1545436801,
    "artist_id": "836301",
    "artist_name": "Ralph",
    "artist_bio": "Hi! I'm an industrial engineer living at the City of Cebu, Philippines.\r\nI've been wanting to do graphic design since high school but hardware and software limitations hinder me to. But now, I've been practicing doing abstract graphic designs and I just want to share it to the world.",
    "artist_avatar": "https://walli.quosmos.com/files/thumbs/8/6/c/86caef2e13d70d8d0d4952da32382b1e66fba119/pp__150_150.png",
    "likes": "579",
    "downloads": "1576",
    "copyright": "username",
    "location": "Philippines",
    "download_links": {
      "thumbnail": "https://walli.quosmos.com/files/thumbs/e/5/5/e55fc495dee70a69babaf66542f5b169bf14f4c9/Classic_Square__800_800.jpg",
      "original": "https://walli.quosmos.com/files/thumbs/e/5/5/e55fc495dee70a69babaf66542f5b169bf14f4c9/Classic_Square.jpg"
    }
  },
  {
    "id": "18980",
    "title": "Oracle Girl",
    "description": "",
    "date": 1605484801,
    "artist_id": "28012822",
    "artist_name": "tonni.illu",
    "artist_bio": "Giulia is an all-round graphic designer from Verona, where she was born in 1989.\r\nGraduated with a BA in Graphic and Multimedia Communication Sciences at IUSVE, with a dissertation in Corporate Identity, she acquired further skills in motion graphics through professional courses in animation and 4D cinema (School of Motion, Motion Design School, C4Dzone). As an illustrator, she has been active on Dribbble, getting inspiration from the platform’s aesthetic trends, and later her style has been influenced by digital painting. She worked as illustrator and motion graphic designer at Happycentro studio (Verona), and she recently collaborated with AQuest agency (Verona) working on digital projects. Her favourite media is Instagram, which she likes for its power of connecting people through image sharing.",
    "artist_avatar": "https://walli.quosmos.com/files/thumbs/a/3/4/a343acb56c04ca5a0beafa2cb49ad139ffc3d5e3/7920548813749127393475434216921443809624064n__150_150.jpg",
    "likes": "111",
    "downloads": "125",
    "copyright": "username",
    "location": "Italy",
    "download_links": {
      "thumbnail": "https://walli.quosmos.com/files/thumbs/d/6/a/d6aeab04efacc0f9e34c64189afeb7b3a6b170ea/15oracle__800_800.jpg",
      "original": "https://walli.quosmos.com/files/thumbs/d/6/a/d6aeab04efacc0f9e34c64189afeb7b3a6b170ea/15oracle.jpg"
    }
  }
]

Last updated

Was this helpful?