Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.13 KB

File metadata and controls

51 lines (32 loc) · 1.13 KB

Wallpapers API

A simple Deno-powered API for wallpaper Official Used for Wallora App

Categories

  • nature – Beautiful landscapes and natural scenes
  • cars – Cool cars and automotive wallpapers
  • anime – Anime-themed wallpapers and artwork
  • More Wallpapers Coming Soon

API Endpoints

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.

Running the API

deno run --allow-net --allow-read api.ts

Data Structure

Data is stored in the data/ directory as JSON files:

  • Categories: data/categories.json
  • Wallpapers for each category: data/categories/{category}.json

Contributing

Feel free to open issues or PRs to suggest improvements or add new wallpaper categories!