API для [TR] Rewind Versus #Nostalji [SIFIR SEKME]
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "85568392936305204",
"domain": null,
"id": 11578122,
"ip": "185.233.164.2",
"port": 25613,
"query": 25613,
"color": 0,
"city": "Bursa",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1779536611,
"last_online": 1780093856,
"icon": "https://i.hizliresim.com/58i9jj1.png",
"name": "[TR] Rewind Versus #Nostalji [SIFIR SEKME]",
"connect": "185.233.164.2:25613",
"request": "185.233.164.2:25613",
"map": "FaulT VersusTR",
"gamemode": "Türkiyenin En İyi Versus Sunucusu",
"version": "3.26.3.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 1,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779356914,
"last_update": 1780093856,
"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": 616,
"language": "tr",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11578122");
$data = json_decode($json, true);
var_dump($data);