[US] Gridlock 2x | SMALL MAP | SOLO/DUO | NO KITS/NO P2W के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 16521,
"world_seed": 6,
"world_size": 2000,
"steam_id": "90286607303694348",
"domain": null,
"id": 11677403,
"ip": "66.51.96.53",
"port": 28045,
"query": 28046,
"color": 0,
"city": "Ashburn",
"description": "![[US] Gridlock 2x | SMALL MAP | SOLO/DUO | NO KITS/NO P2W](https://ibb.co/q3sYpvzc)\nWELCOME TO GRIDLOCK 2X SOLO/DUO\r\nFast-paced, action-packed Rust on a compact map. Raw skill and fair play—NO kits, NO pay-to-win, NO nonsense.\r\n\r\nSERVER FEATURES:\r\n- Gather: 2x (Resources, Components, Wood)\r\n- Map: Small/Compact for constant PVP\r\n- Group Limit: Max 2 (Strict Solo/Duo)\r\n- Loot Tables: Balanced (No junk in high-tier crates)\r\n\r\nSERVER RULES:\r\n1. Max Team Size: 2. No teaming, allied raiding, or allied roaming.\r\n2. No Cheating/Exploiting. Scripts, hacks, or glitching = instant ban.\r\n3. No Ban Evading on alt accounts or playing with banned users.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780372451,
"last_online": 1780604429,
"icon": null,
"name": "[US] Gridlock 2x | SMALL MAP | SOLO/DUO | NO KITS/NO P2W",
"connect": "66.51.96.53:28045",
"request": "66.51.96.53:28046",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780216206,
"last_update": 1780604429,
"banned": false,
"wipe": 1780603285,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2777,
"language": "en",
"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.in/servers/11677403");
$data = json_decode($json, true);
var_dump($data);