API для [FR/EU]FrenchPvP x5 Solo/Duo/Trio MONTHLY 08/05 [Mymini|NoBp|Ki
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286226859201560",
"domain": null,
"id": 8066824,
"ip": "162.19.126.96",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Gravelines",
"description": "![[FR/EU]FrenchPvP x5 Solo/Duo/Trio MONTHLY 08/05 [Mymini|NoBp|Ki](http://upload.frenchpvp.fr/images/banner2.png)\n***Hosted By MH-Game-Hosting.fr*** Wipe tout les mois au force wipe - Règlements sur discord Gather Rates x5 - Resources x5 Vitesses des fours x100 BP T1,T2 et T3 sont débloquer Wipe every month with force wipe - rules on discord 5x Gather Rates - 5x Resources x100 Half smelt All BP unlocked WebSite https://link.frenchpvp.fr/ | https://discord.frenchpvp.fr/ Events Plugin *AirfieldEvent *LaunchSiteHelipadEvent *RaidableBases *RoadBradley *SatDishEvent Other Plugin *AlphaLoot *AutoTurretInterference *BedsCooldowns *BetterNoWorkbench *BlueprintManager *BGrade *Clans *CraftingController *InstantBarrel *Metabolism *Shop *Kits...",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779771207,
"last_online": 1779780022,
"icon": null,
"name": "[FR/EU]FrenchPvP x5 Solo/Duo/Trio MONTHLY 08/05 [Mymini|NoBp|Ki",
"connect": "162.19.126.96:28025",
"request": "162.19.126.96:28027",
"map": "discord.frenchpvp.fr",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741444691,
"last_update": 1779780022,
"banned": false,
"wipe": 1778244499,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3079,
"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.ru/servers/8066824");
$data = json_decode($json, true);
var_dump($data);