Rust
API for [EU] Facepunch Premium Small 1
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8122117json
{
"response": {
"fps": 20,
"fps_avg": 20,
"entities_count": 115612,
"world_seed": 213794146,
"world_size": 3750,
"steam_id": "90284734224410648",
"domain": null,
"id": 8122117,
"ip": "79.137.98.146",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Gravelines",
"description": "![[EU] Facepunch Premium Small 1](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": 1775223134,
"score": 0,
"last_online": 1776826819,
"icon": null,
"name": "[EU] Facepunch Premium Small 1",
"connect": "79.137.98.146:28020",
"request": "79.137.98.146:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 8,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1741879779,
"last_update": 1776826819,
"banned": false,
"wipe": 1775151268,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1338,
"language": "fr",
"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/8122117");
$data = json_decode($json, true);
var_dump($data);