API for ^0-^5AAE^0- ^1Round^7:15 ^3Host^7:TheEpicSnakey01
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286957097328660,
"domain": null,
"id": 11796207,
"ip": "86.8.14.79",
"port": 27017,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Manchester",
"description": null,
"game": 311210,
"owner": null,
"boosts": 1,
"last_offline": 1781487786,
"last_online": 1781379643,
"icon": null,
"name": "^0-^5AAE^0- ^1Round^7:15 ^3Host^7:TheEpicSnakey01",
"connect": "86.8.14.79:27017",
"request": "86.8.14.79:27017",
"map": "zm_testlevel",
"gamemode": "^2v3.8.3 Lite ^1Zombies^7:2 ^3Players^7:1",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1781378779,
"last_update": 1781487786,
"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": 975,
"language": "en",
"parked": false,
"app": {
"id": 4041,
"steam_id": 311210,
"name": "Call of Duty: Black Ops III",
"url": "call-of-duty-black-ops-iii"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11796207");
$data = json_decode($json, true);
var_dump($data);