GET /words/adjectives/:noun
Finn adjektiver som ofte brukes for å beskrive et gitt substantiv. Flott for kreativ skriving og innholdsgenerering.
curl https://nordapi.ee/api/v1/words/adjectives/ocean
{
"data": [
{
"score": 1001,
"tags": null,
"word": "open"
},
{
"score": 1000,
"tags": null,
"word": "great"
},
{
"score": 999,
"tags": null,
"word": "vast"
},
{
"score": 998,
"tags": null,
"word": "deep"
},
{
"score": 997,
"tags": null,
"word": "western"
},
{
"score": 996,
"tags": null,
"word": "atlantic"
},
{
"score": 995,
"tags": null,
"word": "wide"
},
{
"score": 994,
"tags": null,
"word": "indian"
},
{
"score": 993,
"tags": null,
"word": "blue"
},
{
"score": 992,
"tags": null,
"word": "southern"
}
],
"success": true
}