but the the response for same word (here: ace) in demo of oxford site is this :
"results": [
{
"id": "ace",
"language": "en",
"lexicalEntries": [
{
"entries": [
{
"homographNumber": "001",
"senses": [
{
"definitions": [
"very good:"
],
"id": "m_en_gb0004640.006"
}
]
}
],
"language": "en",
"lexicalCategory": "Adjective",
"text": "ace"
},
{
"entries": [
{
"homographNumber": "000",
"senses": [
{
"definitions": [
"a playing card with a single spot on it, ranked as the highest card in its suit in most card games:"
],
"id": "m_en_gb0004640.001"
},
{
"definitions": [
"a person who excels at a particular sport or other activity:"
],
"id": "m_en_gb0004640.002",
"subsenses": [
{
"definitions": [
"a pilot who has shot down many enemy aircraft:"
],
"id": "m_en_gb0004640.003"
}
]
},
.
.
.and etc.........
hi the output of this code :
is just first entry of response array
but the the response for same word (here: ace) in demo of oxford site is this :
where the problem is?