接口:博客列表
接口详情

博客列表

zodram api

GET

接口地址
正式环境(prod) https://zodream.cn/open/blog
本地环境(dev) http://zodream.localhost/open/blog
Header参数
字段键 字段值 备注说明
请求参数
字段别名 字段含义 字段类型 是否必填 默认值 备注说明
sort sort 字符串(string) new
category category 数字(number) 1
keywords keywords 字符串(string) aa
user user 数字(number) 1
language language 字符串(string) zh
programming_language programming_language 字符串(string) c
tag tag 字符串(string) aa
per_page per_page 数字(number) 20
page page 数字(number) 1
响应参数
字段别名 字段含义 字段类型 MOCK规则 备注说明
paging paging 对象(object)
limit limit 数字(number)
offset offset 数字(number)
total total 数字(number)
more more 布尔型(boolean)
data data 数组(array)
id id 数字(number)
title title 字符串(string)
description description 字符串(string)
thumb thumb 字符串(string)
language 语言 字符串(string) zh 中文 en英文
programming_language 编程语言 字符串(string)
comment_count comment_count 数字(number)
click_count click_count 数字(number)
recommend recommend 数字(number)
created_at created_at 字符串(string)
url url 字符串(string)
term 分类 对象(object)
ᅡー id id 数字(number)
ᅡー name name 字符串(string)
user 作者 对象(object)
ᅡー id id 数字(number)
ᅡー name name 字符串(string)
ᅡー avatar avatar 字符串(string)
返回示例