API для Ahali Vampir Köylü
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291702506513413",
"domain": null,
"id": 14077018,
"ip": "203.16.163.145",
"port": 28290,
"query": 28291,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1787688503,
"last_online": 1787866342,
"icon": null,
"name": "Ahali Vampir Köylü",
"connect": "203.16.163.145:28290",
"request": "203.16.163.145:28291",
"map": "VRisingWorld",
"gamemode": "a0101074-0d86-40a6-8b19-9dc4870dab24",
"version": "0.0.0.1",
"numplayers": 7,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 72,
"add_date": 1787685755,
"last_update": 1787866342,
"ban_reason": null,
"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": 8,
"language": "de",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14077018");
$data = json_decode($json, true);
var_dump($data);