Chivalry: Medieval Warfare
API for ™ =SM= SneakyMonkeys.com Limited Archer EU ™
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1469685json
{
"response": {
"steam_id": "90284549638149126",
"domain": null,
"id": 1469685,
"ip": "185.107.96.212",
"port": 7777,
"query": 7822,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 219640,
"owner": null,
"boosts": 1,
"last_offline": 1776405818,
"score": null,
"last_online": 1776436814,
"icon": null,
"name": "™ =SM= SneakyMonkeys.com Limited Archer EU ™",
"connect": "185.107.96.212:7777",
"request": "185.107.96.212:7822",
"map": "aocto-kingsgarden-cm_p",
"gamemode": "Chivalry: Medieval Warfare",
"version": "1.0.0.1",
"numplayers": 2,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1697313984,
"last_update": 1776436814,
"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": 2,
"language": "de",
"parked": false,
"app": {
"id": 79,
"steam_id": 219640,
"name": "Chivalry: Medieval Warfare",
"url": "chivalry-medieval-warfare"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1469685");
$data = json_decode($json, true);
var_dump($data);