FOUNDRY
API for [GER] FOUNDRY Server by Sleeping Knights (v0.6.0.26485)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11393865json
{
"response": {
"steam_id": "90285190769677337",
"domain": null,
"id": 11393865,
"ip": "88.99.194.200",
"port": 3725,
"query": 27016,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 983870,
"owner": null,
"boosts": 1,
"last_offline": 1777546408,
"score": 0,
"last_online": 1777653031,
"icon": null,
"name": "[GER] FOUNDRY Server by Sleeping Knights (v0.6.0.26485)",
"connect": "88.99.194.200:3725",
"request": "88.99.194.200:27016",
"map": "Procedural",
"gamemode": "Foundry",
"version": "0.6.0.26485",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1774596865,
"last_update": 1777653031,
"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": 13,
"language": "de",
"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/11393865");
$data = json_decode($json, true);
var_dump($data);