API for US Tired Dads 2x BiWeekly|MAX 6|No BP Wipes|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/5689847
json
{
  "response": {
    "fps": 92,
    "fps_avg": 88,
    "world_seed": 1337,
    "world_size": 4000,
    "entities_count": 93758,
    "id": 5689847,
    "ip": "136.175.187.84",
    "port": 28017,
    "query": 28017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![US Tired Dads 2x BiWeekly|MAX 6|No BP Wipes|Noob Friendly](https://i.imgur.com/EbSwIqY.png)\nBiWeekly Wipes: 2 week wipes at 11am PDT.\r\nWipe Protection for 2.5 hours after each wipe.\r\nNo BP Wipes.\r\n50% Upkeep\r\nTeam Limit: 6\r\nDiscord: https://discord.gg/uwWWhXWmxG\r\nStore: https://tired-dads-rust-community.tebex.io/\r\n\r\n\r\nLive Skinbox with /skin\r\n2x Gather and Loot\r\nFast Smelting times!\r\nMinis spawn on roads\r\n/chat\r\nBetterTC for wallpapers, building skins and upgrades\r\n/remove with 10min cd\r\nRecyclers and Refineries at fishing villages\r\n45min Days/5min Nights\r\nCustomized Weather Patterns\r\nSputnik Event\r\nCaravan Event",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743242809,
    "score": 0,
    "last_online": 1744123270,
    "icon": null,
    "name": "US Tired Dads 2x BiWeekly|MAX 6|No BP Wipes|Noob Friendly",
    "connect": "136.175.187.84:28015",
    "request": "136.175.187.84:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1723845280,
    "last_update": 1744123270,
    "banned": false,
    "wipe": 1743704267,
    "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/5689847");
$data = json_decode($json, true);
var_dump($data);