API for hunnid thousand in a coop yeye
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "85568392936213386",
"domain": null,
"id": 11588210,
"ip": "94.59.40.158",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Abu Dhabi",
"description": null,
"game": 17520,
"owner": null,
"boosts": 1,
"last_offline": 1779615215,
"last_online": 1779729722,
"icon": null,
"name": "hunnid thousand in a coop yeye",
"connect": "94.59.40.158:27017",
"request": "94.59.40.158:27017",
"map": "d1_trainstation_01",
"gamemode": "Synergy 25.3",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "AE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357578,
"last_update": 1779729722,
"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": 16,
"language": "ar",
"parked": false,
"app": {
"id": 34,
"steam_id": 17520,
"name": "Synergy",
"url": "synergy"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11588210");
$data = json_decode($json, true);
var_dump($data);