← Språk & poesi

Adjektiv för substantiv

GET /words/adjectives/:noun

Find adjectives commonly used to describe a given noun. Utmärkt för creative writing and innehåll generation.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/words/adjectives/ocean

Livesvar

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