← 语言与诗歌

名词的形容词

GET /words/adjectives/:noun

查找常用于描述给定名词的形容词。适用于创意写作和内容生成。

请求示例

基本用法
curl https://nordapi.ee/api/v1/words/adjectives/ocean

实时响应

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