forked from fega/wordreference-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 813 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"word": "Rainbow",
"pronWR": "/ˈreɪnˌbəʊ/",
"audio": [
"/audio/en/us/us/en069238.mp3",
"/audio/en/uk/general/en069238.mp3",
"/audio/en/uk/Yorkshire/en069238-55.mp3",
"/audio/en/Irish/en069238.mp3",
"/audio/en/scot/en069238.mp3",
"/audio/en/us/south/en069238.mp3",
"/audio/en/Jamaica/en069238.mp3"
],
"translations": [
{
"title": "Principal Translations",
"translations": [
{
"from": "rainbow",
"fromType": "n",
"toType": "grupo nom",
"to": "arco iris "
}
]
},
{
"title": "Compound Forms:",
"translations": [
{
"from": "rainbow trout",
"fromType": "n",
"toType": "nf",
"to": "trucha arcoiris "
}
]
}
]
}