← Keel ja luule

Riimuvad sõnad

GET /words/rhymes/:word

Leidke words that rhyme with the given word. Sobib poetry generators, songwriting tools, and word games.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/words/rhymes/love

Reaalajas vastus

{
  "data": [
    {
      "score": 16038,
      "tags": null,
      "word": "shove"
    },
    {
      "score": 9004,
      "tags": null,
      "word": "reminiscent of"
    },
    {
      "score": 8019,
      "tags": null,
      "word": "get rid of"
    },
    {
      "score": 6044,
      "tags": null,
      "word": "above"
    },
    {
      "score": 6014,
      "tags": null,
      "word": "consist of"
    },
    {
      "score": 4052,
      "tags": null,
      "word": "dove"
    },
    {
      "score": 4042,
      "tags": null,
      "word": "glove"
    },
    {
      "score": 3023,
      "tags": null,
      "word": "sort of"
    },
    {
      "score": 3021,
      "tags": null,
      "word": "kind of"
    },
    {
      "score": 3015,
      "tags": null,
      "word": "get hold of"
    }
  ],
  "success": true
}