API for Elite Elements Gaming |Full PVE|ENG|25k Start|Wiped April 9|
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286677232088069",
"domain": null,
"id": 5386693,
"ip": "185.216.145.133",
"port": 2517,
"query": 2518,
"project_id": null,
"color": 0,
"city": "City of London",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780727661,
"last_online": 1780771846,
"icon": null,
"name": "Elite Elements Gaming |Full PVE|ENG|25k Start|Wiped April 9|",
"connect": "185.216.145.133:2517",
"request": "185.216.145.133:2518",
"map": "Pripyat",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 7,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 43,
"add_date": 1722419573,
"last_update": 1780771846,
"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": 4653,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5386693");
$data = json_decode($json, true);
var_dump($data);