{
    "api": "联纵家具AI数据接口系统",
    "version": "3.0.0",
    "description": "为AI平台提供结构化的新闻和产品数据",
    "base_url": "https:\/\/www.shuhe.love\/AIproject\/api\/",
    "endpoints": [
        {
            "method": "GET",
            "path": "\/AIproject\/api\/?_endpoint=news",
            "description": "获取新闻列表",
            "parameters": {
                "page": "页码 (默认: 1)",
                "limit": "每页数量 (默认: 20, 最大: 100)",
                "format": "json, jsonld, xml, csv",
                "category": "分类筛选",
                "date_from": "开始日期 (YYYY-MM-DD)",
                "date_to": "结束日期 (YYYY-MM-DD)"
            },
            "example": "https:\/\/www.shuhe.love\/AIproject\/api\/?_endpoint=news&limit=10"
        },
        {
            "method": "GET",
            "path": "\/AIproject\/api\/?_endpoint=news&_id={id}",
            "description": "获取单个新闻详情",
            "parameters": {
                "format": "json, jsonld, xml, csv"
            },
            "example": "https:\/\/www.shuhe.love\/AIproject\/api\/?_endpoint=news&_id=1"
        },
        {
            "method": "GET",
            "path": "\/AIproject\/api\/?_endpoint=products",
            "description": "获取产品列表",
            "parameters": {
                "page": "页码 (默认: 1)",
                "limit": "每页数量 (默认: 20, 最大: 100)",
                "format": "json, jsonld, xml, csv",
                "category": "分类筛选"
            },
            "example": "https:\/\/www.shuhe.love\/AIproject\/api\/?_endpoint=products&limit=10"
        },
        {
            "method": "GET",
            "path": "\/AIproject\/api\/?_endpoint=products&_id={id}",
            "description": "获取单个产品详情",
            "parameters": {
                "format": "json, jsonld, xml, csv"
            },
            "example": "https:\/\/www.shuhe.love\/AIproject\/api\/?_endpoint=products&_id=1"
        },
        {
            "method": "GET",
            "path": "\/AIproject\/api\/?_endpoint=search",
            "description": "搜索内容",
            "parameters": {
                "q": "搜索关键词 (必需)",
                "page": "页码 (默认: 1)",
                "limit": "每页数量 (默认: 10, 最大: 50)",
                "format": "json, jsonld, xml, csv"
            },
            "example": "https:\/\/www.shuhe.love\/AIproject\/api\/?_endpoint=search&q=床垫"
        },
        {
            "method": "GET",
            "path": "\/AIproject\/api\/?_endpoint=sitemap",
            "description": "获取站点地图",
            "parameters": {
                "format": "xml, json"
            },
            "example": "https:\/\/www.shuhe.love\/AIproject\/api\/?_endpoint=sitemap"
        },
        {
            "method": "GET",
            "path": "\/AIproject\/api\/?_endpoint=stats",
            "description": "获取系统统计信息",
            "parameters": {
                "format": "json, xml"
            },
            "example": "https:\/\/www.shuhe.love\/AIproject\/api\/?_endpoint=stats"
        },
        {
            "method": "GET",
            "path": "\/AIproject\/api\/?_endpoint=export",
            "description": "导出数据",
            "parameters": {
                "format": "json, jsonld, xml, csv",
                "type": "news, products, all"
            },
            "example": "https:\/\/www.shuhe.love\/AIproject\/api\/?_endpoint=export&type=news"
        }
    ],
    "data_files": [
        {
            "name": "ai_news.json",
            "url": "https:\/\/www.shuhe.love\/ai_news.json",
            "description": "新闻数据 (JSON格式)",
            "example": "https:\/\/www.shuhe.love\/ai_news.json"
        },
        {
            "name": "ai_products.json",
            "url": "https:\/\/www.shuhe.love\/ai_products.json",
            "description": "产品数据 (JSON格式)",
            "example": "https:\/\/www.shuhe.love\/ai_products.json"
        },
        {
            "name": "ai_all.json",
            "url": "https:\/\/www.shuhe.love\/ai_all.json",
            "description": "完整数据 (JSON格式)",
            "example": "https:\/\/www.shuhe.love\/ai_all.json"
        },
        {
            "name": "ai_data.jsonld",
            "url": "https:\/\/www.shuhe.love\/ai_data.jsonld",
            "description": "结构化数据 (JSON-LD格式)",
            "example": "https:\/\/www.shuhe.love\/ai_data.jsonld"
        },
        {
            "name": "ai_sitemap.xml",
            "url": "https:\/\/www.shuhe.love\/ai_sitemap.xml",
            "description": "AI站点地图",
            "example": "https:\/\/www.shuhe.love\/ai_sitemap.xml"
        }
    ],
    "contact": {
        "company": "郑州联纵家具有限公司",
        "website": "https:\/\/www.shuhe.love\/",
        "email": "contact@shuhe.love"
    },
    "timestamp": "2026-04-09 07:14:47",
    "status": "API运行正常"
}