diff --git a/WallpaperHD_Live.xcodeproj/project.pbxproj b/WallpaperHD_Live.xcodeproj/project.pbxproj index 810fae6..37084be 100644 --- a/WallpaperHD_Live.xcodeproj/project.pbxproj +++ b/WallpaperHD_Live.xcodeproj/project.pbxproj @@ -38,6 +38,10 @@ 75B426ED2C4E3A02001844C2 /* CustomCollectionViewFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B426EC2C4E3A02001844C2 /* CustomCollectionViewFlowLayout.swift */; }; 75B426F12C4E3A3C001844C2 /* WP_WallpaperCollectionCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75B426F02C4E3A3C001844C2 /* WP_WallpaperCollectionCell.xib */; }; 75B426F22C4E3A3C001844C2 /* WP_WallpaperCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B426EF2C4E3A3C001844C2 /* WP_WallpaperCollectionCell.swift */; }; + 75B426F92C4E457D001844C2 /* 4k.json in Resources */ = {isa = PBXBuildFile; fileRef = 75B426F82C4E457D001844C2 /* 4k.json */; }; + 75B426FC2C4E45EB001844C2 /* WP_4KModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B426FB2C4E45EB001844C2 /* WP_4KModel.swift */; }; + 75B426FF2C4E4990001844C2 /* WP_RankingCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 75B426FE2C4E4990001844C2 /* WP_RankingCell.xib */; }; + 75B427002C4E4990001844C2 /* WP_RankingCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B426FD2C4E4990001844C2 /* WP_RankingCell.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -75,6 +79,10 @@ 75B426EC2C4E3A02001844C2 /* CustomCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomCollectionViewFlowLayout.swift; sourceTree = ""; }; 75B426EF2C4E3A3C001844C2 /* WP_WallpaperCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WP_WallpaperCollectionCell.swift; sourceTree = ""; }; 75B426F02C4E3A3C001844C2 /* WP_WallpaperCollectionCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WP_WallpaperCollectionCell.xib; sourceTree = ""; }; + 75B426F82C4E457D001844C2 /* 4k.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = 4k.json; sourceTree = ""; }; + 75B426FB2C4E45EB001844C2 /* WP_4KModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WP_4KModel.swift; sourceTree = ""; }; + 75B426FD2C4E4990001844C2 /* WP_RankingCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WP_RankingCell.swift; sourceTree = ""; }; + 75B426FE2C4E4990001844C2 /* WP_RankingCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WP_RankingCell.xib; sourceTree = ""; }; 9CBEA2442AE6AC8044848FC3 /* Pods-WallpaperHD_Live.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WallpaperHD_Live.release.xcconfig"; path = "Target Support Files/Pods-WallpaperHD_Live/Pods-WallpaperHD_Live.release.xcconfig"; sourceTree = ""; }; A14E883F09B5C78F804A4357 /* Pods-WallpaperHD_Live.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WallpaperHD_Live.debug.xcconfig"; path = "Target Support Files/Pods-WallpaperHD_Live/Pods-WallpaperHD_Live.debug.xcconfig"; sourceTree = ""; }; F59CBF68E08818FF22B15165 /* Pods_WallpaperHD_Live.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_WallpaperHD_Live.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -214,6 +222,8 @@ 75B426C62C4E2AF6001844C2 /* Ranking */ = { isa = PBXGroup; children = ( + 75B426FA2C4E45D2001844C2 /* M */, + 75B426F32C4E4373001844C2 /* V */, 75B426C72C4E2B00001844C2 /* C */, ); path = Ranking; @@ -231,6 +241,7 @@ 75B426D42C4E2B89001844C2 /* Tool */ = { isa = PBXGroup; children = ( + 75B426F82C4E457D001844C2 /* 4k.json */, 75B426EC2C4E3A02001844C2 /* CustomCollectionViewFlowLayout.swift */, 75B426D72C4E36D9001844C2 /* my_wallpaper.json */, 75B426D52C4E2B9F001844C2 /* colorManager.swift */, @@ -255,6 +266,23 @@ path = V; sourceTree = ""; }; + 75B426F32C4E4373001844C2 /* V */ = { + isa = PBXGroup; + children = ( + 75B426FD2C4E4990001844C2 /* WP_RankingCell.swift */, + 75B426FE2C4E4990001844C2 /* WP_RankingCell.xib */, + ); + path = V; + sourceTree = ""; + }; + 75B426FA2C4E45D2001844C2 /* M */ = { + isa = PBXGroup; + children = ( + 75B426FB2C4E45EB001844C2 /* WP_4KModel.swift */, + ); + path = M; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -316,6 +344,8 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 75B426F92C4E457D001844C2 /* 4k.json in Resources */, + 75B426FF2C4E4990001844C2 /* WP_RankingCell.xib in Resources */, 75B426D82C4E36D9001844C2 /* my_wallpaper.json in Resources */, 75B426E72C4E372C001844C2 /* WP_FlowersVC.xib in Resources */, 75B426DF2C4E3711001844C2 /* WP_PopularVC.xib in Resources */, @@ -382,6 +412,7 @@ files = ( 75B426CF2C4E2B31001844C2 /* WP_RankingVC.swift in Sources */, 75B426E42C4E371D001844C2 /* WP_Christmas.swift in Sources */, + 75B426FC2C4E45EB001844C2 /* WP_4KModel.swift in Sources */, 75B426DC2C4E3705001844C2 /* WP_NewestVC.swift in Sources */, 75B426A42C4E092C001844C2 /* ViewController.swift in Sources */, 75B426B42C4E0CF5001844C2 /* WP_RootVC.swift in Sources */, @@ -390,6 +421,7 @@ 75B426D62C4E2B9F001844C2 /* colorManager.swift in Sources */, 75B426EB2C4E38F9001844C2 /* WallpaperModel.swift in Sources */, 75B426ED2C4E3A02001844C2 /* CustomCollectionViewFlowLayout.swift in Sources */, + 75B427002C4E4990001844C2 /* WP_RankingCell.swift in Sources */, 75B426A02C4E092C001844C2 /* AppDelegate.swift in Sources */, 75B426D32C4E2B49001844C2 /* WP_MineVC.swift in Sources */, 75B426E82C4E372C001844C2 /* WP_FlowersVC.swift in Sources */, diff --git a/WallpaperHD_Live/Assets.xcassets/Rectangle.imageset/Contents.json b/WallpaperHD_Live/Assets.xcassets/Rectangle.imageset/Contents.json new file mode 100644 index 0000000..ffb8ec8 --- /dev/null +++ b/WallpaperHD_Live/Assets.xcassets/Rectangle.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "截屏2024-03-11 16.39.35.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/WallpaperHD_Live/Assets.xcassets/Rectangle.imageset/截屏2024-03-11 16.39.35.png b/WallpaperHD_Live/Assets.xcassets/Rectangle.imageset/截屏2024-03-11 16.39.35.png new file mode 100644 index 0000000..b6b0714 Binary files /dev/null and b/WallpaperHD_Live/Assets.xcassets/Rectangle.imageset/截屏2024-03-11 16.39.35.png differ diff --git a/WallpaperHD_Live/Base.lproj/LaunchScreen.storyboard b/WallpaperHD_Live/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..865e932 --- /dev/null +++ b/WallpaperHD_Live/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WallpaperHD_Live/Base.lproj/Main.storyboard b/WallpaperHD_Live/Base.lproj/Main.storyboard new file mode 100644 index 0000000..25a7638 --- /dev/null +++ b/WallpaperHD_Live/Base.lproj/Main.storyboard @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WallpaperHD_Live/Mine/C/WP_MineVC.xib b/WallpaperHD_Live/Mine/C/WP_MineVC.xib index ec06477..00b20f3 100644 --- a/WallpaperHD_Live/Mine/C/WP_MineVC.xib +++ b/WallpaperHD_Live/Mine/C/WP_MineVC.xib @@ -1,22 +1,170 @@ - - + + + - + + + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WallpaperHD_Live/Ranking/C/WP_RankingVC.swift b/WallpaperHD_Live/Ranking/C/WP_RankingVC.swift index 980d167..ed670ce 100644 --- a/WallpaperHD_Live/Ranking/C/WP_RankingVC.swift +++ b/WallpaperHD_Live/Ranking/C/WP_RankingVC.swift @@ -6,13 +6,86 @@ // import UIKit +import FSPagerView +import MJExtension +import SDWebImage class WP_RankingVC: WP_RootVC { + @IBOutlet weak var pagerView: FSPagerView! + + var wallpapers = [WP_4KModel]() + override func viewDidLoad() { super.viewDidLoad() + setJsondata() + setFSpageV() + } + override func viewWillAppear(_ animated: Bool) { + super.viewWillAppear(animated) + self.navigationController?.navigationBar.isHidden = true + } + + + func setJsondata(){ + // 读取 JSON 文件并解析 + if let path = Bundle.main.path(forResource: "4k", ofType: "json") { + do { + let data = try Data(contentsOf: URL(fileURLWithPath: path), options: .mappedIfSafe) + + // 使用 MJExtension 解析 JSON 数据 + let jsonArray = try JSONSerialization.jsonObject(with: data, options: .mutableContainers) as? [[String: Any]] + + if let jsonArray = jsonArray { + // 使用 MJExtension 将 JSON 数组转换为模型数组 + wallpapers = (WP_4KModel.mj_objectArray(withKeyValuesArray: jsonArray) as? [WP_4KModel])! + + } + } catch { + print("Error reading JSON file:", error.localizedDescription) + } + } else { + print("JSON file not found.") + } + } + + func setFSpageV(){ + self.pagerView.delegate = self + self.pagerView.dataSource = self + pagerView.register(UINib(nibName: "WP_RankingCell", bundle: nil), forCellWithReuseIdentifier: "WP_RankingCell") + pagerView.transformer = FSPagerViewTransformer(type: .overlap) + pagerView.automaticSlidingInterval = 0 + pagerView.isInfinite = true + pagerView.decelerationDistance = 1 + pagerView.itemSize = CGSize(width: UIScreen.main.bounds.size.width - 80, height: self.pagerView.frame.size.height) +// pagerView.itemSize = pagerView.frame.size + pagerView.interitemSpacing = 0 } } +extension WP_RankingVC:FSPagerViewDelegate,FSPagerViewDataSource{ + public func numberOfItems(in pagerView: FSPagerView) -> Int { + return wallpapers.count + } + + public func pagerView(_ pagerView: FSPagerView, cellForItemAt index: Int) -> FSPagerViewCell { + let cell = pagerView.dequeueReusableCell(withReuseIdentifier: "WP_RankingCell", at: index) as! WP_RankingCell + + let model = self.wallpapers[index] + if let imageURL = URL(string: model.thumbnail ?? "") { + cell.wallpaperImageV.sd_setImage(with: imageURL, placeholderImage: UIImage(named: "Rectangle")) + + } + + + return cell + } + + func pagerView(_ pagerView: FSPagerView, didSelectItemAt index: Int) { + + + } + +} diff --git a/WallpaperHD_Live/Ranking/C/WP_RankingVC.xib b/WallpaperHD_Live/Ranking/C/WP_RankingVC.xib index cb752e1..8f076b8 100644 --- a/WallpaperHD_Live/Ranking/C/WP_RankingVC.xib +++ b/WallpaperHD_Live/Ranking/C/WP_RankingVC.xib @@ -1,22 +1,60 @@ - - + + + - + + + - + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WallpaperHD_Live/Ranking/M/WP_4KModel.swift b/WallpaperHD_Live/Ranking/M/WP_4KModel.swift new file mode 100644 index 0000000..3a78d6b --- /dev/null +++ b/WallpaperHD_Live/Ranking/M/WP_4KModel.swift @@ -0,0 +1,47 @@ +// +// WP_4KModel.swift +// wallpaper_project + + +import UIKit +@objcMembers + +class WP_4KModel: NSObject,Decodable,Encodable { + + var title:String? + var thumbnail:String? + var preview:String? + var is_free:Int? + var category:Int? + var id:Int? + var cnt_like:Int? + + enum CodingKeys: String, CodingKey { + case title + case thumbnail + case preview + case is_free + case category + case id + case cnt_like + } + + // 实现 Decodable 协议中的初始化方法 + required override init() { + super.init() + } + + // 实现 Encodable 协议中的编码方法 + func encode(to encoder: Encoder) throws { + var container = encoder.container(keyedBy: CodingKeys.self) + try container.encode(title, forKey: .title) + try container.encode(thumbnail, forKey: .thumbnail) + try container.encode(preview, forKey: .preview) + try container.encode(is_free, forKey: .is_free) + try container.encode(category, forKey: .category) + try container.encode(id, forKey: .id) + try container.encode(cnt_like, forKey: .cnt_like) + } + +} + diff --git a/WallpaperHD_Live/Ranking/V/WP_RankingCell.swift b/WallpaperHD_Live/Ranking/V/WP_RankingCell.swift new file mode 100644 index 0000000..a1bec4e --- /dev/null +++ b/WallpaperHD_Live/Ranking/V/WP_RankingCell.swift @@ -0,0 +1,21 @@ +// +// WP_RankingCell.swift +// WallpaperHD_Live +// +// Created by 忆海16 on 2024/7/22. +// + +import UIKit +import FSPagerView + +class WP_RankingCell: FSPagerViewCell { + + @IBOutlet weak var wallpaperImageV: UIImageView! + + override func awakeFromNib() { + super.awakeFromNib() + wallpaperImageV.layer.cornerRadius = 10 + wallpaperImageV.clipsToBounds = true + } + +} diff --git a/WallpaperHD_Live/Ranking/V/WP_RankingCell.xib b/WallpaperHD_Live/Ranking/V/WP_RankingCell.xib new file mode 100644 index 0000000..87f63a4 --- /dev/null +++ b/WallpaperHD_Live/Ranking/V/WP_RankingCell.xib @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WallpaperHD_Live/Tool/4k.json b/WallpaperHD_Live/Tool/4k.json new file mode 100644 index 0000000..6f18806 --- /dev/null +++ b/WallpaperHD_Live/Tool/4k.json @@ -0,0 +1,1425 @@ +[{ + "title": "1213cd32eff89231a18a8c89cc3bbdbf.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/diwali/1213cd32eff89231a18a8c89cc3bbdbf.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/diwali/1213cd32eff89231a18a8c89cc3bbdbf.jpg", + "is_free": 1, + "category": 91104, + "id": 2992, + "cnt_like": 31114 +}, { + "title": "df8927f06383d70bdc6a15d6bf4c27b0.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/sports/df8927f06383d70bdc6a15d6bf4c27b0.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/sports/df8927f06383d70bdc6a15d6bf4c27b0.jpg", + "is_free": 0, + "category": 5809, + "id": 7746, + "cnt_like": 62475 +}, { + "title": "db90b449dbe8699b86cf11ea7e17df53.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/vehicles/db90b449dbe8699b86cf11ea7e17df53.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/vehicles/db90b449dbe8699b86cf11ea7e17df53.jpg", + "is_free": 0, + "category": 22021, + "id": 12083, + "cnt_like": 6867 +}, { + "title": "827bf471f60798f992e1cbf37ec9d449.png", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/anim/827bf471f60798f992e1cbf37ec9d449.png", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/anim/827bf471f60798f992e1cbf37ec9d449.png", + "is_free": 1, + "category": 98781, + "id": 9600, + "cnt_like": 52168 +}, { + "title": "6edd930ce9497e1c5c6bcbf87bb9addd.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/ocean/6edd930ce9497e1c5c6bcbf87bb9addd.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/ocean/6edd930ce9497e1c5c6bcbf87bb9addd.jpg", + "is_free": 1, + "category": 65356, + "id": 6298, + "cnt_like": 79332 +}, { + "title": "40425e2c655a2c10b937b3c8aed92952.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/quotes/40425e2c655a2c10b937b3c8aed92952.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/quotes/40425e2c655a2c10b937b3c8aed92952.jpg", + "is_free": 1, + "category": 3246, + "id": 6611, + "cnt_like": 18133 +}, { + "title": "1145616fd6f2975b489a647a23407621.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/texture/1145616fd6f2975b489a647a23407621.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/texture/1145616fd6f2975b489a647a23407621.jpg", + "is_free": 1, + "category": 33964, + "id": 11260, + "cnt_like": 94015 +}, { + "title": "db278aac284c6f287f92d2c378dbd77a.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/vehicles/db278aac284c6f287f92d2c378dbd77a.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/vehicles/db278aac284c6f287f92d2c378dbd77a.jpg", + "is_free": 1, + "category": 17547, + "id": 12082, + "cnt_like": 53532 +}, { + "title": "24347d219e6fd8524ccc04ae23962aec.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/animal/24347d219e6fd8524ccc04ae23962aec.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/animal/24347d219e6fd8524ccc04ae23962aec.jpg", + "is_free": 1, + "category": 31715, + "id": 1545, + "cnt_like": 3970 +}, { + "title": "174aac3d2d55b42a141e8b62898fac37.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/threed/174aac3d2d55b42a141e8b62898fac37.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/threed/174aac3d2d55b42a141e8b62898fac37.jpg", + "is_free": 1, + "category": 93559, + "id": 11523, + "cnt_like": 81044 +}, { + "title": "f12289764474e43b218a9c7199666b1b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/flower/f12289764474e43b218a9c7199666b1b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/flower/f12289764474e43b218a9c7199666b1b.jpg", + "is_free": 1, + "category": 84158, + "id": 3948, + "cnt_like": 75596 +}, { + "title": "5101b83f405786f776a8a41105d7f9b5.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/christmas/5101b83f405786f776a8a41105d7f9b5.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/christmas/5101b83f405786f776a8a41105d7f9b5.jpg", + "is_free": 1, + "category": 66570, + "id": 2847, + "cnt_like": 55924 +}, { + "title": "62e0a80c1e3ff9ceb7c7ed9a41506bf6.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/vehicles/62e0a80c1e3ff9ceb7c7ed9a41506bf6.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/vehicles/62e0a80c1e3ff9ceb7c7ed9a41506bf6.jpg", + "is_free": 1, + "category": 9021, + "id": 11927, + "cnt_like": 82250 +}, { + "title": "5d4e40a816980e5645aebf07b8a2e8f7.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/quotes/5d4e40a816980e5645aebf07b8a2e8f7.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/quotes/5d4e40a816980e5645aebf07b8a2e8f7.jpg", + "is_free": 1, + "category": 97404, + "id": 6642, + "cnt_like": 92979 +}, { + "title": "41b99a71113c2609d0d878f67dd79811.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/love/41b99a71113c2609d0d878f67dd79811.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/love/41b99a71113c2609d0d878f67dd79811.jpg", + "is_free": 1, + "category": 50913, + "id": 5201, + "cnt_like": 27731 +}, { + "title": "b61e9e0817e05ae34bce3517fe8b36e1.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/sports/b61e9e0817e05ae34bce3517fe8b36e1.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/sports/b61e9e0817e05ae34bce3517fe8b36e1.jpg", + "is_free": 1, + "category": 56675, + "id": 7691, + "cnt_like": 12453 +}, { + "title": "20ce5b8937b0f496878666c4755d815b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/christmas/20ce5b8937b0f496878666c4755d815b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/christmas/20ce5b8937b0f496878666c4755d815b.jpg", + "is_free": 1, + "category": 57170, + "id": 2811, + "cnt_like": 86679 +}, { + "title": "d9574092b377757bdf7e6c39a1738ba3.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/winter/d9574092b377757bdf7e6c39a1738ba3.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/winter/d9574092b377757bdf7e6c39a1738ba3.jpg", + "is_free": 1, + "category": 63844, + "id": 8322, + "cnt_like": 32357 +}, { + "title": "6288e08accdd90c664458f19e9b2a546.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/threed/6288e08accdd90c664458f19e9b2a546.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/threed/6288e08accdd90c664458f19e9b2a546.jpg", + "is_free": 1, + "category": 70216, + "id": 11616, + "cnt_like": 75250 +}, { + "title": "608024587e7297b8ff57c7c739409d3a.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/foured/608024587e7297b8ff57c7c739409d3a.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/foured/608024587e7297b8ff57c7c739409d3a.jpg", + "is_free": 1, + "category": 81772, + "id": 10538, + "cnt_like": 53602 +}, { + "title": "cdabecf6f7d51959b271c88ae897bf60.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/cdabecf6f7d51959b271c88ae897bf60.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/cdabecf6f7d51959b271c88ae897bf60.jpg", + "is_free": 1, + "category": 62947, + "id": 4284, + "cnt_like": 51510 +}, { + "title": "ca63033ab8bbc526365b95ef85292ca4.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/music/ca63033ab8bbc526365b95ef85292ca4.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/music/ca63033ab8bbc526365b95ef85292ca4.jpg", + "is_free": 1, + "category": 31131, + "id": 5974, + "cnt_like": 74948 +}, { + "title": "559cbb66f7216a99d4350fe7990acc01.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/flower/559cbb66f7216a99d4350fe7990acc01.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/flower/559cbb66f7216a99d4350fe7990acc01.jpg", + "is_free": 1, + "category": 96493, + "id": 3722, + "cnt_like": 97106 +}, { + "title": "a2acd55b8ac27c9d3677da9fac3c6526.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/a2acd55b8ac27c9d3677da9fac3c6526.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/a2acd55b8ac27c9d3677da9fac3c6526.jpg", + "is_free": 1, + "category": 76931, + "id": 9234, + "cnt_like": 38913 +}, { + "title": "cad75385176c0bee5209c75b9220b5ee.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/abstract/cad75385176c0bee5209c75b9220b5ee.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/abstract/cad75385176c0bee5209c75b9220b5ee.jpg", + "is_free": 1, + "category": 88023, + "id": 8658, + "cnt_like": 87029 +}, { + "title": "2ba33a7854bd2a757d2ee2195f44e854.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/girl/2ba33a7854bd2a757d2ee2195f44e854.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/girl/2ba33a7854bd2a757d2ee2195f44e854.jpg", + "is_free": 1, + "category": 47501, + "id": 4639, + "cnt_like": 44216 +}, { + "title": "4e268750ce4d2636a143f5f3ce346025.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/sports/4e268750ce4d2636a143f5f3ce346025.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/sports/4e268750ce4d2636a143f5f3ce346025.jpg", + "is_free": 1, + "category": 79836, + "id": 7562, + "cnt_like": 13059 +}, { + "title": "81b44be806a975f31af0250b36fd73f3.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/81b44be806a975f31af0250b36fd73f3.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/81b44be806a975f31af0250b36fd73f3.jpg", + "is_free": 1, + "category": 91615, + "id": 2135, + "cnt_like": 15249 +}, { + "title": "1c2266fb299d24afa432453b94e9af14.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/tourism/1c2266fb299d24afa432453b94e9af14.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/tourism/1c2266fb299d24afa432453b94e9af14.jpg", + "is_free": 1, + "category": 30203, + "id": 7819, + "cnt_like": 40985 +}, { + "title": "e39d438ea415b30f0f476d834a093e0a.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/e39d438ea415b30f0f476d834a093e0a.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/e39d438ea415b30f0f476d834a093e0a.jpg", + "is_free": 1, + "category": 19873, + "id": 2346, + "cnt_like": 9823 +}, { + "title": "388230366c238ac47a1c2fc62ce8ded7.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/flower/388230366c238ac47a1c2fc62ce8ded7.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/flower/388230366c238ac47a1c2fc62ce8ded7.jpg", + "is_free": 0, + "category": 42838, + "id": 3681, + "cnt_like": 85846 +}, { + "title": "c8371e7d29169b19c3237951982b8eb6.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/girl/c8371e7d29169b19c3237951982b8eb6.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/girl/c8371e7d29169b19c3237951982b8eb6.jpg", + "is_free": 0, + "category": 38355, + "id": 4878, + "cnt_like": 85511 +}, { + "title": "fe4eab86a3dc2b2f0925ea0f5f07247d.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/game/fe4eab86a3dc2b2f0925ea0f5f07247d.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/game/fe4eab86a3dc2b2f0925ea0f5f07247d.jpg", + "is_free": 1, + "category": 60578, + "id": 4581, + "cnt_like": 98032 +}, { + "title": "2d94970af2faa4a5d8e132cfab2cf9d8.png", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/minimal/2d94970af2faa4a5d8e132cfab2cf9d8.png", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/minimal/2d94970af2faa4a5d8e132cfab2cf9d8.png", + "is_free": 1, + "category": 79590, + "id": 10965, + "cnt_like": 46264 +}, { + "title": "367577962d268f0ded3bd0586b13cc93.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/abstract/367577962d268f0ded3bd0586b13cc93.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/abstract/367577962d268f0ded3bd0586b13cc93.jpg", + "is_free": 0, + "category": 41562, + "id": 8437, + "cnt_like": 61580 +}, { + "title": "27a7ac4b9eb5d0571916678c8d8f4a96.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/27a7ac4b9eb5d0571916678c8d8f4a96.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/27a7ac4b9eb5d0571916678c8d8f4a96.jpg", + "is_free": 1, + "category": 56669, + "id": 1964, + "cnt_like": 20322 +}, { + "title": "e77539e48ae77cab7c585195a03319fc.png", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/helloween/e77539e48ae77cab7c585195a03319fc.png", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/helloween/e77539e48ae77cab7c585195a03319fc.png", + "is_free": 1, + "category": 20951, + "id": 10743, + "cnt_like": 91910 +}, { + "title": "b8dd93a5740521bcd439b6b5c5bff7a2.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/vehicles/b8dd93a5740521bcd439b6b5c5bff7a2.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/vehicles/b8dd93a5740521bcd439b6b5c5bff7a2.jpg", + "is_free": 1, + "category": 86473, + "id": 12049, + "cnt_like": 74799 +}, { + "title": "7981cf5a486843e8566c8c2e72084d35.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/architecture/7981cf5a486843e8566c8c2e72084d35.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/architecture/7981cf5a486843e8566c8c2e72084d35.jpg", + "is_free": 1, + "category": 84095, + "id": 9896, + "cnt_like": 4426 +}, { + "title": "ea172446b8e9ef7f4ac5db5b6ed7a2d6.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/threed/ea172446b8e9ef7f4ac5db5b6ed7a2d6.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/threed/ea172446b8e9ef7f4ac5db5b6ed7a2d6.jpg", + "is_free": 1, + "category": 47301, + "id": 11781, + "cnt_like": 13208 +}, { + "title": "0737a1176f883ba5fa568eed0ede2469.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/game/0737a1176f883ba5fa568eed0ede2469.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/game/0737a1176f883ba5fa568eed0ede2469.jpg", + "is_free": 1, + "category": 48857, + "id": 4364, + "cnt_like": 55518 +}, { + "title": "b0a83903f22636d92af7a6769575ef11.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/christmas/b0a83903f22636d92af7a6769575ef11.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/christmas/b0a83903f22636d92af7a6769575ef11.jpg", + "is_free": 1, + "category": 21393, + "id": 2924, + "cnt_like": 56946 +}, { + "title": "76aca480e0751cd291629db4e5861760.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/music/76aca480e0751cd291629db4e5861760.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/music/76aca480e0751cd291629db4e5861760.jpg", + "is_free": 1, + "category": 88304, + "id": 5874, + "cnt_like": 73793 +}, { + "title": "912d827ff599ad017f710d092f0a5729.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/cartoon/912d827ff599ad017f710d092f0a5729.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/cartoon/912d827ff599ad017f710d092f0a5729.jpg", + "is_free": 0, + "category": 88131, + "id": 2622, + "cnt_like": 61791 +}, { + "title": "255452d860dbce7e34031c0155a0c173.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/ocean/255452d860dbce7e34031c0155a0c173.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/ocean/255452d860dbce7e34031c0155a0c173.jpg", + "is_free": 1, + "category": 23531, + "id": 6201, + "cnt_like": 76724 +}, { + "title": "d6aedca27906a23f9694b0463c6d0417.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/newyear/d6aedca27906a23f9694b0463c6d0417.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/newyear/d6aedca27906a23f9694b0463c6d0417.jpg", + "is_free": 1, + "category": 88477, + "id": 6132, + "cnt_like": 2514 +}, { + "title": "3f1645f7673f670227594164afd2db48.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/3f1645f7673f670227594164afd2db48.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/3f1645f7673f670227594164afd2db48.jpg", + "is_free": 1, + "category": 73258, + "id": 9047, + "cnt_like": 14994 +}, { + "title": "669643a8ebfc12e1d92fee84e51dfc97.png", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/minimal/669643a8ebfc12e1d92fee84e51dfc97.png", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/minimal/669643a8ebfc12e1d92fee84e51dfc97.png", + "is_free": 1, + "category": 84223, + "id": 11035, + "cnt_like": 23387 +}, { + "title": "8483d72b35cf086f6ae09f0a24772599.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/foured/8483d72b35cf086f6ae09f0a24772599.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/foured/8483d72b35cf086f6ae09f0a24772599.jpg", + "is_free": 0, + "category": 40442, + "id": 10564, + "cnt_like": 15451 +}, { + "title": "15b66016976c2bbbc077711ee8c38403.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/cartoon/15b66016976c2bbbc077711ee8c38403.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/cartoon/15b66016976c2bbbc077711ee8c38403.jpg", + "is_free": 1, + "category": 78467, + "id": 2453, + "cnt_like": 39779 +}, { + "title": "7b1fcb222551d0d9f5e2ae996d798579.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/flower/7b1fcb222551d0d9f5e2ae996d798579.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/flower/7b1fcb222551d0d9f5e2ae996d798579.jpg", + "is_free": 1, + "category": 90039, + "id": 3778, + "cnt_like": 39993 +}, { + "title": "54a2736eaa577fc4847c66dcf47bda13.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/54a2736eaa577fc4847c66dcf47bda13.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/54a2736eaa577fc4847c66dcf47bda13.jpg", + "is_free": 1, + "category": 73280, + "id": 4111, + "cnt_like": 55843 +}, { + "title": "1b278eaf7cd8acaf329602941eee7c3c.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/1b278eaf7cd8acaf329602941eee7c3c.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/1b278eaf7cd8acaf329602941eee7c3c.jpg", + "is_free": 0, + "category": 15593, + "id": 1929, + "cnt_like": 9691 +}, { + "title": "e78a56367cd53331d9d6c28ceeba814c.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/aircraft/e78a56367cd53331d9d6c28ceeba814c.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/aircraft/e78a56367cd53331d9d6c28ceeba814c.jpg", + "is_free": 1, + "category": 43342, + "id": 8924, + "cnt_like": 76506 +}, { + "title": "509c4fe9af6e82068535dfafaf7b5529.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/sports/509c4fe9af6e82068535dfafaf7b5529.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/sports/509c4fe9af6e82068535dfafaf7b5529.jpg", + "is_free": 1, + "category": 65233, + "id": 7565, + "cnt_like": 34872 +}, { + "title": "cf77e9cddc490e3c6190447520022bf4.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/aircraft/cf77e9cddc490e3c6190447520022bf4.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/aircraft/cf77e9cddc490e3c6190447520022bf4.jpg", + "is_free": 1, + "category": 43072, + "id": 8904, + "cnt_like": 22241 +}, { + "title": "0cb12b43a351061dd045473a2d2d01a2.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/animal/0cb12b43a351061dd045473a2d2d01a2.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/animal/0cb12b43a351061dd045473a2d2d01a2.jpg", + "is_free": 0, + "category": 67040, + "id": 1519, + "cnt_like": 83053 +}, { + "title": "9a9a319352766d1416d75dcae56878d0.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/aircraft/9a9a319352766d1416d75dcae56878d0.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/aircraft/9a9a319352766d1416d75dcae56878d0.jpg", + "is_free": 0, + "category": 36890, + "id": 8875, + "cnt_like": 5774 +}, { + "title": "742070954ed6ba0531bb39b2cfb32b71.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/foured/742070954ed6ba0531bb39b2cfb32b71.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/foured/742070954ed6ba0531bb39b2cfb32b71.jpg", + "is_free": 1, + "category": 50752, + "id": 10555, + "cnt_like": 57972 +}, { + "title": "d87e5df0e718b4ad90c292d59e295b28.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/d87e5df0e718b4ad90c292d59e295b28.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/d87e5df0e718b4ad90c292d59e295b28.jpg", + "is_free": 1, + "category": 29397, + "id": 2329, + "cnt_like": 72812 +}, { + "title": "811a92b957d797dcce7d7cbbd5996603.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/minimal/811a92b957d797dcce7d7cbbd5996603.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/minimal/811a92b957d797dcce7d7cbbd5996603.jpg", + "is_free": 1, + "category": 56636, + "id": 11066, + "cnt_like": 6320 +}, { + "title": "bad6007ed75b0c7e28160d8f78e60d81.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/music/bad6007ed75b0c7e28160d8f78e60d81.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/music/bad6007ed75b0c7e28160d8f78e60d81.jpg", + "is_free": 1, + "category": 89011, + "id": 5958, + "cnt_like": 22554 +}, { + "title": "a03ce07522220e4431090fc02b79909b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/sports/a03ce07522220e4431090fc02b79909b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/sports/a03ce07522220e4431090fc02b79909b.jpg", + "is_free": 1, + "category": 46580, + "id": 7664, + "cnt_like": 49872 +}, { + "title": "2dc89df02ef300f350bafa290a806090.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/girl/2dc89df02ef300f350bafa290a806090.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/girl/2dc89df02ef300f350bafa290a806090.jpg", + "is_free": 1, + "category": 12114, + "id": 4642, + "cnt_like": 20842 +}, { + "title": "ffcd9fddfa80bf794a9857591949e0ac.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/girl/ffcd9fddfa80bf794a9857591949e0ac.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/girl/ffcd9fddfa80bf794a9857591949e0ac.jpg", + "is_free": 1, + "category": 49815, + "id": 4958, + "cnt_like": 47727 +}, { + "title": "34beaeac3f25d7f5b956ed51fbd98b67.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/tourism/34beaeac3f25d7f5b956ed51fbd98b67.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/tourism/34beaeac3f25d7f5b956ed51fbd98b67.jpg", + "is_free": 1, + "category": 39894, + "id": 7845, + "cnt_like": 39100 +}, { + "title": "fb9c66ca377bc3d8132d658491c45820.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/winter/fb9c66ca377bc3d8132d658491c45820.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/winter/fb9c66ca377bc3d8132d658491c45820.jpg", + "is_free": 1, + "category": 59799, + "id": 8348, + "cnt_like": 69906 +}, { + "title": "a2e2de316b40771ed50455b85e68348e.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/space/a2e2de316b40771ed50455b85e68348e.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/space/a2e2de316b40771ed50455b85e68348e.jpg", + "is_free": 1, + "category": 56079, + "id": 7350, + "cnt_like": 48058 +}, { + "title": "28abcf514f8311b7e0e5eadea7e7ce4f.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/quotes/28abcf514f8311b7e0e5eadea7e7ce4f.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/quotes/28abcf514f8311b7e0e5eadea7e7ce4f.jpg", + "is_free": 1, + "category": 82297, + "id": 6580, + "cnt_like": 6957 +}, { + "title": "06aba4f5b70fd2d4de0dfc159daaa9c9.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/06aba4f5b70fd2d4de0dfc159daaa9c9.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/06aba4f5b70fd2d4de0dfc159daaa9c9.jpg", + "is_free": 1, + "category": 11715, + "id": 8952, + "cnt_like": 91429 +}, { + "title": "6fbf9bf7fc04b43b89acceab441e117b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/6fbf9bf7fc04b43b89acceab441e117b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/6fbf9bf7fc04b43b89acceab441e117b.jpg", + "is_free": 1, + "category": 54216, + "id": 2104, + "cnt_like": 91372 +}, { + "title": "73bc3a6ddf729c07ed79ae47e14a6301.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/animal/73bc3a6ddf729c07ed79ae47e14a6301.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/animal/73bc3a6ddf729c07ed79ae47e14a6301.jpg", + "is_free": 1, + "category": 58699, + "id": 1653, + "cnt_like": 84844 +}, { + "title": "40515e459a8a7e4d294a15011f47c415.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/vehicles/40515e459a8a7e4d294a15011f47c415.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/vehicles/40515e459a8a7e4d294a15011f47c415.jpg", + "is_free": 1, + "category": 56489, + "id": 11869, + "cnt_like": 92888 +}, { + "title": "0c19a0185fceee4424cd3e9170921d0a.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/girl/0c19a0185fceee4424cd3e9170921d0a.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/girl/0c19a0185fceee4424cd3e9170921d0a.jpg", + "is_free": 1, + "category": 50236, + "id": 4602, + "cnt_like": 24359 +}, { + "title": "ad6fc870fdd851472e034f1b78dce030.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/anim/ad6fc870fdd851472e034f1b78dce030.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/anim/ad6fc870fdd851472e034f1b78dce030.jpg", + "is_free": 0, + "category": 56444, + "id": 9644, + "cnt_like": 82885 +}, { + "title": "f5ff7735a5d02353968d848cb1a6c5de.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/babies/f5ff7735a5d02353968d848cb1a6c5de.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/babies/f5ff7735a5d02353968d848cb1a6c5de.jpg", + "is_free": 1, + "category": 19136, + "id": 10308, + "cnt_like": 87754 +}, { + "title": "bd9b3e98f90c5c1583790fa683321769.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/bd9b3e98f90c5c1583790fa683321769.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/bd9b3e98f90c5c1583790fa683321769.jpg", + "is_free": 1, + "category": 41354, + "id": 4264, + "cnt_like": 63432 +}, { + "title": "28f50e37f1c26a520622ab4477710d7c.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/newyear/28f50e37f1c26a520622ab4477710d7c.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/newyear/28f50e37f1c26a520622ab4477710d7c.jpg", + "is_free": 0, + "category": 15287, + "id": 6046, + "cnt_like": 41611 +}, { + "title": "c75647f03e166dab73e3ee256deeef57.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/c75647f03e166dab73e3ee256deeef57.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/c75647f03e166dab73e3ee256deeef57.jpg", + "is_free": 1, + "category": 45594, + "id": 9311, + "cnt_like": 95537 +}, { + "title": "5e52475856eb7ccc2469c7aa5c080b91.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/quotes/5e52475856eb7ccc2469c7aa5c080b91.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/quotes/5e52475856eb7ccc2469c7aa5c080b91.jpg", + "is_free": 1, + "category": 49262, + "id": 6646, + "cnt_like": 20538 +}, { + "title": "481ab75484728d3229bd31683df3ad5c.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/texture/481ab75484728d3229bd31683df3ad5c.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/texture/481ab75484728d3229bd31683df3ad5c.jpg", + "is_free": 1, + "category": 20345, + "id": 11316, + "cnt_like": 81900 +}, { + "title": "0fe0ebe1181c18f3704eb4cf9eb76d3b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/love/0fe0ebe1181c18f3704eb4cf9eb76d3b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/love/0fe0ebe1181c18f3704eb4cf9eb76d3b.jpg", + "is_free": 1, + "category": 89560, + "id": 5122, + "cnt_like": 53455 +}, { + "title": "5b931fc79d6790a7a4e72e8b4b628633.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/vehicles/5b931fc79d6790a7a4e72e8b4b628633.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/vehicles/5b931fc79d6790a7a4e72e8b4b628633.jpg", + "is_free": 1, + "category": 19451, + "id": 11911, + "cnt_like": 10630 +}, { + "title": "76bf6d3c0e20ce73d8ccf6e22c3969a6.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/abstract/76bf6d3c0e20ce73d8ccf6e22c3969a6.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/abstract/76bf6d3c0e20ce73d8ccf6e22c3969a6.jpg", + "is_free": 1, + "category": 30981, + "id": 8542, + "cnt_like": 87170 +}, { + "title": "0044d42cd3477334ec9a24b51c1c5766.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/aircraft/0044d42cd3477334ec9a24b51c1c5766.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/aircraft/0044d42cd3477334ec9a24b51c1c5766.jpg", + "is_free": 1, + "category": 75778, + "id": 8751, + "cnt_like": 61120 +}, { + "title": "fd6be7f9e12eae3dcf9866935a1d86df.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/game/fd6be7f9e12eae3dcf9866935a1d86df.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/game/fd6be7f9e12eae3dcf9866935a1d86df.jpg", + "is_free": 1, + "category": 25035, + "id": 4580, + "cnt_like": 64221 +}, { + "title": "899a0d455d5fd6e0170c851aef10790b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/babies/899a0d455d5fd6e0170c851aef10790b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/babies/899a0d455d5fd6e0170c851aef10790b.jpg", + "is_free": 1, + "category": 55, + "id": 10201, + "cnt_like": 86127 +}, { + "title": "2fc8eb7310d1c015064c257f961cc1f8.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/music/2fc8eb7310d1c015064c257f961cc1f8.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/music/2fc8eb7310d1c015064c257f961cc1f8.jpg", + "is_free": 1, + "category": 16525, + "id": 5773, + "cnt_like": 54464 +}, { + "title": "9da3745357ac6484cac92c8f3bb2af1c.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/winter/9da3745357ac6484cac92c8f3bb2af1c.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/winter/9da3745357ac6484cac92c8f3bb2af1c.jpg", + "is_free": 1, + "category": 16160, + "id": 8259, + "cnt_like": 78502 +}, { + "title": "a53b46c78bdc096f71b848f3f20c412b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/babies/a53b46c78bdc096f71b848f3f20c412b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/babies/a53b46c78bdc096f71b848f3f20c412b.jpg", + "is_free": 1, + "category": 3428, + "id": 10229, + "cnt_like": 41318 +}, { + "title": "eaaeaeff16afb09eb8d7c1e7e8f606f0.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/eaaeaeff16afb09eb8d7c1e7e8f606f0.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/eaaeaeff16afb09eb8d7c1e7e8f606f0.jpg", + "is_free": 1, + "category": 19365, + "id": 9369, + "cnt_like": 65676 +}, { + "title": "c6565f2e7c22976f3eaa92c2d903f7d8.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/macro/c6565f2e7c22976f3eaa92c2d903f7d8.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/macro/c6565f2e7c22976f3eaa92c2d903f7d8.jpg", + "is_free": 1, + "category": 28659, + "id": 5662, + "cnt_like": 17481 +}, { + "title": "6dd67049cb249901b2dda7f77376e9c2.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/aircraft/6dd67049cb249901b2dda7f77376e9c2.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/aircraft/6dd67049cb249901b2dda7f77376e9c2.jpg", + "is_free": 1, + "category": 50587, + "id": 8842, + "cnt_like": 39651 +}, { + "title": "a7893b5b34d9e7c345badf7c59a472d8.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/vehicles/a7893b5b34d9e7c345badf7c59a472d8.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/vehicles/a7893b5b34d9e7c345badf7c59a472d8.jpg", + "is_free": 1, + "category": 97835, + "id": 12017, + "cnt_like": 89844 +}, { + "title": "dbd15ed4f496e9ce89688aa20fd027ea.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/foured/dbd15ed4f496e9ce89688aa20fd027ea.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/foured/dbd15ed4f496e9ce89688aa20fd027ea.jpg", + "is_free": 1, + "category": 69263, + "id": 10598, + "cnt_like": 20200 +}, { + "title": "6d3528a2ca6067c0cb4b1910f2dea9a4.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/minimal/6d3528a2ca6067c0cb4b1910f2dea9a4.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/minimal/6d3528a2ca6067c0cb4b1910f2dea9a4.jpg", + "is_free": 1, + "category": 76856, + "id": 11044, + "cnt_like": 34353 +}, { + "title": "d86dfc9eea18a3db1ff7112c3a374be3.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/christmas/d86dfc9eea18a3db1ff7112c3a374be3.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/christmas/d86dfc9eea18a3db1ff7112c3a374be3.jpg", + "is_free": 1, + "category": 4009, + "id": 2950, + "cnt_like": 1134 +}, { + "title": "83bcab28257feec5b8859f2fcb5d90c9.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/game/83bcab28257feec5b8859f2fcb5d90c9.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/game/83bcab28257feec5b8859f2fcb5d90c9.jpg", + "is_free": 1, + "category": 60589, + "id": 4467, + "cnt_like": 48663 +}, { + "title": "d8427c1e5053d561d6f46b3631b9a9b2.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/animal/d8427c1e5053d561d6f46b3631b9a9b2.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/animal/d8427c1e5053d561d6f46b3631b9a9b2.jpg", + "is_free": 1, + "category": 32712, + "id": 1805, + "cnt_like": 85222 +}, { + "title": "0720e0ae1128da5aafec4c6f29d4878a.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/0720e0ae1128da5aafec4c6f29d4878a.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/0720e0ae1128da5aafec4c6f29d4878a.jpg", + "is_free": 1, + "category": 30332, + "id": 8954, + "cnt_like": 40727 +}, { + "title": "37fee8433ad1e61b74c9876de47380fc.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/game/37fee8433ad1e61b74c9876de47380fc.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/game/37fee8433ad1e61b74c9876de47380fc.jpg", + "is_free": 1, + "category": 83943, + "id": 4403, + "cnt_like": 39311 +}, { + "title": "d7ad9058bb29e26c47667cd84accfdfd.png", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/anim/d7ad9058bb29e26c47667cd84accfdfd.png", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/anim/d7ad9058bb29e26c47667cd84accfdfd.png", + "is_free": 1, + "category": 14026, + "id": 9699, + "cnt_like": 92324 +}, { + "title": "63449b310a0eb3b447389c40f7e8b53b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/63449b310a0eb3b447389c40f7e8b53b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/63449b310a0eb3b447389c40f7e8b53b.jpg", + "is_free": 1, + "category": 91839, + "id": 2082, + "cnt_like": 20170 +}, { + "title": "b1a4342d3b3fe3928fd19ae404264dbd.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/abstract/b1a4342d3b3fe3928fd19ae404264dbd.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/abstract/b1a4342d3b3fe3928fd19ae404264dbd.jpg", + "is_free": 1, + "category": 94248, + "id": 8630, + "cnt_like": 99663 +}, { + "title": "f4f128899579103b2e540afc31960b02.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/f4f128899579103b2e540afc31960b02.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/f4f128899579103b2e540afc31960b02.jpg", + "is_free": 0, + "category": 72011, + "id": 9392, + "cnt_like": 44907 +}, { + "title": "9954a5a724f9e619aa1da9fe43bfe420.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/flower/9954a5a724f9e619aa1da9fe43bfe420.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/flower/9954a5a724f9e619aa1da9fe43bfe420.jpg", + "is_free": 1, + "category": 36104, + "id": 3828, + "cnt_like": 13135 +}, { + "title": "8fa2e88cfa5e921c887fa5e193b4b2d4.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/animal/8fa2e88cfa5e921c887fa5e193b4b2d4.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/animal/8fa2e88cfa5e921c887fa5e193b4b2d4.jpg", + "is_free": 1, + "category": 4466, + "id": 1692, + "cnt_like": 70761 +}, { + "title": "4e2bc8b49ca5d2e9ca473005aab68845.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/4e2bc8b49ca5d2e9ca473005aab68845.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/4e2bc8b49ca5d2e9ca473005aab68845.jpg", + "is_free": 1, + "category": 95771, + "id": 4095, + "cnt_like": 58060 +}, { + "title": "7f0db2c2ba583ca4e0e2753f7b0378e2.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/7f0db2c2ba583ca4e0e2753f7b0378e2.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/7f0db2c2ba583ca4e0e2753f7b0378e2.jpg", + "is_free": 1, + "category": 64113, + "id": 4172, + "cnt_like": 476 +}, { + "title": "3db8ffde044847fe486d980f5877f68a.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/abstract/3db8ffde044847fe486d980f5877f68a.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/abstract/3db8ffde044847fe486d980f5877f68a.jpg", + "is_free": 1, + "category": 50116, + "id": 8448, + "cnt_like": 87557 +}, { + "title": "d56c86ee8f7dc1848d61ceb6a5b2bf98.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/animal/d56c86ee8f7dc1848d61ceb6a5b2bf98.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/animal/d56c86ee8f7dc1848d61ceb6a5b2bf98.jpg", + "is_free": 1, + "category": 5414, + "id": 1801, + "cnt_like": 8071 +}, { + "title": "d8f9bd36e5aae2d0a02aa98fd6af91e4.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/sports/d8f9bd36e5aae2d0a02aa98fd6af91e4.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/sports/d8f9bd36e5aae2d0a02aa98fd6af91e4.jpg", + "is_free": 1, + "category": 58679, + "id": 7738, + "cnt_like": 94833 +}, { + "title": "c1e11c39f2a4ce4138af29a158349a23.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/girl/c1e11c39f2a4ce4138af29a158349a23.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/girl/c1e11c39f2a4ce4138af29a158349a23.jpg", + "is_free": 1, + "category": 26777, + "id": 4870, + "cnt_like": 83161 +}, { + "title": "b51c0e7204cfddd136567e1bc8d5d0b7.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/b51c0e7204cfddd136567e1bc8d5d0b7.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/b51c0e7204cfddd136567e1bc8d5d0b7.jpg", + "is_free": 1, + "category": 11698, + "id": 2242, + "cnt_like": 3646 +}, { + "title": "3c3c0d197ec3d49f6eb6c8f79d71aa8d.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/kawaii/3c3c0d197ec3d49f6eb6c8f79d71aa8d.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/kawaii/3c3c0d197ec3d49f6eb6c8f79d71aa8d.jpg", + "is_free": 0, + "category": 33810, + "id": 4992, + "cnt_like": 32264 +}, { + "title": "d87c1a0c26107b4b18f62ebc2e25ce81.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/minimal/d87c1a0c26107b4b18f62ebc2e25ce81.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/minimal/d87c1a0c26107b4b18f62ebc2e25ce81.jpg", + "is_free": 1, + "category": 28070, + "id": 11189, + "cnt_like": 17253 +}, { + "title": "eef33835a00fd84da86bf9d8d1132fa8.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/sports/eef33835a00fd84da86bf9d8d1132fa8.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/sports/eef33835a00fd84da86bf9d8d1132fa8.jpg", + "is_free": 1, + "category": 33739, + "id": 7764, + "cnt_like": 14890 +}, { + "title": "bbfef98b57ed807896afc145ee59683b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/girl/bbfef98b57ed807896afc145ee59683b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/girl/bbfef98b57ed807896afc145ee59683b.jpg", + "is_free": 1, + "category": 32138, + "id": 4858, + "cnt_like": 61383 +}, { + "title": "4ef7246ee8b9a3d4f9c7803fb48f3487.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/jesus/4ef7246ee8b9a3d4f9c7803fb48f3487.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/jesus/4ef7246ee8b9a3d4f9c7803fb48f3487.jpg", + "is_free": 1, + "category": 80601, + "id": 10801, + "cnt_like": 93576 +}, { + "title": "d51000ba2a199a8f067f6f9a23b47db6.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/kawaii/d51000ba2a199a8f067f6f9a23b47db6.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/kawaii/d51000ba2a199a8f067f6f9a23b47db6.jpg", + "is_free": 1, + "category": 92709, + "id": 5073, + "cnt_like": 67078 +}, { + "title": "97c408f529722847a165cb85c9b3270d.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/jesus/97c408f529722847a165cb85c9b3270d.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/jesus/97c408f529722847a165cb85c9b3270d.jpg", + "is_free": 1, + "category": 59347, + "id": 10841, + "cnt_like": 50221 +}, { + "title": "245a0492d0d25bbffbe4ac1d1ec9d5bc.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/diwali/245a0492d0d25bbffbe4ac1d1ec9d5bc.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/diwali/245a0492d0d25bbffbe4ac1d1ec9d5bc.jpg", + "is_free": 1, + "category": 99864, + "id": 3002, + "cnt_like": 27968 +}, { + "title": "89d42840c0bab2b8759a05946fca8aba.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/love/89d42840c0bab2b8759a05946fca8aba.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/love/89d42840c0bab2b8759a05946fca8aba.jpg", + "is_free": 1, + "category": 59858, + "id": 5311, + "cnt_like": 841 +}, { + "title": "22746a96293c27b4ba8f859cc78ec818.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/space/22746a96293c27b4ba8f859cc78ec818.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/space/22746a96293c27b4ba8f859cc78ec818.jpg", + "is_free": 1, + "category": 60883, + "id": 7230, + "cnt_like": 95318 +}, { + "title": "c4b3946ac6120aebf95fb3b4b5c1c237.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/texture/c4b3946ac6120aebf95fb3b4b5c1c237.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/texture/c4b3946ac6120aebf95fb3b4b5c1c237.jpg", + "is_free": 1, + "category": 50463, + "id": 11436, + "cnt_like": 25871 +}, { + "title": "43a1d8a7b87b13f4fb9adcc2563d005b.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/christmas/43a1d8a7b87b13f4fb9adcc2563d005b.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/christmas/43a1d8a7b87b13f4fb9adcc2563d005b.jpg", + "is_free": 1, + "category": 53984, + "id": 2838, + "cnt_like": 66398 +}, { + "title": "7cca41f89db2a1002294e44924b7aa07.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/space/7cca41f89db2a1002294e44924b7aa07.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/space/7cca41f89db2a1002294e44924b7aa07.jpg", + "is_free": 0, + "category": 77127, + "id": 7307, + "cnt_like": 57519 +}, { + "title": "b5a120daf10fc0a52b6a4da7fc5c2055.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/architecture/b5a120daf10fc0a52b6a4da7fc5c2055.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/architecture/b5a120daf10fc0a52b6a4da7fc5c2055.jpg", + "is_free": 1, + "category": 24654, + "id": 9981, + "cnt_like": 82127 +}, { + "title": "568cde24560df298043a63eaa2a46bf1.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/threed/568cde24560df298043a63eaa2a46bf1.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/threed/568cde24560df298043a63eaa2a46bf1.jpg", + "is_free": 1, + "category": 19004, + "id": 11603, + "cnt_like": 68116 +}, { + "title": "4f1266c09e37c92f489c84b31de642f3.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/love/4f1266c09e37c92f489c84b31de642f3.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/love/4f1266c09e37c92f489c84b31de642f3.jpg", + "is_free": 1, + "category": 89105, + "id": 5232, + "cnt_like": 28968 +}, { + "title": "77301b19ad38db1a0cf08026b2cecf6e.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/abstract/77301b19ad38db1a0cf08026b2cecf6e.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/abstract/77301b19ad38db1a0cf08026b2cecf6e.jpg", + "is_free": 1, + "category": 66936, + "id": 8543, + "cnt_like": 79772 +}, { + "title": "a2565bdf1caf27829d4e0bdfcc3fddef.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/a2565bdf1caf27829d4e0bdfcc3fddef.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/a2565bdf1caf27829d4e0bdfcc3fddef.jpg", + "is_free": 1, + "category": 4377, + "id": 4222, + "cnt_like": 86720 +}, { + "title": "b156bd89ea509ac7bb7e7a54c25029bc.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/flower/b156bd89ea509ac7bb7e7a54c25029bc.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/flower/b156bd89ea509ac7bb7e7a54c25029bc.jpg", + "is_free": 1, + "category": 24974, + "id": 3851, + "cnt_like": 24554 +}, { + "title": "9c2198cbf65656b056669e7feb4aa9a9.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/9c2198cbf65656b056669e7feb4aa9a9.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/9c2198cbf65656b056669e7feb4aa9a9.jpg", + "is_free": 1, + "category": 71589, + "id": 9217, + "cnt_like": 19444 +}, { + "title": "1b923896c5cdd0c9c5377a33f62c9a1e.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/music/1b923896c5cdd0c9c5377a33f62c9a1e.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/music/1b923896c5cdd0c9c5377a33f62c9a1e.jpg", + "is_free": 1, + "category": 86185, + "id": 5749, + "cnt_like": 30680 +}, { + "title": "a68906f30efaa28edf12d0a2be5fe382.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/a68906f30efaa28edf12d0a2be5fe382.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/a68906f30efaa28edf12d0a2be5fe382.jpg", + "is_free": 1, + "category": 62786, + "id": 2210, + "cnt_like": 76578 +}, { + "title": "96335acafee448d385944be5c005529f.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/aircraft/96335acafee448d385944be5c005529f.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/aircraft/96335acafee448d385944be5c005529f.jpg", + "is_free": 1, + "category": 5108, + "id": 8870, + "cnt_like": 47960 +}, { + "title": "44fb54b91cc0aa8a918162e7ca9bfc24.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/threed/44fb54b91cc0aa8a918162e7ca9bfc24.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/threed/44fb54b91cc0aa8a918162e7ca9bfc24.jpg", + "is_free": 1, + "category": 76895, + "id": 11582, + "cnt_like": 23367 +}, { + "title": "03663dbfc9a6644a379a8adf6a548fc9.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/diwali/03663dbfc9a6644a379a8adf6a548fc9.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/diwali/03663dbfc9a6644a379a8adf6a548fc9.jpg", + "is_free": 1, + "category": 43103, + "id": 2983, + "cnt_like": 85181 +}, { + "title": "06d787c1718e93140a9adbea7ed2906a.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/ocean/06d787c1718e93140a9adbea7ed2906a.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/ocean/06d787c1718e93140a9adbea7ed2906a.jpg", + "is_free": 0, + "category": 68341, + "id": 6166, + "cnt_like": 38202 +}, { + "title": "882876736b523ef1a61621ec383db347.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/texture/882876736b523ef1a61621ec383db347.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/texture/882876736b523ef1a61621ec383db347.jpg", + "is_free": 1, + "category": 44597, + "id": 11380, + "cnt_like": 24545 +}, { + "title": "38fb86505d42e4db76d52d9bfe4c57a7.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/cartoon/38fb86505d42e4db76d52d9bfe4c57a7.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/cartoon/38fb86505d42e4db76d52d9bfe4c57a7.jpg", + "is_free": 1, + "category": 44471, + "id": 2505, + "cnt_like": 92953 +}, { + "title": "4a3e991761f1cd0fda0ffc5b1c119ead.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/game/4a3e991761f1cd0fda0ffc5b1c119ead.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/game/4a3e991761f1cd0fda0ffc5b1c119ead.jpg", + "is_free": 0, + "category": 21610, + "id": 4423, + "cnt_like": 86193 +}, { + "title": "22ba2e631d071f4513e5c46793bec3a2.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/22ba2e631d071f4513e5c46793bec3a2.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/22ba2e631d071f4513e5c46793bec3a2.jpg", + "is_free": 1, + "category": 16177, + "id": 1950, + "cnt_like": 79173 +}, { + "title": "930a9b0db6b2000b9f6ca10438d7adc0.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/930a9b0db6b2000b9f6ca10438d7adc0.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/930a9b0db6b2000b9f6ca10438d7adc0.jpg", + "is_free": 1, + "category": 47704, + "id": 4197, + "cnt_like": 25512 +}, { + "title": "9a9152b00bb7a807e6f796257f956491.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/diwali/9a9152b00bb7a807e6f796257f956491.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/diwali/9a9152b00bb7a807e6f796257f956491.jpg", + "is_free": 1, + "category": 18849, + "id": 3053, + "cnt_like": 15402 +}, { + "title": "55afd537da9c9efc63c1f3a3177ee91c.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/animal/55afd537da9c9efc63c1f3a3177ee91c.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/animal/55afd537da9c9efc63c1f3a3177ee91c.jpg", + "is_free": 1, + "category": 19723, + "id": 1613, + "cnt_like": 69248 +}, { + "title": "fb49d20749be9620a731ca0d80445b5f.png", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/threed/fb49d20749be9620a731ca0d80445b5f.png", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/threed/fb49d20749be9620a731ca0d80445b5f.png", + "is_free": 1, + "category": 98590, + "id": 11797, + "cnt_like": 65797 +}, { + "title": "77ec4bacdc8c68fd1dc2b12d361b3901.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/bokeh/77ec4bacdc8c68fd1dc2b12d361b3901.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/bokeh/77ec4bacdc8c68fd1dc2b12d361b3901.jpg", + "is_free": 1, + "category": 50273, + "id": 10409, + "cnt_like": 9271 +}, { + "title": "dea97e50f2cb7c71e1e6319d697ead93.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/foured/dea97e50f2cb7c71e1e6319d697ead93.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/foured/dea97e50f2cb7c71e1e6319d697ead93.jpg", + "is_free": 1, + "category": 60643, + "id": 10601, + "cnt_like": 45381 +}, { + "title": "0d702670214b8fd2b6949b71a9e2ed5c.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/macro/0d702670214b8fd2b6949b71a9e2ed5c.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/macro/0d702670214b8fd2b6949b71a9e2ed5c.jpg", + "is_free": 1, + "category": 58441, + "id": 5489, + "cnt_like": 52830 +}, { + "title": "29c85427c807d75293e4c75118e4eb9e.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/aircraft/29c85427c807d75293e4c75118e4eb9e.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/aircraft/29c85427c807d75293e4c75118e4eb9e.jpg", + "is_free": 1, + "category": 63455, + "id": 8783, + "cnt_like": 6319 +}, { + "title": "a84d64044aa021c1c7b6451afe60cf43.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/jesus/a84d64044aa021c1c7b6451afe60cf43.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/jesus/a84d64044aa021c1c7b6451afe60cf43.jpg", + "is_free": 0, + "category": 73497, + "id": 10857, + "cnt_like": 4659 +}, { + "title": "dba45d070fe81f5adc245b4691a3ef70.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/texture/dba45d070fe81f5adc245b4691a3ef70.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/texture/dba45d070fe81f5adc245b4691a3ef70.jpg", + "is_free": 1, + "category": 18308, + "id": 11451, + "cnt_like": 8091 +}, { + "title": "1b9bf18cdd9b5abdf9084d3de531cd23.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/space/1b9bf18cdd9b5abdf9084d3de531cd23.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/space/1b9bf18cdd9b5abdf9084d3de531cd23.jpg", + "is_free": 1, + "category": 3543, + "id": 7222, + "cnt_like": 90201 +}, { + "title": "55683696be3206c16cdc05bd861f2a2e.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/55683696be3206c16cdc05bd861f2a2e.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/55683696be3206c16cdc05bd861f2a2e.jpg", + "is_free": 1, + "category": 47199, + "id": 4113, + "cnt_like": 31089 +}, { + "title": "8e54007b95d82425fd0f72793dfbe30f.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/abstract/8e54007b95d82425fd0f72793dfbe30f.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/abstract/8e54007b95d82425fd0f72793dfbe30f.jpg", + "is_free": 1, + "category": 61139, + "id": 8583, + "cnt_like": 58895 +}, { + "title": "6db721cbf793acc519c4a6e66926587d.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/diwali/6db721cbf793acc519c4a6e66926587d.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/diwali/6db721cbf793acc519c4a6e66926587d.jpg", + "is_free": 1, + "category": 73847, + "id": 3033, + "cnt_like": 43393 +}, { + "title": "b29d9125693b4c8aa90de7dc6c6d608f.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/ocean/b29d9125693b4c8aa90de7dc6c6d608f.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/ocean/b29d9125693b4c8aa90de7dc6c6d608f.jpg", + "is_free": 1, + "category": 83078, + "id": 6391, + "cnt_like": 14770 +}, { + "title": "0cef510fdd053cf8ff17f49e256a57d0.png", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/anim/0cef510fdd053cf8ff17f49e256a57d0.png", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/anim/0cef510fdd053cf8ff17f49e256a57d0.png", + "is_free": 1, + "category": 11952, + "id": 9437, + "cnt_like": 30676 +}, { + "title": "b85f39f3e0d313ce688fd0b7de5307f5.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/cartoon/b85f39f3e0d313ce688fd0b7de5307f5.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/cartoon/b85f39f3e0d313ce688fd0b7de5307f5.jpg", + "is_free": 1, + "category": 99483, + "id": 2679, + "cnt_like": 95058 +}, { + "title": "c43aab19fa5d30d61c5f9c41a4ffaaa1.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/winter/c43aab19fa5d30d61c5f9c41a4ffaaa1.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/winter/c43aab19fa5d30d61c5f9c41a4ffaaa1.jpg", + "is_free": 1, + "category": 14607, + "id": 8297, + "cnt_like": 944 +}, { + "title": "47feb84a5602ae718fceb37278581bb1.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/winter/47feb84a5602ae718fceb37278581bb1.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/winter/47feb84a5602ae718fceb37278581bb1.jpg", + "is_free": 1, + "category": 3022, + "id": 8152, + "cnt_like": 79019 +}, { + "title": "f65e7b3b3d40602e03078e046ccf7f68.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/threed/f65e7b3b3d40602e03078e046ccf7f68.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/threed/f65e7b3b3d40602e03078e046ccf7f68.jpg", + "is_free": 1, + "category": 40904, + "id": 11791, + "cnt_like": 95176 +}, { + "title": "3debce0589a12810851d10156a7fa63f.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/anim/3debce0589a12810851d10156a7fa63f.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/anim/3debce0589a12810851d10156a7fa63f.jpg", + "is_free": 1, + "category": 76975, + "id": 9506, + "cnt_like": 20615 +}, { + "title": "cf1a2142d52395a15c6ee46518bfc466.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/anim/cf1a2142d52395a15c6ee46518bfc466.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/anim/cf1a2142d52395a15c6ee46518bfc466.jpg", + "is_free": 1, + "category": 71228, + "id": 9687, + "cnt_like": 76461 +}, { + "title": "74508984b8f0a40c715bed792415488c.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/anim/74508984b8f0a40c715bed792415488c.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/anim/74508984b8f0a40c715bed792415488c.jpg", + "is_free": 1, + "category": 19088, + "id": 9581, + "cnt_like": 26107 +}, { + "title": "6de19cd5672a9e88c63b2b29d6f88e97.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/ocean/6de19cd5672a9e88c63b2b29d6f88e97.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/ocean/6de19cd5672a9e88c63b2b29d6f88e97.jpg", + "is_free": 1, + "category": 43249, + "id": 6294, + "cnt_like": 34067 +}, { + "title": "98fb28c0af19385fb7cc0f5e94284ad6.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/amoled/98fb28c0af19385fb7cc0f5e94284ad6.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/amoled/98fb28c0af19385fb7cc0f5e94284ad6.jpg", + "is_free": 0, + "category": 45392, + "id": 9211, + "cnt_like": 9750 +}, { + "title": "ce92d74a7dec031ea9d0d8bc367db9b4.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/bokeh/ce92d74a7dec031ea9d0d8bc367db9b4.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/bokeh/ce92d74a7dec031ea9d0d8bc367db9b4.jpg", + "is_free": 1, + "category": 538, + "id": 10468, + "cnt_like": 81638 +}, { + "title": "4dbca4b7014b76f9573e17f3d26efd60.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/food/4dbca4b7014b76f9573e17f3d26efd60.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/food/4dbca4b7014b76f9573e17f3d26efd60.jpg", + "is_free": 1, + "category": 74839, + "id": 4094, + "cnt_like": 66691 +}, { + "title": "c0b5e76716b54d1a02bb24391bbf3d4e.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/quotes/c0b5e76716b54d1a02bb24391bbf3d4e.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/quotes/c0b5e76716b54d1a02bb24391bbf3d4e.jpg", + "is_free": 1, + "category": 94691, + "id": 6781, + "cnt_like": 78395 +}, { + "title": "575f4154162cc015533567625b834414.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/winter/575f4154162cc015533567625b834414.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/winter/575f4154162cc015533567625b834414.jpg", + "is_free": 1, + "category": 23892, + "id": 8167, + "cnt_like": 53148 +}, { + "title": "0c451b0380919bba9bbf68fe8698efeb.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/artdrawing/0c451b0380919bba9bbf68fe8698efeb.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/artdrawing/0c451b0380919bba9bbf68fe8698efeb.jpg", + "is_free": 1, + "category": 14241, + "id": 1891, + "cnt_like": 52751 +}, { + "title": "ed0f8d42460fd688b36a711a18bbf6d5.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/babies/ed0f8d42460fd688b36a711a18bbf6d5.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/babies/ed0f8d42460fd688b36a711a18bbf6d5.jpg", + "is_free": 1, + "category": 85461, + "id": 10300, + "cnt_like": 76843 +}, { + "title": "6f809e3c5882cbd4b12e2244a1c4a37f.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/animal/6f809e3c5882cbd4b12e2244a1c4a37f.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/animal/6f809e3c5882cbd4b12e2244a1c4a37f.jpg", + "is_free": 0, + "category": 91957, + "id": 1645, + "cnt_like": 45903 +}, { + "title": "2cee0e09db0de24177f59f4c80cf2ce7.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/newyear/2cee0e09db0de24177f59f4c80cf2ce7.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/newyear/2cee0e09db0de24177f59f4c80cf2ce7.jpg", + "is_free": 0, + "category": 638, + "id": 6048, + "cnt_like": 84210 +}, { + "title": "34c05bbd7e24e8a01b9167b9be6621ac.jpg", + "thumbnail": "https://cdn.webinnovationstudio.co.in/wallpaper/thumb/sports/34c05bbd7e24e8a01b9167b9be6621ac.jpg", + "preview": "https://cdn.webinnovationstudio.co.in/wallpaper/hd/sports/34c05bbd7e24e8a01b9167b9be6621ac.jpg", + "is_free": 1, + "category": 47086, + "id": 7522, + "cnt_like": 70933 +}]