GET /fun/quote/today
获取今日精选名言——全天所有人看到的都是同一句,午夜更换。与随机名言端点不同,此端点提供适合共享体验的一致每日名言。适用于每日摘要邮件、早间通知功能、共享办公显示屏和所有用户看到相同每日灵感的社交应用。
curl https://nordapi.ee/api/v1/fun/quote/today
{
"data": {
"author": "Judy Garland",
"quote": "The greatest treasures are those invisible to the eye but found by the heart."
},
"success": true
}