API for Landgame.net #3
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286568002735106",
"domain": null,
"id": 11715664,
"ip": "95.174.108.82",
"port": 30086,
"query": 27025,
"project_id": null,
"color": 0,
"city": "Taganrog",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1780470422,
"last_online": 1780686677,
"icon": null,
"name": "Landgame.net #3",
"connect": "95.174.108.82:30086",
"request": "95.174.108.82:27025",
"map": "KF-killbox_v2_1",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780301691,
"last_update": 1780686677,
"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": 1048,
"language": "ru",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11715664");
$data = json_decode($json, true);
var_dump($data);