GET /animals/cats/fact
获取关于猫的随机趣闻。每次调用返回不同的有趣、惊奇或好玩的猫知识(例如「猫一生中约有 70% 的时间在睡觉」)。适用于猫咪爱好者应用、每日通知功能、社交媒体内容生成器和教育性宠物护理工具。
curl https://nordapi.ee/api/v1/animals/cats/fact
{
"data": {
"fact": "Relative to its body size, the clouded leopard has the biggest canines of all animals’ canines. Its dagger-like teeth can be as long as 1.8 inches (4.5 cm).",
"length": 156
},
"success": true
}