Popular Wallpapers

Fetch popular wallpapers

GET https://walli.vercel.app/wallpaper?type=popular&page=1

This endpoint allows you to get popular wallpapers.

Path Parameters

Name
Type
Description

wallpaper

string

Endpoint for fetching wallpapers.

Query Parameters

Name
Type
Description

type

string

Type of wallpapers you want. i.e - Popular

page

string

Page number for results. Each page has 24 wallpapers by default.

[
{
    "id": "20840",
    "title": "Chaotic Sky",
    "description": "",
    "date": 1613520001,
    "artist_id": "5178911",
    "artist_name": "Bis",
    "artist_bio": "Hello! My name is Bis & I'm an Illustrator. ' I hope you'll enjoy my artworks here :)",
    "artist_avatar": "http://walli.quosmos.com/files/thumbs/d/4/9/d4944c048aef447b8cc1014a7a4759b004a84435/bis-biswas__150_150.jpg",
    "likes": "900",
    "downloads": "6335",
    "copyright": "username",
    "location": "India",
    "download_links": {
      "thumbnail": "http://walli.quosmos.com/files/thumbs/7/8/e/78eae65fc52f05c34e0e227b3f7980006682fa5c/ChaoticSky__800_800.jpg",
      "original": "http://walli.quosmos.com/files/thumbs/7/8/e/78eae65fc52f05c34e0e227b3f7980006682fa5c/ChaoticSky.jpg"
    }
  },
  {
    "id": "20728",
    "title": "Horizon",
    "description": "",
    "date": 1612742401,
    "artist_id": "10352146",
    "artist_name": "BillJasper",
    "artist_bio": "Hi! I'm a self-proclaimed artist from Philippines XD. I hope you'll love my works. It would be great if you can send me some screenshots of your phone with any of my artworks on IG, so that I can feature them on my IG stories. Thank you! Just DM me on Instagram: bill_jasper Peace yow! Cheers!!",
    "artist_avatar": "http://walli.quosmos.com/files/thumbs/2/0/e/20e2ccf10f8e56c52a1948b82f8c3366599409b3/pp__150_150.png",
    "likes": "1806",
    "downloads": "21367",
    "copyright": "username",
    "location": "Philippines",
    "download_links": {
      "thumbnail": "http://walli.quosmos.com/files/thumbs/0/6/3/0632ca5cf9b2b82ac5d83f5941c606ef99d6f861/tab76__800_800.jpg",
      "original": "http://walli.quosmos.com/files/thumbs/0/6/3/0632ca5cf9b2b82ac5d83f5941c606ef99d6f861/tab76.jpg"
    }
  },
  {
    "id": "20764",
    "title": "Fire Moon ",
    "description": "",
    "date": 1613001601,
    "artist_id": "29987445",
    "artist_name": "Murat Akyol",
    "artist_bio": "Art Director • Visual Designer\r\nmuratakyolinfo@icloud.com",
    "artist_avatar": "http://walli.quosmos.com/files/thumbs/c/7/b/c7bd879ffbaa9b8259ebc307b8b884ad1563da08/photo__150_150.jpg",
    "likes": "1216",
    "downloads": "12076",
    "copyright": "username",
    "location": "Turkey",
    "download_links": {
      "thumbnail": "http://walli.quosmos.com/files/thumbs/1/c/8/1c89968aeb729c6f595b270b7c00988bcb56945a/Untitled-2__800_800.jpg",
      "original": "http://walli.quosmos.com/files/thumbs/1/c/8/1c89968aeb729c6f595b270b7c00988bcb56945a/Untitled-2.jpg"
    }
  }
]

Last updated

Was this helpful?