← Kieli ja runous

Riimisanat

GET /words/rhymes/:word

Etsi sanoja, jotka riimivät annetun sanan kanssa. Sopii runogeneraattoreihin, laulunkirjoitustyökaluihin ja sanapeleihin.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/words/rhymes/love

Reaaliaikainen vastaus

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