Skip to content

Commit

Permalink
API KBBI Daring & Luring
Browse files Browse the repository at this point in the history
  • Loading branch information
dyazincahya authored Nov 5, 2024
1 parent ff37d7f commit c1941f7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/education/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,28 @@
},
"description": "API for retrieving information used from Wikipedia.",
"authentication": false
},
{
"apiName": "KBBI Online API",
"status": true,
"documentationUrl": "https://github.com/dyazincahya/API-KBBI-PHP-Codeigniter-4",
"developer": {
"name": "Kang Cahya",
"profileUrl": "https://github.com/dyazincahya"
},
"description": "API to get information on Words and Proverbs based on the Big Indonesian Dictionary, data comes from https://kbbi.kemdikbud.go.id taken using the HTML Parsing method using PHP.",
"authentication": false
},
{
"apiName": "KBBI Offline API",
"status": true,
"documentationUrl": "https://github.com/dyazincahya/KBBI-SQL-database",
"developer": {
"name": "Kang Cahya",
"profileUrl": "https://github.com/dyazincahya"
},
"description": "KBBI local database, Contains 115,978 Word data, available for MySQL, SQLite and PostgreSQL. Also available for CSV, JSON, Markdown, PHP Array, XML, DbUnit, HTML data formats.",
"authentication": false
}
]
}

0 comments on commit c1941f7

Please sign in to comment.