Skip to content

xiaoyuanlv/dhammapada-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. ⭐

Releases

No releases published

Packages

No packages published