API for [RU] Amursk 24/7 Classic #9
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285576750582807",
"domain": null,
"id": 1464454,
"ip": "91.235.144.128",
"port": 7796,
"query": 27108,
"color": 0,
"city": "Amursk",
"description": "",
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1778039582,
"last_online": 1779490234,
"icon": null,
"name": "[RU] Amursk 24/7 Classic #9",
"connect": "91.235.144.128:7796",
"request": "91.235.144.128:27108",
"map": "KF-MONSTERBALL",
"gamemode": "Killing Floor 2",
"version": "1150",
"numplayers": 2,
"maxplayers": 6,
"bots": 2,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1697311026,
"last_update": 1779490234,
"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": 120,
"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/1464454");
$data = json_decode($json, true);
var_dump($data);