知乎日报-详情
开发中
GET
https://news-at.zhihu.com/api/4/story/9765443
请求参数
Query 参数
id
integer
可选
示例值:
9765443
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://news-at.zhihu.com/api/4/story/9765443'
返回响应
🟢200成功
application/json
Body
body
string
必需
image_hue
string
必需
publish_time
integer
必需
title
string
必需
url
string
必需
image
string
必需
share_url
string
必需
js
array
必需
create_time
integer
必需
ga_prefix
string
必需
images
array[string]
必需
type
integer
必需
id
integer
必需
css
array[string]
必需
示例
{
"body": "string",
"image_hue": "string",
"publish_time": 0,
"title": "string",
"url": "string",
"image": "string",
"share_url": "string",
"js": [
null
],
"create_time": 0,
"ga_prefix": "string",
"images": [
"string"
],
"type": 0,
"id": 0,
"css": [
"string"
]
}
修改于 2023-09-26 06:38:40