Skip to content

Commit 16a86ad

Browse files
authored
Update README.md
1 parent 534e3ea commit 16a86ad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## 🚀 API
88

99
- Free API - `https://random-words-api.vercel.app/word`
10+
- Dutch Random Words - `https://random-words-api.vercel.app/word/dutch`
1011

1112
- PWA Demo - [Check Here](https://words.sanweb.info/)
1213

@@ -22,6 +23,17 @@
2223
]
2324
```
2425

26+
## 🌐 Sample Dutch Response
27+
```json
28+
[
29+
{
30+
"word": "Perfect",
31+
"definition": "Perfect",
32+
"pronunciation": "Perfekt"
33+
}
34+
]
35+
```
36+
2537
## 💡 Learn New word
2638

2739
- [Join Telegram Channel](https://t.me/learnwordoftheday)

0 commit comments

Comments
 (0)