Search By Name

Search wallpapers or artists by name.

Search wallpapers/artists

GET https://walli.vercel.app/search?query=mountain&count=3

This endpoint allows you to search for wallpapers or artists by their names.

Path Parameters

Name
Type
Description

search

string

Endpoint for searching anything.

Query Parameters

Name
Type
Description

query

string

Query by which you want to search for wallpapers or artists.

count

boolean

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

[
  {
    "id": "20659",
    "title": "Balance",
    "description": "",
    "date": 1612396801,
    "artist_id": 11951331,
    "artist_name": "Aartliner_Studio",
    "artist_bio": "Hi everyone! \r\nI am Juhi A.K.A Aartliner and Art is what I do. I get inspiration from all the positive vibes around me. I am a self taught artist and graphic designer and I wish to inspires everyone with what I do. :D\r\nENJOY :)",
    "artist_avatar": "http://walli.quosmos.com/files/thumbs/c/8/8/c885f305c407d6ae511045b2800f6dbdd98f75cf/Aartlinerphoto__150_150.jpg",
    "likes": 336,
    "downloads": 1940,
    "copyright": "username",
    "location": "Saudi Arabia",
    "download_links": {
      "thumbnail": "http://walli.quosmos.com/files/thumbs/9/6/1/961dce219bd2330343d37c4b2aef8c855bb01dc6/Balancesq__800_800.jpg",
      "original": "http://walli.quosmos.com/files/thumbs/9/6/1/961dce219bd2330343d37c4b2aef8c855bb01dc6/Balancesq.jpg"
    },
    "tags": [
      "space",
      "galaxy",
      "moon",
      "clouds",
      "glow",
      "mountain",
      "rocks",
      "moody",
      "stone",
      "balance"
    ]
  },
  {
    "id": "20521",
    "title": "Desert",
    "description": "",
    "date": 1612310401,
    "artist_id": 26281487,
    "artist_name": "Nish",
    "artist_bio": "Hello, I'm Nishanul Nishat from Bangladesh. I'm a self-taught visual artist. I always try to portray my imagination through my Artworks. My inspiration for my artworks comes from music, literature, movies, dreams, and travels.",
    "artist_avatar": "http://walli.quosmos.com/files/thumbs/f/d/4/fd41ec9777e309fb277eb204e95973f45fc7f20a/canvas1__150_150.jpg",
    "likes": 375,
    "downloads": 1897,
    "copyright": "username",
    "location": "Bangladesh",
    "download_links": {
      "thumbnail": "http://walli.quosmos.com/files/thumbs/2/6/4/264f93af26467aead1368160a945a56c27e8fe10/mount2square__800_800.jpg",
      "original": "http://walli.quosmos.com/files/thumbs/2/6/4/264f93af26467aead1368160a945a56c27e8fe10/mount2square.jpg"
    },
    "tags": [
      "fantasy",
      "cactus",
      "desert",
      "clouds",
      "4k",
      "mountain",
      "illustration",
      "desert illustration"
    ]
  },
  {
    "id": "20933",
    "title": "Glacial line",
    "description": "",
    "date": 1613606401,
    "artist_id": 21428397,
    "artist_name": "az.perrine",
    "artist_bio": "A French woman, backpacking around the world and traveling where she can. Meeting the beautiful people and seeing the beautiful landscapes that nature is offering.",
    "artist_avatar": "http://walli.quosmos.com/files/thumbs/5/c/5/5c5c3ea0c91fd1e081e9c2ea873521d99d897518/pp__150_150.png",
    "likes": 85,
    "downloads": 113,
    "copyright": "fullname",
    "location": "France",
    "download_links": {
      "thumbnail": "http://walli.quosmos.com/files/thumbs/e/5/6/e56424659b5215a4ce3252ac79aa1b68798a71e5/GlacierinPatagonia__800_800.jpg",
      "original": "http://walli.quosmos.com/files/thumbs/e/5/6/e56424659b5215a4ce3252ac79aa1b68798a71e5/GlacierinPatagonia.jpg"
    },
    "tags": [
      "nature",
      "landscape",
      "blue",
      "white",
      "mountains",
      "photo",
      "snow",
      "lake",
      "mountain",
      "photography",
      "glacier",
      "smoky mountains",
      "mother earth",
      "skyline",
      "mountain landscape",
      "argentina",
      "glaciar",
      "glacial lake",
      "blue lake",
      "travel photography",
      "nature photography",
      "mother nature",
      "rural photography",
      "landscape photography",
      "nature photo",
      "glacial"
    ]
  }
]

Last updated

Was this helpful?