API for GamingDeluxe.co.uk
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286307321053186",
"domain": null,
"id": 11638302,
"ip": "51.91.25.106",
"port": 7760,
"query": 7780,
"project_id": null,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 203290,
"owner": null,
"boosts": 1,
"last_offline": 1781251979,
"last_online": 1780897937,
"icon": null,
"name": "GamingDeluxe.co.uk",
"connect": "51.91.25.106:7760",
"request": "51.91.25.106:7780",
"map": "flo_aa2hospital_vip",
"gamemode": "America's Army: Proving Grounds",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779917227,
"last_update": 1781251979,
"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": 65,
"language": "fr",
"parked": false,
"app": {
"id": 75,
"steam_id": 203290,
"name": "America's Army: Proving Grounds",
"url": "americas-army-proving-grounds"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11638302");
$data = json_decode($json, true);
var_dump($data);