← Språk & poesi

Substantiv för adjektiv

GET /words/nouns/:adjective

Find nouns commonly described by a given adjective. Användbart för word association and language learning verktyg.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/words/nouns/beautiful

Livesvar

{
  "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
}