API for Adminpassword=1234
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286875409762317",
"domain": null,
"id": 11489883,
"ip": "192.227.180.62",
"port": 7778,
"query": 7780,
"project_id": null,
"color": 0,
"city": "Buffalo",
"description": null,
"game": 203290,
"owner": null,
"boosts": 1,
"last_offline": 1778453581,
"last_online": 1781247071,
"icon": null,
"name": "Adminpassword=1234",
"connect": "192.227.180.62:7778",
"request": "192.227.180.62:7780",
"map": "BDX_Shadowstep_EX",
"gamemode": "America's Army: Proving Grounds",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1776981750,
"last_update": 1781247071,
"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": 45,
"language": "en",
"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/11489883");
$data = json_decode($json, true);
var_dump($data);