← Teksti- ja sisältötyökalut

Hae neuvo tunnuksella

GET /advice/:id

Get a specific piece of advice by its ID.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/advice/42

Reaaliaikainen vastaus

{
  "data": {
    "advice": "Always double check you actually attached the file to the email.",
    "id": 42
  },
  "success": true
}