Home

Awesome

The Lazy Media API

Unofficial The Lazy Media Api

Satya Wikananda's card name

Usage

  1. Clone this repository
    git clone https://github.com/NicolaDonoastro/The-Lazy-Media-api.git
    
  2. Install dependecies (yarn)
  3. Start the development environment
    yarn dev
    
  4. visit http://localhost:3001/api

Documentation

FieldDescription
keyis a unique key used to access detail endpoint
pageload a next of data

Endpoint Usage

Base Url : https://the-lazy-media-api.vercel.app/


/api/detail/[key]
/api/detail/2021/01/28/balan-wonderworld-preview

/api/games?page=1
/api/games/console-game?page=1
/api/games/e-sport/?page=1
/api/games/news/?page=1
/api/games/lazy-talk?page=1
/api/games/pc?page=1
/api/games/review?page=1

/api/tech?page=1
/api/tech/cranky-lounge?page=1
/api/tech/news?page=1
/api/tech/setup?page=1
/api/tech/recommend?page=1
/api/tech/review?page=1
/api/tech/tip?page=1

/api/search?search=gta

Development

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

Bug / Feature Request

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Showcase

App Showcase that use this API (you can add your app by edit this readme)

🔧 Still On Progress