Counter-Strike
Omsk ProServer[Public]+[FREE VIP] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/206460json
{
"response": {
"steam_id": null,
"domain": null,
"id": 206460,
"ip": "92.124.134.247",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Omsk",
"description": "",
"game": 10,
"owner": 12298,
"boosts": 1,
"last_offline": 1768884715,
"score": null,
"last_online": 1776142214,
"icon": null,
"name": "Omsk ProServer[Public]+[FREE VIP]",
"connect": "92.124.134.247:27015",
"request": "92.124.134.247:27015",
"map": "de_dust2_2x2",
"gamemode": "vk.com/omskproserv",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1582844967,
"last_update": 1776142214,
"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": 2070,
"language": "ru",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "RAV.",
"avatar": "fc11499f-ac63-4018-b119-2e938e4a937e.jpg",
"last_online": 1771745623
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/206460");
$data = json_decode($json, true);
var_dump($data);