Rust
Teddys Aimtrain FFA GunGame Scrims Battle Royale 1v1 1.0 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10290796json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 6296,
"world_seed": 1,
"world_size": 6000,
"steam_id": "90285451653177361",
"domain": null,
"id": 10290796,
"ip": "64.40.8.245",
"port": 32015,
"query": 32016,
"color": 0,
"city": "Dallas",
"description": "\nWelcome! We’re excited to finally introduce **Teddy's Arenas**!\r\n A completely free server for everyone to enjoy. After months of testing other arena servers, we weren’t satisfied — so we built our own project from the ground up.\r\n Here you’ll find a variety of unique game modes, with more still in development:\r\n \r\n - GunGame\r\n - Free For All\r\n - Battle Royale (Survival)\r\n - One in the Chamber\r\n - Car Racing\r\n - NPC Survival\r\n - Zombie Survival\r\n - BedWars\r\n - Raid Simulator\r\n \r\n …and this is only the beginning. More game modes are on the way!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777913013,
"score": 0,
"last_online": 1778178022,
"icon": null,
"name": "Teddys Aimtrain FFA GunGame Scrims Battle Royale 1v1 1.0",
"connect": "64.40.8.245:32015",
"request": "64.40.8.245:32016",
"map": "GUNGAME/FFA/ARENAS/",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1757407157,
"last_update": 1778178022,
"banned": false,
"wipe": 1775152877,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2550,
"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/10290796");
$data = json_decode($json, true);
var_dump($data);