Main feed endpoint

https://black-buddha.com/api/feeds/

 

Feed Parameters

limit

The total number of results to be displayed; max 50, default 20.

https://black-buddha.com/api/feeds/?limit=5

 

page

Display paginated results.

https://black-buddha.com/api/feeds/?page=1

 

order

Order by by when the pages were created (default) or changed.

https://black-buddha.com/api/feeds/?order=changed

 

city

Filter results by a city.

https://black-buddha.com/api/feeds/?city=hong kong

Available options: bangkok, beijing, hong kong, seoul, shanghai, taipei, tokyo

 

category

Filter results by a category.

https://black-buddha.com/api/feeds/?category=eat

Available options: eat, play, shop, beyond, essentials, nom nom, quizzes, voices, whispers

 

language

Display results in a chosen language by changing the subdomain.

https://zh-hans.black-buddha.com/api/feeds/?city=shanghai

Available options: zh-hans, zh-hant

 

Full Example: https://black-buddha.com/api/feeds/?city=beijing&category=eat&limit=2&page=0