Rust
Combat Arena | Duels | Counter Strike | BaseWars | GunGame | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11159679json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 2771,
"world_seed": 1725816962,
"world_size": 5000,
"steam_id": 90284503368325140,
"domain": null,
"id": 11159679,
"ip": "167.94.99.250",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Reading",
"description": "\nCounter Strike - Defuse * BaseWars * Gun Game * Deathmatch * Capture the Flag * RiseUP * HexaDrop * Ranked 1v1 * Duel * Battle Royale * King of The Hill * WarZone * Gambling",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775405528,
"score": 0,
"last_online": 1776332428,
"icon": null,
"name": "Combat Arena | Duels | Counter Strike | BaseWars | GunGame |",
"connect": "167.94.99.250:28015",
"request": "167.94.99.250:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228137,
"last_update": 1776332428,
"banned": false,
"wipe": 1776319698,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4870,
"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/11159679");
$data = json_decode($json, true);
var_dump($data);