← Språk og poesi

Substantiver for adjektiv

GET /words/nouns/:adjective

Finn substantiver som ofte beskrives av et gitt adjektiv. Nyttig for ordassosiasjon og språklæringsverktøy.

Eksempelforespørsler

Grunnleggende bruk
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
}