← Text- & Inhaltswerkzeuge

Ratschläge durchsuchen

GET /advice/search

Suchen Sie nach Ratschlägen, die bestimmte Stichwörter enthalten.

Parameter

q erforderlich

Search query

Beispielanfragen

Grundlegende Verwendung
curl "https://nordapi.ee/api/v1/advice/search?q=love"

Live-Antwort

{
  "data": [
    {
      "advice": "Alway do anything for love, but don't do that.",
      "id": 101
    },
    {
      "advice": "Be a good lover.",
      "id": 174
    },
    {
      "advice": "You can fail at what you don't want. So you might as well take a chance on doing what you love.",
      "id": 184
    },
    {
      "advice": "You can fail at what you don't want. So you might as well take a chance on doing what you love.",
      "id": 185
    },
    {
      "advice": "Never waste an opportunity to tell someone you love them.",
      "id": 202
    }
  ],
  "success": true
}