{"id":21411884,"url":"https://github.com/talha-t/wallpaperapi","last_synced_at":"2025-10-05T13:17:36.838Z","repository":{"id":96190883,"uuid":"97875167","full_name":"Talha-T/WallpaperAPI","owner":"Talha-T","description":"League Of Legends Wallpaper API for C#","archived":false,"fork":false,"pushed_at":"2017-12-08T17:55:40.000Z","size":3974,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T05:14:01.610Z","etag":null,"topics":["csharp-library","league-api","leagueoflegends","wallpaper"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Talha-T.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-20T20:22:04.000Z","updated_at":"2024-11-07T23:01:38.000Z","dependencies_parsed_at":"2023-03-13T16:36:39.692Z","dependency_job_id":null,"html_url":"https://github.com/Talha-T/WallpaperAPI","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-T%2FWallpaperAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-T%2FWallpaperAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-T%2FWallpaperAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-T%2FWallpaperAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Talha-T","download_url":"https://codeload.github.com/Talha-T/WallpaperAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910821,"owners_count":20367545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp-library","league-api","leagueoflegends","wallpaper"],"created_at":"2024-11-22T17:48:04.081Z","updated_at":"2025-10-05T13:17:31.804Z","avatar_url":"https://github.com/Talha-T.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Wallpapers API\n for C#\n======\n\nWallpapers, categories, comments and more!\n\nPowered by [LoL Wallpapers API](http://docs.lolwallpapers.apiary.io)\n\n## Usage\n\nDownload libraries under `/libs` folder and add reference to your project.\n\nAdd using tag after referencing:\n```csharp\nusing TalhaT.WallpapersApi;\n```\n\nThen, make sure you have set your key:\n```csharp\nWallpaperApi.SetKey(\"z4oXaJzHiETLf0...\");\n```\n\nGet first page of wallpapers (20 wallpapers by default) :\n```csharp\nvar wallpaper = await WallpaperApi.GetWallpapersAsync(); //asynchronously\n\nvar wallpaper = WallpaperApi.GetWallpapers(); //synchronously\n```\n\nQuery examples:\n```csharp\nvar wallpaper = await WallpaperApi.GetWallpapersAsync(\"limit=50\", \"page=10\", \"orderby=view_count\", \"check api documentation\");\n```\n\nDarius wallpapers:\n```csharp\nvar categories = await WallpaperApi.GetCategoriesAsync();\nvar darius = categories.GetData().First(x =\u003e x.Name == \"darius\");\nvar id = darius.Id;\nvar dariusWallpapers = await WallpaperApi.GetWallpapersAsync($\"category_ID={id}\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalha-t%2Fwallpaperapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalha-t%2Fwallpaperapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalha-t%2Fwallpaperapi/lists"}