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

Рифмующиеся слова

GET /words/rhymes/:word

Поиск слов, рифмующихся с заданным словом. Идеально для генераторов стихов, инструментов написания песен и словесных игр.

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

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

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

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