Wallpapers By Category

Fetch wallpapers belonging to a particular category.

You can get Category IDs from here.

Get category wallpapers

GET https://walli.vercel.app/category?id=149&page=1

This endpoint allows you to get wallpapers from a category.

Path Parameters

Name
Type
Description

category

string

Endpoint for fetching wallpapers from a category.

Query Parameters

Name
Type
Description

id

string

The ID of the category for which you want to fetch wallpapers.

page

string

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

[
  {
    "id": "17340",
    "title": "Chalk footballer",
    "description": "",
    "date": 1601244000,
    "artist_id": "27225315",
    "artist_name": "Chapter418",
    "artist_bio": "Namastey, I specialize in hand-drawn identity design and illustrations. Inspired by artisans and craftsmen skilled with traditional knowledge and tools, I design everything the old school way with paper, pencil and lots of erasing.",
    "artist_avatar": "https://walli.quosmos.com/files/thumbs/8/f/b/8fb5721bd8ee1089f313fbc5499a6dd07400053a/IMG20200717032428320__150_150.jpg",
    "likes": "983",
    "downloads": "35581",
    "copyright": "username",
    "location": "India",
    "download_links": {
      "thumbnail": "https://walli.quosmos.com/files/thumbs/f/0/6/f065836f0873e3c00ddccf8859b365836f5242d9/chapter418chalkfootballersquare__800_800.jpg",
      "original": "https://walli.quosmos.com/files/thumbs/f/0/6/f065836f0873e3c00ddccf8859b365836f5242d9/chapter418chalkfootballersquare.jpg"
    }
  },
  {
    "id": "17899",
    "title": "Deity affiliation",
    "description": "",
    "date": 1599688800,
    "artist_id": "20020220",
    "artist_name": "Rafael_Bear",
    "artist_bio": "Self-taught illustrator and designer that reproduces ideas and world visions into art you can put on your device",
    "artist_avatar": "https://walli.quosmos.com/files/thumbs/2/a/2/2a286a3272d4954fe687cb5a752ab2356c8c39aa/pp__150_150.png",
    "likes": "1434",
    "downloads": "36454",
    "copyright": "username",
    "location": "Romania",
    "download_links": {
      "thumbnail": "https://walli.quosmos.com/files/thumbs/a/f/c/afcc8c98e1d19858f1c2dd2b5412e268e3c0513d/Untitled-4__800_800.jpg",
      "original": "https://walli.quosmos.com/files/thumbs/a/f/c/afcc8c98e1d19858f1c2dd2b5412e268e3c0513d/Untitled-4.jpg"
    }
  }
]

Last updated

Was this helpful?