We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534e3ea commit 16a86adCopy full SHA for 16a86ad
README.md
@@ -7,6 +7,7 @@
7
## 🚀 API
8
9
- Free API - `https://random-words-api.vercel.app/word`
10
+- Dutch Random Words - `https://random-words-api.vercel.app/word/dutch`
11
12
- PWA Demo - [Check Here](https://words.sanweb.info/)
13
@@ -22,6 +23,17 @@
22
23
]
24
```
25
26
+## 🌐 Sample Dutch Response
27
+```json
28
+[
29
+ {
30
+ "word": "Perfect",
31
+ "definition": "Perfect",
32
+ "pronunciation": "Perfekt"
33
+ }
34
+]
35
+```
36
+
37
## 💡 Learn New word
38
39
- [Join Telegram Channel](https://t.me/learnwordoftheday)
0 commit comments