FARMRUST RPG PvE | Skills • Quests • Economy • Raid Bases 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 90,
"fps_avg": 88,
"entities_count": 127599,
"world_seed": 1337,
"world_size": 4700,
"steam_id": "90286938647238657",
"domain": null,
"id": 11759411,
"ip": "95.217.145.85",
"port": 30000,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": "\n• RPG Character Progression Never Wipes!\r\n • Portable Recycler\r\n • x3 Rates During Daytime & x5 at Night!\r\n • Automatic Farming System!\r\n • Large 48-Slot Backpack!\r\n • Personal JetPack & Minicopter!\r\n • 935+ Unique Raid Bases!\r\n • Tons of Automated Events!\r\n • Enhanced Loot in Crates & Barrels!\r\n • Unique RPG Quests in the Safe Town!\r\n • Advanced Skill Leveling System!\r\n • Perks & Character Development!\r\n • Economy – Withdraw Earnings to the In-Game Store!\r\n\r\n • Active Administrator!\r\n • MMORPG-Style Progression!\r\n • Unique Missions & Challenges!\r\n • Free Bank!\r\n • Premium Skins!\r\n • Friendly Non-Toxic Community!\r\n • Unique Weapons!\r\n • Black Market!\r\n • Vehicles & Transportation!\r\n • Referral Program!\r\n • Awesome Promo Codes!\r\n\r\n --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- \r\n\r\n • MONEY FOR ONLINE TIME!\r\n • Portable Recycler!\r\n • Automatic Farming!\r\n • Tons of Automated Events!\r\n • 935+ Unique Raid Bases!\r\n • RPG Progression Never Wipes!\r\n • Large 48-Slot Backpack!\r\n • Advanced Skill Leveling System!\r\n • Personal JetPack & Minicopter!\r\n • Enhanced Loot in Crates & Barrels!\r\n • Unique RPG Quests in the Safe Zone Town!\r\n • x3 Rates During the Day & x5 at Night!\r\n • Character Perks & Progression!\r\n • Economy – Withdraw Earnings to the In-Game Store!\r\n\r\n • Active Administrator!\r\n • MMORPG Experience!\r\n • Unique Quests & Challenges!\r\n • Free Bank!\r\n • Premium Skins!\r\n • Friendly Non-Toxic Community!\r\n • Unique Weapons!\r\n • Black Market!\r\n • Vehicles!\r\n • Referral Program!\r\n • Awesome Promo Codes!\r\n\r\n gm.link/u122621",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781007872,
"last_online": 1781349631,
"icon": null,
"name": "FARMRUST RPG PvE | Skills • Quests • Economy • Raid Bases",
"connect": "95.217.145.85:30000",
"request": "95.217.145.85:27017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780931712,
"last_update": 1781349631,
"banned": false,
"wipe": 1780622312,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5957,
"language": "fi",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11759411");
$data = json_decode($json, true);
var_dump($data);