API for [Uk/EU] Rusty Fly Killer - NoBPwipe Noob Friendly

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/7286713
json
{
  "response": {
    "fps": 105,
    "fps_avg": 99,
    "world_seed": 371348822,
    "world_size": 4000,
    "entities_count": 83813,
    "id": 7286713,
    "ip": "89.35.48.154",
    "port": 28016,
    "query": 28016,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![[Uk/EU] Rusty Fly Killer - NoBPwipe Noob Friendly](https://i.imgur.com/kGDuXe2.jpg)\nLast Wipe 07/01/2024  Next Wipe 04/02/2024 \r\n\r\n [Uk/EU] Rusty Fly Killer - NoBPwipe Noob Friendly \r\n Vanilla Server with half decay.\r\n\r\nDiscord channel here > https://discord.com/invite/PPrGkEsuZT\r\n\r\nNotice:Turret Limit Removed 04/01/2024\r\n\r\nThe latest Rules for 2024 are ...\r\n1.)No Hate Crimes or Racism \r\n2.) Forced monthly wipes only!\r\n3.) Noobs welcome\r\n4.) All Cheaters will be banned!\r\n5.) No Vac Ban or Game bans Allowed\r\n6.) Responsible fair admin JoePR86",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1739616308,
    "score": 0,
    "last_online": 1743039647,
    "icon": null,
    "name": "[Uk/EU] Rusty Fly Killer - NoBPwipe Noob Friendly",
    "connect": "89.35.48.154:28015",
    "request": "89.35.48.154:28016",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2580",
    "numplayers": 1,
    "maxplayers": 99,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736703937,
    "last_update": 1743039647,
    "banned": false,
    "wipe": 1739558529,
    "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/7286713");
$data = json_decode($json, true);
var_dump($data);