0 FUCKS GIVEN! EU • 10X • MAX 10 [Kit•Shop•Clan] 5/7 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 221,
"fps_avg": 223,
"entities_count": 99296,
"world_seed": 906145327,
"world_size": 3750,
"steam_id": "90286390968280092",
"domain": null,
"id": 11501632,
"ip": "178.32.109.170",
"port": 25566,
"query": 25568,
"color": 0,
"city": "Strasbourg",
"description": "![0 FUCKS GIVEN! EU • 10X • MAX 10 [Kit•Shop•Clan] 5/7](https://tyler.gg/0fg.jpg)\nJoin Our STEAM - https://0fg.ca/steam\r\nJoin Our DISCORD - http://0fg.ca/discord\r\n.. For Perks!\r\n\r\n✓ 10X Gather / 10X Sulfur / 10X Loot (Junk Removed)\r\n✓ Offline Protection \r\n✓ Higher Stack Sizes\r\n✓ Instant Recycling/Crafting\r\n✓ Boosted Loot Tables\r\n✓ No Electricity Required\r\n✓ Waterless Sprinklers\r\n✓ No BPs\r\n✓ /MyMini (2 Minute CoolDown) For Everyone\r\n✓ Leaderboard + Loyalty Ranks\r\n✓ Bonus Kits (/kit)\r\n✓ Added Shop (/shop)\r\n✓ Purchase Vehicles With Scrap (/vb)\r\n✓ Anti-Cheat Measures Active (Appeal on 0FG.CA/DISCORD)\r\n✓ Active Non-Playing Owner (Friendly too!)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779950622,
"last_online": 1780147228,
"icon": null,
"name": "0 FUCKS GIVEN! EU • 10X • MAX 10 [Kit•Shop•Clan] 5/7",
"connect": "178.32.109.170:25566",
"request": "178.32.109.170:25568",
"map": "High FPS | Wiped - 22d ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207177,
"last_update": 1780147228,
"banned": false,
"wipe": 1778181905,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4908,
"language": "fr",
"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/11501632");
$data = json_decode($json, true);
var_dump($data);