← Sprache & Poesie

Adjektive für Substantiv

GET /words/adjectives/:noun

Finden Sie Adjektive commonly used to describe a given noun. Ideal für creative writing und content generation.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/words/adjectives/ocean

Live-Antwort

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