API for BeatsFoundry (v0.6.0.26518)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286537526624258",
"domain": null,
"id": 11637402,
"ip": "38.209.4.37",
"port": 3724,
"query": 27015,
"color": 0,
"city": "Saint Joseph",
"description": null,
"game": 983870,
"owner": null,
"boosts": 1,
"last_offline": 1780554206,
"last_online": 1780501839,
"icon": null,
"name": "BeatsFoundry (v0.6.0.26518)",
"connect": "38.209.4.37:3724",
"request": "38.209.4.37:27015",
"map": "Procedural",
"gamemode": "Foundry",
"version": "0.6.0.26518",
"numplayers": 0,
"maxplayers": 11,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779916930,
"last_update": 1780554206,
"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": 260,
"language": "en",
"parked": false,
"app": {
"id": 1516842,
"steam_id": 983870,
"name": "FOUNDRY",
"url": "foundry"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11637402");
$data = json_decode($json, true);
var_dump($data);