Insurgency
EN-RU | *GunGame DeadMatch MOD-2025* | RankLevel के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7268040json
{
"response": {
"steam_id": "85568392925227707",
"domain": null,
"id": 7268040,
"ip": "185.170.212.151",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Valencia",
"description": null,
"game": 222880,
"owner": null,
"boosts": 1,
"last_offline": 1775763125,
"score": 0,
"last_online": 1776522020,
"icon": null,
"name": "EN-RU | *GunGame DeadMatch MOD-2025* | RankLevel",
"connect": "185.170.212.151:27015",
"request": "185.170.212.151:27015",
"map": "de_lake",
"gamemode": "Insurgency",
"version": "2.4.2.4",
"numplayers": 14,
"maxplayers": 32,
"bots": 9,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1736688247,
"last_update": 1776522020,
"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": "es",
"parked": false,
"app": {
"id": 13,
"steam_id": 222880,
"name": "Insurgency",
"url": "insurgency"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7268040");
$data = json_decode($json, true);
var_dump($data);