Gringers Hardcore|Solo Only|Monthly June 4 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 58,
"fps_avg": 58,
"entities_count": 71264,
"world_seed": 0,
"world_size": 3500,
"steam_id": "90286604011866119",
"domain": null,
"id": 1838803,
"ip": "168.100.163.27",
"port": 30015,
"query": 30016,
"color": 0,
"city": "Dallas",
"description": "\nWiped June 4th\r\nNext wipe at force, July 2ndat 2:05PM EDT\r\nAll wipes are both map and BP\r\n\r\nNew Hardcore Game Mode Updated August 2025:\r\n\r\nMap- Fog of War. Map is revealed as you explore\r\nCrafting changes- Except for the Eoka Pistol, all firearm crafting has been disabled, and components exclusive to these weapons (Rifle Body, SMG Body, Semi Automatic Body) can no longer be looted\r\nBuilding changes- Upkeep costs doubled for all building brackets\r\nPlayer spawning- There is now a 15-minute Sleeping Bag respawn timer and a 10-minute Bed respawn timer. Max 5 sleeping bags/beds\r\n\r\nJoin our Discord by clicking on the View Webpage button\r\n\r\nRules:\r\n1. No teaming, no bagging other players, no exploits, no exceptions\r\n2. No free item giveaways, No base giveaways\r\n3. Trading with vending machines or at trade windows only",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780070626,
"last_online": 1780641623,
"icon": null,
"name": "Gringers Hardcore|Solo Only|Monthly June 4",
"connect": "168.100.163.27:30015",
"request": "168.100.163.27:30016",
"map": "Custom Map",
"gamemode": "Hardcore",
"version": "2627",
"numplayers": 7,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1700120883,
"last_update": 1780641623,
"banned": false,
"wipe": 1780596341,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 742,
"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/1838803");
$data = json_decode($json, true);
var_dump($data);