{
    "openapi": "3.0.0",
    "info": {
        "title": "VR科技 - API文档",
        "version": "1.0.0",
        "description": "虚拟现实技术是一种可以创建和体验虚拟世界的计算机仿真系统，它利用计算机生成一种模拟环境使用户沉浸到该环境中。该接口输出该领域有关新闻资讯行业动态等。此为单一新闻类型新用户推荐使用：混合全频道数据使用<a href=\"\/apiview\/87\" target=\"_blank\">综合新闻<\/a>接口、按频道分类查询可使用<a href=\"\/apiview\/51\" target=\"_blank\">分类新闻<\/a>接口。本接口仅限用于内部数据分析和机器学习，不得用于终端展示。提示：该接口已停止更新，只能查询2023年前的资讯。版权问题请联系发布方获取。（MCP 服务由 分类新闻 接口统一提供）"
    },
    "servers": [
        {
            "url": "https:\/\/apis.tianapi.com"
        }
    ],
    "paths": {
        "\/vr\/index": {
            "get": {
                "summary": "查询新闻列表",
                "tags": [
                    "VR科技"
                ],
                "description": "默认返回10条最新资讯支持翻页和关键词搜索",
                "parameters": [
                    {
                        "name": "key",
                        "in": "query",
                        "description": "API密钥",
                        "required": true,
                        "schema": {
                            "type": "string",
                            "description": "API密钥"
                        }
                    },
                    {
                        "name": "num",
                        "in": "query",
                        "description": "返回数量1-50，默认10",
                        "required": true,
                        "schema": {
                            "type": "int",
                            "example": 10,
                            "description": "返回数量1-50，默认10"
                        }
                    },
                    {
                        "name": "form",
                        "in": "query",
                        "description": "兼容历史问题，建议传1",
                        "required": false,
                        "schema": {
                            "type": "int",
                            "example": 0,
                            "description": "兼容历史问题，建议传1"
                        }
                    },
                    {
                        "name": "page",
                        "in": "query",
                        "description": "翻页",
                        "required": false,
                        "schema": {
                            "type": "int",
                            "example": 1,
                            "description": "翻页"
                        }
                    },
                    {
                        "name": "rand",
                        "in": "query",
                        "description": "随机获取",
                        "required": false,
                        "schema": {
                            "type": "int",
                            "example": 1,
                            "description": "随机获取"
                        }
                    },
                    {
                        "name": "word",
                        "in": "query",
                        "description": "检索关键词",
                        "required": false,
                        "schema": {
                            "type": "string",
                            "example": "天行数据",
                            "description": "检索关键词"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "成功响应",
                        "content": {
                            "application\/json": {
                                "schema": {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string",
                                            "example": "62ac899e8fcf654a74479b4239b4651f",
                                            "description": "新闻唯一ID"
                                        },
                                        "url": {
                                            "type": "string",
                                            "example": "https:\/\/www.tianapi.com\/article\/154",
                                            "description": "文章地址"
                                        },
                                        "ctime": {
                                            "type": "Date",
                                            "example": "2015-07-17",
                                            "description": "发布时间"
                                        },
                                        "title": {
                                            "type": "string",
                                            "example": "文章的标题",
                                            "description": "文章标题"
                                        },
                                        "allnum": {
                                            "type": "int",
                                            "example": 625,
                                            "description": "结果数"
                                        },
                                        "picUrl": {
                                            "type": "string",
                                            "example": "https:\/\/www.tianapi.com\/static\/img\/logo.png",
                                            "description": "封面图片"
                                        },
                                        "source": {
                                            "type": "string",
                                            "example": "文章来源",
                                            "description": "文章来源"
                                        },
                                        "curpage": {
                                            "type": "int",
                                            "example": 1,
                                            "description": "当前页"
                                        },
                                        "description": {
                                            "type": "string",
                                            "example": "文章的描述",
                                            "description": "文章描述"
                                        }
                                    }
                                },
                                "example": {
                                    "msg": "success",
                                    "code": 200,
                                    "result": {
                                        "list": [
                                            {
                                                "id": "80e023032bf28054febeb1e30881c28e",
                                                "url": "https:\/\/www.163.com\/dy\/article\/G1UV544405198NMR.html",
                                                "ctime": "2021-02-04 00:14",
                                                "title": "Clubhouse带火音频社交，但它与荔枝、映客真的",
                                                "picUrl": "http:\/\/cms-bucket.ws.126.net\/2021\/0204\/bf2452f8p00qnzgs30057c0009c0070c.png?imageView&thumbnail=200y140",
                                                "source": "网易VR",
                                                "description": ""
                                            },
                                            {
                                                "id": "f07ece70c8abeecaf9fb7bb0e620acfd",
                                                "url": "https:\/\/www.163.com\/dy\/article\/G1V14RJI0511B8LM.html",
                                                "ctime": "2021-02-04 00:49",
                                                "title": "曝小米和vivo今年都将推“万元机”",
                                                "picUrl": "http:\/\/nimg.ws.126.net\/?url=http:\/\/dingyue.ws.126.net\/2021\/0204\/0ad13bb3j00qnypdv004hc0014000szg.jpg&thumbnail=200x2147483647&quality=75&type=jpg",
                                                "source": "网易VR",
                                                "description": ""
                                            },
                                            {
                                                "id": "de154d8ea99714685fd5c9d9175135fd",
                                                "url": "https:\/\/www.163.com\/dy\/article\/G1VMLHM40511CPVM.html",
                                                "ctime": "2021-02-04 07:05",
                                                "title": "苹果音乐、图书、AppStore等服务瘫痪：官方回",
                                                "picUrl": "http:\/\/cms-bucket.ws.126.net\/2021\/0204\/71fc7187p00qnzfey009oc000go00b3c.png?imageView&thumbnail=200y140",
                                                "source": "网易VR",
                                                "description": ""
                                            }
                                        ],
                                        "allnum": 500,
                                        "curpage": 1
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "post": {
                "summary": "查询新闻列表",
                "tags": [
                    "VR科技"
                ],
                "description": "默认返回10条最新资讯支持翻页和关键词搜索",
                "requestBody": {
                    "content": {
                        "application\/x-www-form-urlencoded": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "key": {
                                        "type": "string",
                                        "description": "API密钥"
                                    },
                                    "num": {
                                        "type": "int",
                                        "example": 10,
                                        "description": "返回数量1-50，默认10"
                                    },
                                    "form": {
                                        "type": "int",
                                        "example": 0,
                                        "description": "兼容历史问题，建议传1"
                                    },
                                    "page": {
                                        "type": "int",
                                        "example": 1,
                                        "description": "翻页"
                                    },
                                    "rand": {
                                        "type": "int",
                                        "example": 1,
                                        "description": "随机获取"
                                    },
                                    "word": {
                                        "type": "string",
                                        "example": "天行数据",
                                        "description": "检索关键词"
                                    }
                                },
                                "required": [
                                    "key",
                                    "num"
                                ]
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "成功响应",
                        "content": {
                            "application\/json": {
                                "schema": {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string",
                                            "example": "62ac899e8fcf654a74479b4239b4651f",
                                            "description": "新闻唯一ID"
                                        },
                                        "url": {
                                            "type": "string",
                                            "example": "https:\/\/www.tianapi.com\/article\/154",
                                            "description": "文章地址"
                                        },
                                        "ctime": {
                                            "type": "Date",
                                            "example": "2015-07-17",
                                            "description": "发布时间"
                                        },
                                        "title": {
                                            "type": "string",
                                            "example": "文章的标题",
                                            "description": "文章标题"
                                        },
                                        "allnum": {
                                            "type": "int",
                                            "example": 625,
                                            "description": "结果数"
                                        },
                                        "picUrl": {
                                            "type": "string",
                                            "example": "https:\/\/www.tianapi.com\/static\/img\/logo.png",
                                            "description": "封面图片"
                                        },
                                        "source": {
                                            "type": "string",
                                            "example": "文章来源",
                                            "description": "文章来源"
                                        },
                                        "curpage": {
                                            "type": "int",
                                            "example": 1,
                                            "description": "当前页"
                                        },
                                        "description": {
                                            "type": "string",
                                            "example": "文章的描述",
                                            "description": "文章描述"
                                        }
                                    }
                                },
                                "example": {
                                    "msg": "success",
                                    "code": 200,
                                    "result": {
                                        "list": [
                                            {
                                                "id": "80e023032bf28054febeb1e30881c28e",
                                                "url": "https:\/\/www.163.com\/dy\/article\/G1UV544405198NMR.html",
                                                "ctime": "2021-02-04 00:14",
                                                "title": "Clubhouse带火音频社交，但它与荔枝、映客真的",
                                                "picUrl": "http:\/\/cms-bucket.ws.126.net\/2021\/0204\/bf2452f8p00qnzgs30057c0009c0070c.png?imageView&thumbnail=200y140",
                                                "source": "网易VR",
                                                "description": ""
                                            },
                                            {
                                                "id": "f07ece70c8abeecaf9fb7bb0e620acfd",
                                                "url": "https:\/\/www.163.com\/dy\/article\/G1V14RJI0511B8LM.html",
                                                "ctime": "2021-02-04 00:49",
                                                "title": "曝小米和vivo今年都将推“万元机”",
                                                "picUrl": "http:\/\/nimg.ws.126.net\/?url=http:\/\/dingyue.ws.126.net\/2021\/0204\/0ad13bb3j00qnypdv004hc0014000szg.jpg&thumbnail=200x2147483647&quality=75&type=jpg",
                                                "source": "网易VR",
                                                "description": ""
                                            },
                                            {
                                                "id": "de154d8ea99714685fd5c9d9175135fd",
                                                "url": "https:\/\/www.163.com\/dy\/article\/G1VMLHM40511CPVM.html",
                                                "ctime": "2021-02-04 07:05",
                                                "title": "苹果音乐、图书、AppStore等服务瘫痪：官方回",
                                                "picUrl": "http:\/\/cms-bucket.ws.126.net\/2021\/0204\/71fc7187p00qnzfey009oc000go00b3c.png?imageView&thumbnail=200y140",
                                                "source": "网易VR",
                                                "description": ""
                                            }
                                        ],
                                        "allnum": 500,
                                        "curpage": 1
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}