Monday Night Combat
API for Dedicated
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10965393json
{
"response": {
"steam_id": 90284298925393950,
"domain": null,
"id": 10965393,
"ip": "70.32.198.239",
"port": 7777,
"query": 27016,
"color": 0,
"city": "Lancaster",
"description": null,
"game": 63200,
"owner": null,
"boosts": 1,
"last_offline": 1776045713,
"score": 0,
"last_online": 1776296435,
"icon": null,
"name": "Dedicated",
"connect": "70.32.198.239:7777",
"request": "70.32.198.239:27016",
"map": "HostileLobby",
"gamemode": "NEXUS HOSTER GANG",
"version": "0.0.1.3",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768753171,
"last_update": 1776296435,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 1253,
"steam_id": 63200,
"name": "Monday Night Combat",
"url": "monday-night-combat"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10965393");
$data = json_decode($json, true);
var_dump($data);