[FR/EU]FrenchPvP#1 x10 SOLO ONLY 21/05 [Mymini|NoBp|Kits|SkinBo 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 158,
"fps_avg": 128,
"entities_count": 91128,
"world_seed": 213850304,
"world_size": 3500,
"steam_id": "90286226151095320",
"domain": null,
"id": 2750378,
"ip": "162.19.126.96",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Gravelines",
"description": "![[FR/EU]FrenchPvP#1 x10 SOLO ONLY 21/05 [Mymini|NoBp|Kits|SkinBo](http://upload.frenchpvp.fr/images/Banner.png)\n***Hosted By MH-Game-Hosting.fr*** \r\n \r\nWipe toutes les semaines les jeudis à 19H - Règlements sur discord \r\n \r\nGather Rates x10 - Resources x10 \r\nVitesses des fours + craft x1000 \r\nBP T1,T2 et T3 sont débloquer\r\n \r\nWiped weekly on Thursday at 8 p.m. Paris time - rules on discord\r\n \r\n10x Gather Rates - 10x Resources \r\n1000x Half smelt and crafting speeds \r\nAll BP unlocked \r\n \r\nWebSite https://link.frenchpvp.fr/ | https://discord.frenchpvp.fr/ \r\n \r\n Events Plugin \r\n \r\n*AirfieldEvent \r\n*LaunchSiteHelipadEvent \r\n*RaidableBases \r\n \r\n Other Plugin \r\n \r\n*AlphaLoot \r\n*AutoTurretInterference \r\n*BedsCooldowns \r\n*BetterNoWorkbench \r\n*BlueprintManager \r\n*BGrade \r\n*Clans \r\n*CraftingController \r\n*InstantBarrel \r\n*Metabolism \r\n*Shop \r\n*Kits...",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779718960,
"last_online": 1779784219,
"icon": null,
"name": "[FR/EU]FrenchPvP#1 x10 SOLO ONLY 21/05 [Mymini|NoBp|Kits|SkinBo",
"connect": "162.19.126.96:28015",
"request": "162.19.126.96:28017",
"map": "https://discord.frenchpvp.fr",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1706388004,
"last_update": 1779784219,
"banned": false,
"wipe": 1779382837,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1688,
"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/2750378");
$data = json_decode($json, true);
var_dump($data);