Skip to content

Yaadein is a REST API. This API is all about old Hindi. songs and their details. Anybody can use this API to build their website related to old Hindi songs. And this is also my first public API using NodeJS.

License

Notifications You must be signed in to change notification settings

FallenCap/Yaadein-Api

Repository files navigation

Yaadein-Api

Yaadein is a REST API. This API is all about old Hindi. songs and their details. Anybody can use this API to build their website related to old Hindi songs. And this is also my first public API using NodeJS.


Main link: https://yaadein.onrender.com/

How to use


You can fetch data using get request in postman or any other npm package like axios in your software.

Routes

i)For fetching data: https://yaadein.onrender.com/api/v1/songs

ii)For fetching data by id: https://yaadein.onrender.com/api/v1/songs/:id

Features

i)Filter: https://yaadein.onrender.com/api/v1/songs?singer=Lata Mangeshkar

ii)Sort: https://yaadein.onrender.com/api/v1/songs?sort=-releaseDate

iii)Limiting Field: https://yaadein.onrender.com/api/v1/songs?fields=name, singer

iv)Paginate: https://yaadein.onrender.com/api/v1/songs?page=2&limit=3

Special Routes

i) https://yaadein.onrender.com/api/v1/songs/lata-mangeshkar-special

About

Yaadein is a REST API. This API is all about old Hindi. songs and their details. Anybody can use this API to build their website related to old Hindi songs. And this is also my first public API using NodeJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published