← Språk & poesi

Ord som låter som

GET /words/sounds/:word

Find ord som sound similar till given word (homophones and near-homophones). Användbart för spelling correction and pun generatorer.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/words/sounds/flower

Livesvar

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