出生时长
查询出生多久以及下次生日等
请求参数
-
date
类型:string
是否必填:必填
说明:格式:20000115,代表2000年1月15日
访问示例
https://www.cunyuapi.top/live?date=2000-01-15
返回数据
{
"age": {
"days": 46,
"years": 25
},
"live": {
"days": 15,
"months": 1,
"years": 25
},
"next_birthday": {
"days": 319
}
}