API for SUNDAY Network - 5X | Max 4 | Swift Loot++ | Skins | mymini | F

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/8158005
json
{
  "response": {
    "fps": 24,
    "fps_avg": 24,
    "world_seed": 1337,
    "world_size": 3700,
    "entities_count": 120182,
    "id": 8158005,
    "ip": "34.131.44.169",
    "port": 28017,
    "query": 28017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![SUNDAY Network - 5X | Max 4 | Swift Loot++ | Skins | mymini | F](https://i.imgur.com/u3Jgc1n.png)\nWelcome to SUNDAY Rust Network's 5X Server:\r\nOn our servers we provide the best Rust gameplay. We run multiple balanced plugins to improve the quality of the game. Our servers also run on the best Network & Hardware possible to improve your ingame experience on our servers!\r\n✦ 5X Resources | 5X Sulfur | 5X Loot\r\n✦ Instant Craft+ | 5X Smelting rate\r\n✦ 5X Loot and Crate Spawns\r\n✦5X Node Spawn\r\n✦ Max Team Limit: 4\r\n✦ Custom SUNDAY FPS++ Map\r\n✦Combined Outpost\r\n✦ Everyone has /mymini | /BGrade | /skins\r\n✦ Everyone has Autolock | AutoDoors | Remover Tool | TC Base Upgrades\r\n✦T1 BP Unlocked + Electrials\r\n✦Building Skins\r\n✦ Team Shared BP's\r\n✦Clans\r\n✦ Quick Sort\r\n✦ Instant Crafting\r\n✦ Auto Clan Auth\r\n✦ Free Skins\r\n✦ No Cold\r\n✦ Players Vote Map for Wipe - /votemap\r\n✦ Outfit-Skin Loadouts\r\n✦ Extended Workbench range\r\n✦/shop - DLC Items\r\n✦ Recyclers at additional Monuments\r\n✦ Long Days & short Nights + /voteday\r\n✦ Map Wipe: Every FRIDAY 6PM IST(Weekly)\r\n✦ BP Wipe: Every Force Wipe\r\nFor Ticketing System, Ingame Updates & Server Stats\r\nJoin Discord ↓ ↓",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743816473,
    "score": 0,
    "last_online": 1743867086,
    "icon": null,
    "name": "SUNDAY Network - 5X | Max 4 | Swift Loot++ | Skins | mymini | F",
    "connect": "34.131.44.169:28017",
    "request": "34.131.44.169:28017",
    "map": "SUNDAY FPS++ MAP",
    "gamemode": "Survival",
    "version": "2585",
    "numplayers": 3,
    "maxplayers": 250,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "IN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1742011464,
    "last_update": 1743867086,
    "banned": false,
    "wipe": 1743713440,
    "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/8158005");
$data = json_decode($json, true);
var_dump($data);