Cold Iron Rust |PvE|Convoy|Zombies|SkillTree|Purge|RaidBases| için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 55,
"fps_avg": 55,
"entities_count": 115857,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286740910708741",
"domain": null,
"id": 10942535,
"ip": "66.51.99.83",
"port": 28060,
"query": 28061,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "\n- Monthly PvE Server (No BP Wipes)\r\n- Final Week of Wipe = PURGE (No Rules / PvP & Raiding Enabled)\r\n- Active Admins & Moderators\r\n\r\n- 50% Reduced Upkeep\r\n- Larger Stack Sizes for Better Storage\r\n- Skill Tree Progression System\r\n\r\n- Convoy & Raidable Bases Events\r\n- Custom Events & Server Activities\r\n\r\n- Spawn Minicopters - /vb\r\n- Teleport System - /tp\r\n- Remove Tool Available\r\n- Playtime Rewards & RP Shop - /shop\r\n\r\n- Hackable Crates: 10 Minutes (Reduced from 15)\r\n\r\n- Combined Outpost (Recyclers & Marketplace at Monuments)\r\n- BetterTC & Garage Door 2 Support\r\n\r\n- Safe, Relaxed PvE Environment (Until Purge Week)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596861,
"last_online": 1780944630,
"icon": null,
"name": "Cold Iron Rust |PvE|Convoy|Zombies|SkillTree|Purge|RaidBases|",
"connect": "66.51.99.83:28060",
"request": "66.51.99.83:28061",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1768500044,
"last_update": 1780944630,
"banned": false,
"wipe": 1780597100,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2139,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10942535");
$data = json_decode($json, true);
var_dump($data);