[EU] RC_DEATHMATCH 2026 !rank !hud !powerup !killstreak !Nico के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90287028621844483",
"domain": null,
"id": 11810614,
"ip": "136.144.162.165",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Apeldoorn",
"description": null,
"game": 60,
"owner": null,
"boosts": 1,
"last_offline": 1781465246,
"last_online": 1781497346,
"icon": null,
"name": "[EU] RC_DEATHMATCH 2026 !rank !hud !powerup !killstreak !Nico",
"connect": "136.144.162.165:27015",
"request": "136.144.162.165:27015",
"map": "rc_deathmatch",
"gamemode": "Ricochet",
"version": "1.1.2.1",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1781465246,
"last_update": 1781497346,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13,
"language": "nl",
"parked": false,
"app": {
"id": 25,
"steam_id": 60,
"name": "Ricochet",
"url": "ricochet"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11810614");
$data = json_decode($json, true);
var_dump($data);