{
    "name": "林间笔记",
    "description": "记录思考、研究与日常的生长轨迹。",
    "home": "https://7ree.cn/",
    "license": "内容版权归作者所有，转载请注明出处",
    "endpoints": [
        [
            "GET",
            "/api/posts",
            "文章列表",
            "page, per(<=50), category, tag"
        ],
        [
            "GET",
            "/api/post/{id}",
            "文章详情（含正文）"
        ],
        [
            "GET",
            "/api/tags",
            "全部标签及计数"
        ],
        [
            "GET",
            "/api/categories",
            "分类及计数"
        ],
        [
            "GET",
            "/api/search",
            "全文检索",
            "q, per"
        ],
        [
            "GET",
            "/api/site",
            "站点信息与统计"
        ]
    ],
    "feeds": {
        "rss": "https://7ree.cn/feed.xml",
        "json": "https://7ree.cn/feed.json"
    }
}