A simple Deno-powered API for wallpaper Official Used for Wallora App
- nature – Beautiful landscapes and natural scenes
- cars – Cool cars and automotive wallpapers
- anime – Anime-themed wallpapers and artwork
- More Wallpapers Coming Soon
Show/Hide all endpoints
-
GET /wallpapers
Returns all wallpapers (newest first). -
GET /categories
Returns all categories (nature, cars, anime, space). -
GET /categories/nature
Returns all wallpapers in the nature category. -
GET /categories/cars
Returns all wallpapers in the cars category. -
GET /categories/anime
Returns all wallpapers in the anime category.
deno run --allow-net --allow-read api.tsData is stored in the data/ directory as JSON files:
- Categories:
data/categories.json - Wallpapers for each category:
data/categories/{category}.json
Feel free to open issues or PRs to suggest improvements or add new wallpaper categories!