API for (EU/SWE) Good Server
JSON for programs, websites and more
text
json
{
"response": {
"fps": 53,
"fps_avg": 52,
"entities_count": 121038,
"world_seed": 1836820091,
"world_size": 4500,
"steam_id": "90286576225223708",
"domain": null,
"id": 448182,
"ip": "176.57.174.158",
"port": 29015,
"query": 29016,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nServer Rules. No accounts with VAC/Game Bans under 365days. No hacking / scripting / exploiting bugs. Raiding and killing is not forbidden, but griefing bases is. Check Discord for more information or contact admin, by clicking on Visit Website",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780491857,
"last_online": 1780558231,
"icon": null,
"name": "(EU/SWE) Good Server",
"connect": "176.57.174.158:29015",
"request": "176.57.174.158:29016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779798,
"last_update": 1780558231,
"banned": false,
"wipe": 1778176719,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1923,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/448182");
$data = json_decode($json, true);
var_dump($data);