Team Fortress 2
[RU|EN] Improved Bots (RCBot2) | Payload के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/4681570json
{
"response": {
"steam_id": 90284412326459420,
"domain": null,
"id": 4681570,
"ip": "95.165.160.2",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": "",
"game": 440,
"owner": 71778,
"boosts": 1,
"last_offline": 1776252072,
"score": 0,
"last_online": 1776298213,
"icon": null,
"name": "[RU|EN] Improved Bots (RCBot2) | Payload",
"connect": "95.165.160.2:27015",
"request": "95.165.160.2:27015",
"map": "pl_fountain_b3",
"gamemode": "Play with RCBot2",
"version": "10515055",
"numplayers": 1,
"maxplayers": 39,
"bots": 23,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1717696808,
"last_update": 1776298213,
"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": 67,
"language": "ru",
"parked": false,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"server_owner": {
"username": "RussiaTails",
"avatar": "19f55464-db96-4db2-b0ee-b5c977daf476.jpg",
"last_online": 1728415744
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/4681570");
$data = json_decode($json, true);
var_dump($data);