← Langue et poésie

Noms pour un adjectif

GET /words/nouns/:adjective

Trouver nouns commonly described by a given adjective. Utile pour word association and language learning tools.

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/words/nouns/beautiful

Réponse en direct

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