API для 171.22.18.121
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10733680,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Münster",
"description": "** Clan ve Kullanıcılara özel Kalıcı Oda Düşük ping ve DDOS Koruması ve Aktif Yetkili Grubu**** GamePlus Game Server **\n\n**Admin ****Şifrenizi Belirterek<u> KALİCİ ODA</u> Açabilirsiniz** **Admin**** You Can Open A <u>PERMANENT ROOM</u> By Setting A Password**",
"game": 9000043,
"owner": 144078,
"boosts": 1,
"last_offline": 1771307463,
"last_online": 1770400212,
"icon": null,
"name": "171.22.18.121",
"connect": null,
"request": null,
"map": null,
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1765482582,
"last_update": 1771307463,
"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": 175,
"language": "de",
"parked": true,
"app": {
"id": 1629110,
"steam_id": 9000043,
"name": "Teamspeak 3",
"url": "teamspeak-3"
},
"server_owner": {
"username": "berjh",
"avatar": "58ad3a67-9d52-4ef4-94d0-93187a002c5a.jpg"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10733680");
$data = json_decode($json, true);
var_dump($data);