API for DavisFi Presents Foundry (v0.6.0.26518)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286410029380638",
"domain": null,
"id": 11667860,
"ip": "73.7.231.191",
"port": 30001,
"query": 30002,
"color": 0,
"city": "Atlanta",
"description": null,
"game": 983870,
"owner": null,
"boosts": 1,
"last_offline": 1780560806,
"last_online": 1780469439,
"icon": null,
"name": "DavisFi Presents Foundry (v0.6.0.26518)",
"connect": "73.7.231.191:30001",
"request": "73.7.231.191:30002",
"map": "Procedural",
"gamemode": "Foundry",
"version": "0.6.0.26518",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780179316,
"last_update": 1780560806,
"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": 269,
"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/11667860");
$data = json_decode($json, true);
var_dump($data);