API pentru Oxydized PVE | Raidable Bases | Monument Events | Skill Tree
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 57580,
"world_seed": 1820886635,
"world_size": 4250,
"steam_id": "90286626059069452",
"domain": null,
"id": 11502235,
"ip": "67.217.54.234",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Englewood Cliffs",
"description": "\nWelcome to OXYDIZED PvE, Thanks for joining us. Wipe is every month @ 2PM EST. DDoS protected. Active Admins \r\n \r\n Click the webpage button in the lower left for our discord. \r\n \r\n A few of our many plugins & features: \r\n -Scalable gather rates \r\n -Doubled stack sizes \r\n -Long days/Short nights \r\n -Kits \r\n -Shop \r\n -Backpacks \r\n -Outpost/Bandit Warps \r\n -Playtime rewards \r\n -Skill Tree dynamic leveling and stat system \r\n -Raidable NPC bases \r\n -Wandering NPCs to keep an eye out for >_> \r\n ...And much more! \r\n \r\n QUICKRULES:\r\n -No racism \r\n -No excessive swearing \r\n -No spamming \r\n -No griefing \r\n -No insiding \r\n All info can be found on the discord & the overlay ingame. \r\n \r\n Good luck.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595060,
"last_online": 1780679430,
"icon": null,
"name": "Oxydized PVE | Raidable Bases | Monument Events | Skill Tree",
"connect": "67.217.54.234:28015",
"request": "67.217.54.234:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 3,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1779207195,
"last_update": 1780679430,
"banned": false,
"wipe": 1780595170,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2170,
"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/11502235");
$data = json_decode($json, true);
var_dump($data);