Chivalry: Medieval Warfare
API for *FIXED STAR WARS MAPS ONLY - LOW GRAVITY & VOTEMAP*
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11181679json
{
"response": {
"steam_id": "90284550576537603",
"domain": null,
"id": 11181679,
"ip": "45.91.93.71",
"port": 7785,
"query": 7786,
"color": 0,
"city": "London",
"description": null,
"game": 219640,
"owner": null,
"boosts": 1,
"last_offline": 1772229800,
"score": 0,
"last_online": 1776436901,
"icon": null,
"name": "*FIXED STAR WARS MAPS ONLY - LOW GRAVITY & VOTEMAP*",
"connect": "45.91.93.71:7785",
"request": "45.91.93.71:7786",
"map": "aocffa-geonosisthearena_p",
"gamemode": "Chivalry: Medieval Warfare",
"version": "1.0.0.1",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229800,
"last_update": 1776436901,
"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": 21,
"language": "en",
"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/11181679");
$data = json_decode($json, true);
var_dump($data);