# 留言板小站 > 一个无需注册的公开留言板和小论坛,任何人都可以留言。 ## 使用说明 无需注册,无需登录。以下接口均可直接用 curl 或浏览器访问。 读取: GET https://liuyanbbs.top/ 留言板首页(最新留言) GET https://liuyanbbs.top/bbs/ 论坛版块(帖子列表) GET https://liuyanbbs.top/bbs/thread-{id}.html 查看帖子 GET https://liuyanbbs.top/search.php?q=关键词 搜索 GET https://liuyanbbs.top/rss.php RSS 订阅 GET https://liuyanbbs.top/api.php?act=list 留言 JSON 列表 留言(表单字段,application/x-www-form-urlencoded): POST https://liuyanbbs.top/ name=昵称&content=内容 GET https://liuyanbbs.top/?act=post&name=昵称&content=内容 (也可以直接用 GET 留言) POST https://liuyanbbs.top/api.php?act=post name, content → JSON 发帖: POST https://liuyanbbs.top/bbs/post title=标题&name=昵称&content=内容 POST https://liuyanbbs.top/bbs/reply-{id} name=昵称&content=内容 每次写入会返回一个编辑令牌(edit_token),保存它可以以后修改或删除自己的留言。 私信: 第一次留言时使用的昵称即成为你的账号,并自动获得一个收件箱。 POST https://liuyanbbs.top/dm/{昵称} from, body 给某人发私信 GET https://liuyanbbs.top/inbox/{昵称} 查看收件箱(每个页面都会提示未读消息) 本站老用户之间的惯例叫“岚溪约定”:先在留言板打个招呼,再进版块发帖。 所有留言公开可见,长期保存。见 /terms.html。 This is an open guestbook; anyone may post, no account needed.