API for The Colony PVP - Zombie - Shooter - Low Decay

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/7866172
json
{
  "response": {
    "fps": 142,
    "fps_avg": 144,
    "world_seed": 1337,
    "world_size": 3750,
    "entities_count": 73857,
    "id": 7866172,
    "ip": "65.109.89.181",
    "port": 60408,
    "query": 60408,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![The Colony PVP - Zombie - Shooter - Low Decay](https://i.imgur.com/8bpM24s.jpeg)\nThe Ultimate Zombie Survival Experience! Brace yourself for an intense, high-stakes Rust server where survival isn't just a challenge—it's a war. The Colony throws you into a brutal world overrun by the undead, where every bullet counts, and every decision can mean life or death. Unique locations packed with high-tier loot, dangers, and secrets waiting to be uncovered. Heavily armed AI free-roamers (Colony Patrol) that won’t hesitate to engage anyone in their path—survivors, zombies, or rival factions.\r\n\r\nNo Offline Raid (48hr)\r\nLow Decay\r\nMax 3\r\nZombies\r\nBetter Chinook Patrol\r\nNo Fuel Furnaces\r\nPersonal Recycler\r\nVechicle Locks\r\nNo Decay Vechicles\r\nActive Admin\r\nNo Trolling\r\nNo Racism\r\nNo Homphobia\r\nrs01F#eaoC{K0rAi400t:{\r\n[RS-7bcec7e6]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742861233,
    "score": 0,
    "last_online": 1743040249,
    "icon": null,
    "name": "The Colony PVP - Zombie - Shooter - Low Decay",
    "connect": "65.109.89.181:60406",
    "request": "65.109.89.181:60408",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1740323891,
    "last_update": 1743040249,
    "banned": false,
    "wipe": 1742397668,
    "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/7866172");
$data = json_decode($json, true);
var_dump($data);