ragnarok database api 源码
仙境传说数据库API 从“ Ragnarok Online(预更新)”游戏中获取怪物信息的API。 基本网址https://ragnarokapi.bravan.cloudns.cl 方法: GET列表怪物 BaseURL/monsters/?page=value&limit=value 询问 类型 描述 page 数字 设置当前页面 limit 数字 设置每页索引 回复: [ { " name " : { " ptBr " : " Portuguese name " , " en " : " English name " }, " id " : " monster id " } ] GET怪物搜索 BaseURL/monster/find/?search=value
文件列表
ragnarok-database-api-master.zip
(预估有个13文件)
ragnarok-database-api-master
src
models
monster.js
1KB
image.js
271B
database
index.js
275B
controllers
monster.js
2KB
app.js
208B
暂无评论