API pentru Kapco411 Rumble in the Jungle|2XPVE|Enhanced NPC's|Tons of Even
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 12,
"fps_avg": 27,
"entities_count": 120415,
"world_seed": 1337,
"world_size": 5000,
"steam_id": "90286183928394759",
"domain": null,
"id": 1588853,
"ip": "65.28.44.27",
"port": 28031,
"query": 28030,
"color": 0,
"city": "Trevor",
"description": "\nExplore the Wild world of rust with Kapco411.\r\n-This modded Pro Rust offers PVE play with PVP action.\r\n-Roaming Zombies and other NPC's run throughout the map.\r\n-Custom maps loaded with plenty of Points of interest and custom monuments.\r\n- Over 250 Mods running, far to much to list.\r\n-More than 20 events running make this a must play adventure.\r\n-We have something for eveyone on this one so give it a try.\r\n-Lets GO!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779680008,
"last_online": 1779693620,
"icon": null,
"name": "Kapco411 Rumble in the Jungle|2XPVE|Enhanced NPC's|Tons of Even",
"connect": "65.28.44.27:28031",
"request": "65.28.44.27:28030",
"map": "Welcome To Pro2X",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1698050208,
"last_update": 1779693620,
"banned": false,
"wipe": 1778423934,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2670,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/1588853");
$data = json_decode($json, true);
var_dump($data);