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:
- Host: GitHub
- URL: https://github.com/bumbukhan/api.504.bumbu.tv
- Owner: BumbuKhan
- License: other
- Created: 2017-05-12T19:18:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T20:02:46.000Z (about 9 years ago)
- Last Synced: 2025-05-21T21:41:20.523Z (about 1 year ago)
- Topics: json, mysql, php, restful-api, yii2
- Language: PHP
- Homepage:
- Size: 15.7 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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