← Keel ja luule

Sarnaselt kõlavad sõnad

GET /words/sounds/:word

Leidke words that sound similar to the given word (homophones and near-homophones). Kasulik spelling correction and pun generators.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/words/sounds/flower

Reaalajas vastus

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