Counter-Strike: Source
[Texas]Arlington CSS Adaptive Bots 2025 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/347981json
{
"response": {
"steam_id": "90284314881122332",
"domain": null,
"id": 347981,
"ip": "64.182.125.196",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Dallas",
"description": "",
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1776081114,
"score": null,
"last_online": 1776109222,
"icon": null,
"name": "[Texas]Arlington CSS Adaptive Bots 2025",
"connect": "64.182.125.196:27017",
"request": "64.182.125.196:27017",
"map": "de_dust_mj",
"gamemode": "Counter-Strike: Source",
"version": "9540945",
"numplayers": 5,
"maxplayers": 36,
"bots": 13,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1594736179,
"last_update": 1776109222,
"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": 547,
"language": "en",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/347981");
$data = json_decode($json, true);
var_dump($data);