Killing Floor 2
API для Another Gameservers.com Server is Born!
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/2344114json
{
"response": {
"steam_id": "90284521418582024",
"domain": null,
"id": 2344114,
"ip": "208.167.246.146",
"port": 23000,
"query": 23001,
"color": 0,
"city": "Piscataway",
"description": "",
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1776351168,
"score": null,
"last_online": 1777236673,
"icon": null,
"name": "Another Gameservers.com Server is Born!",
"connect": "208.167.246.146:23000",
"request": "208.167.246.146:23001",
"map": "KF-BIOTICSLAB",
"gamemode": "Killing Floor 2",
"version": "1148",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1703845104,
"last_update": 1777236673,
"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": 284,
"language": "en",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/2344114");
$data = json_decode($json, true);
var_dump($data);