API for [EU East] Facepunch 7
JSON for programs, websites and more
text
json
{
"response": {
"fps": 59,
"fps_avg": 62,
"entities_count": 243419,
"world_seed": 729740283,
"world_size": 4500,
"steam_id": "90286960776008727",
"domain": null,
"id": 10870035,
"ip": "57.128.211.45",
"port": 28020,
"query": 28021,
"project_id": null,
"color": 0,
"city": "Warsaw",
"description": "![[EU East] Facepunch 7](https://files.facepunch.com/Alistair/124/07/2025/9593/fpos.png)\nThis is an official server owned and operated by Facepunch.\r\n\r\nPeople are free to speak whatever language they like. Don't be surprised if you get banned for being abusive.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781091271,
"last_online": 1781352019,
"icon": null,
"name": "[EU East] Facepunch 7",
"connect": "57.128.211.45:28020",
"request": "57.128.211.45:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 143,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 83,
"add_date": 1768318384,
"last_update": 1781352019,
"banned": false,
"wipe": 1780400372,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 514,
"language": "pl",
"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/10870035");
$data = json_decode($json, true);
var_dump($data);