Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new: JagoKata REST API #391

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/entertainment/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,28 @@
},
"description": "Provides a way to access information about entertainments such as Anime, Manga, etc.",
"authentication": false
},
{
"apiName": "MyInstants Unofficial REST API",
"status": true,
"documentationUrl": "https://github.com/abdipr/myinstants-api",
"developer": {
"name": "abdipr",
"profileUrl": "https://github.com/abdipr"
},
"description": "MyInstants Unofficial API for getting list of trending soundboard, soundboard search, and recent soundboard.",
"authentication": false
},
{
"apiName": "JagoKata Unofficial REST API",
"status": true,
"documentationUrl": "https://github.com/abdipr/jagokata-api",
"developer": {
"name": "abdipr",
"profileUrl": "https://github.com/abdipr"
},
"description": "JagoKata Unofficial API for getting list of popular quotes, search quotes, random quotes, and much more.",
"authentication": false
}
]
}
22 changes: 22 additions & 0 deletions data/entertainment/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,28 @@
},
"description": "Menyediakan kumpulan API yang dapat digunakan untuk mengakses informasi tentang hiburan seperti Anime, Manga, dll.",
"authentication": false
},
{
"apiName": "MyInstants Unofficial REST API",
"status": true,
"documentationUrl": "https://github.com/abdipr/myinstants-api",
"developer": {
"name": "abdipr",
"profileUrl": "https://github.com/abdipr"
},
"description": "Unofficial API MyInstants untuk mendapatkan list trending soundboard, search soundboard, dan soundboard terbaru.",
"authentication": false
},
{
"apiName": "JagoKata Unofficial REST API",
"status": true,
"documentationUrl": "https://github.com/abdipr/jagokata-api",
"developer": {
"name": "abdipr",
"profileUrl": "https://github.com/abdipr"
},
"description": "Unofficial API JagoKata untuk mendapatkan list quotes populer, search quotes, quotes random, dan lainnya.",
"authentication": false
}
]
}
Loading