Counter-Strike
• [EU][RO] CS.IFYOUPLAY.TOP • Public (24/7) | Skins/Levels/Ranks/Models | International | Romanian Hosting | Powered by QualHosting.com के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10824975json
{
"response": {
"steam_id": null,
"domain": "cs.ifyouplay.top",
"id": 10824975,
"ip": "81.181.87.91",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Galati",
"description": null,
"game": 10,
"owner": 161608,
"boosts": 1,
"last_offline": 1775305930,
"score": 0,
"last_online": 1776804016,
"icon": null,
"name": "• [EU][RO] CS.IFYOUPLAY.TOP • Public (24/7) | Skins/Levels/Ranks/Models | International | Romanian Hosting | Powered by QualHosting.com",
"connect": "cs.ifyouplay.top:27015",
"request": "81.181.87.91:27015",
"map": "awp_snow_india",
"gamemode": "▇ ▇ English • Romanian",
"version": "1.1.2.7/Stdio",
"numplayers": 5,
"maxplayers": 32,
"bots": 3,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 7,
"points": 78,
"add_date": 1767894670,
"last_update": 1776804016,
"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": 1849,
"language": "ro",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "vicecsr",
"avatar": "no.jpg",
"last_online": 1776795328
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10824975");
$data = json_decode($json, true);
var_dump($data);