Counter-Strike
FUSION - Deathmatch [Specialties,Talents,Levels,Shop] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/2089189json
{
"response": {
"steam_id": null,
"domain": null,
"id": 2089189,
"ip": "87.98.156.203",
"port": 27018,
"query": 27018,
"color": 0,
"city": "Gravelines",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1776114719,
"score": null,
"last_online": 1776427829,
"icon": null,
"name": "FUSION - Deathmatch [Specialties,Talents,Levels,Shop]",
"connect": "87.98.156.203:27018",
"request": "87.98.156.203:27018",
"map": "de_inferno",
"gamemode": "FUSION - DM v2.0",
"version": "1.1.2.7/Stdio",
"numplayers": 4,
"maxplayers": 32,
"bots": 17,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1702035496,
"last_update": 1776427829,
"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": 2891,
"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/2089189");
$data = json_decode($json, true);
var_dump($data);