An open API service indexing awesome lists of open source software.

https://github.com/bumbukhan/api.504.bumbu.tv

A true way:hankey: RESTful API for famous "504 absolutely essential words" book :metal:
https://github.com/bumbukhan/api.504.bumbu.tv

json mysql php restful-api yii2

Last synced: 3 months ago
JSON representation

A true way:hankey: RESTful API for famous "504 absolutely essential words" book :metal:

Awesome Lists containing this project

README

          

# api.504.bumbu.tv
A true way RESTful API for famous "504 absolutely essential words" book

Documentation

[http://api.504.bumbu.tv/lessons] - will return all available lessons (without pagination)

[http://api.504.bumbu.tv/lessons/1] - will return only the first lesson's data (!WITHOUT WORDS)

[http://api.504.bumbu.tv/lessons/1?expand=words] - will return all words which are contained in lesson 1 along with it's data

[http://api.504.bumbu.tv/words] - will return all words available (without pagination)

[http://api.504.bumbu.tv/words/1] - will return only the first word's data