← Язык и поэзия

Похожие по звучанию слова

GET /words/sounds/:word

Поиск слов, звучащих похоже на заданное слово (омофоны и близкие омофоны). Полезно для исправления орфографии и генераторов каламбуров.

Примеры запросов

Базовое использование
curl https://nordapi.ee/api/v1/words/sounds/flower

Ответ в реальном времени

{
  "data": [
    {
      "score": 100,
      "tags": null,
      "word": "flower"
    },
    {
      "score": 100,
      "tags": null,
      "word": "flour"
    },
    {
      "score": 97,
      "tags": null,
      "word": "floor"
    },
    {
      "score": 97,
      "tags": null,
      "word": "flor"
    },
    {
      "score": 97,
      "tags": null,
      "word": "flore"
    },
    {
      "score": 97,
      "tags": null,
      "word": "flohr"
    },
    {
      "score": 97,
      "tags": null,
      "word": "flaugher"
    },
    {
      "score": 95,
      "tags": null,
      "word": "flare"
    },
    {
      "score": 95,
      "tags": null,
      "word": "flair"
    },
    {
      "score": 95,
      "tags": null,
      "word": "flayer"
    }
  ],
  "success": true
}