Skip to content

HexaGhost-09/wallpapers-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!


About

wallpapers-api

Resources

Stars

Watchers

Forks

Contributors