← Tungumál og ljóðlist

Nafnorð fyrir lýsingarorð

GET /words/nouns/:adjective

Finndu nouns commonly described by a given adjective. Gagnlegt fyrir word association and language learning verkfæri.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/words/nouns/beautiful

Lifandi svar

{
  "data": [
    {
      "score": 1001,
      "tags": null,
      "word": "woman"
    },
    {
      "score": 1000,
      "tags": null,
      "word": "girl"
    },
    {
      "score": 999,
      "tags": null,
      "word": "women"
    },
    {
      "score": 998,
      "tags": null,
      "word": "things"
    },
    {
      "score": 997,
      "tags": null,
      "word": "day"
    },
    {
      "score": 996,
      "tags": null,
      "word": "eyes"
    },
    {
      "score": 995,
      "tags": null,
      "word": "face"
    },
    {
      "score": 994,
      "tags": null,
      "word": "place"
    },
    {
      "score": 993,
      "tags": null,
      "word": "thing"
    },
    {
      "score": 992,
      "tags": null,
      "word": "country"
    }
  ],
  "success": true
}