API for [EU] Facepunch Premium 1

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8122109
json
{
  "response": {
    "fps": 44,
    "fps_avg": 52,
    "world_seed": 2031947583,
    "world_size": 4500,
    "entities_count": 452149,
    "id": 8122109,
    "ip": "79.137.98.213",
    "port": 28016,
    "query": 28016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[EU] Facepunch Premium 1](https://files.facepunch.com/Alistair/April/29/5r76l8654b0/facepunch-header.png)\nThis is an official server owned and operated by Facepunch. \r\n \r\n People 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": 1742831838,
    "score": 0,
    "last_online": 1742863230,
    "icon": null,
    "name": "[EU] Facepunch Premium 1",
    "connect": "79.137.98.213:28016",
    "request": "79.137.98.213:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 188,
    "maxplayers": 350,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 84,
    "add_date": 1741879778,
    "last_update": 1742863230,
    "banned": false,
    "wipe": 1741866651,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8122109");
$data = json_decode($json, true);
var_dump($data);