Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.22 KB

dhammapada-api

Simple API for Dhammapada

using Nodejs + SQLite DB

Here are the list of API

Base API URL

https://dhammapada-api.onrender.com

Categories

Category List

/categories

https://dhammapada-api.onrender.com/categories

Category By ID

/categories/:id

https://dhammapada-api.onrender.com/categories/1

Dhamma

Dhamma List By Category

/dhamma/category/:id

https://dhammapada-api.onrender.com/dhamma/category/1

Dhamma By ID

/dhamma/:id

https://dhammapada-api.onrender.com/dhamma/1

Dhamma By Page

/dhamma?page=1

https://dhammapada-api.onrender.com/dhamma?page=1

Find this API useful?

Support by joining stargazers for the repository. ⭐