Counter-Strike
(6:49) ANORMALII.LEAGUECS.RO # BE ANORMAL के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7846120json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7846120,
"ip": "135.125.173.249",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775336487,
"score": 0,
"last_online": 1776328210,
"icon": null,
"name": "(6:49) ANORMALII.LEAGUECS.RO # BE ANORMAL",
"connect": "135.125.173.249:27015",
"request": "135.125.173.249:27015",
"map": "de_kabul32",
"gamemode": "[STEAM = VIP FREE]",
"version": "1.1.2.7/Stdio",
"numplayers": 22,
"maxplayers": 32,
"bots": 3,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 79,
"add_date": 1740146129,
"last_update": 1776328210,
"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": 1776,
"language": "fr",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7846120");
$data = json_decode($json, true);
var_dump($data);