API for 7SEAxSINGAPORE 5x|CustomEvents|PVP|NoBPs|Skin|Shop|50%Upkeep

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/7468744
json
{
  "response": {
    "id": 7468744,
    "ip": "148.113.2.140",
    "port": 28015,
    "query": 28015,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![7SEAxSINGAPORE 5x|CustomEvents|PVP|NoBPs|Skin|Shop|50%Upkeep](https://www.dropbox.com/scl/fi/conzz5o3uymb7sn8gdwfy/Server-list-logo-copy.png?rlkey=r94iyyu5ricanf1y97v7hr8ye&st=65sjvy7g&dl=1)\nWelcome to 7SEAxSINGAPORE 5x – the ultimate fast-paced PVP Rust experience!\r\n✵ Supercharged 5xLoot\r\n✵ Wipe - Friday 20:00 IST (Weekly)\r\n✵ Kits | Clan Auth Sharing | Teleport | Fast Smelting | Instant Craft+ | Shop | Skin | More!\r\n✵ Spawn Minicopter - /MyMini\r\n✵ In-Game Leaderboard tracking your Kills, Death & more!\r\n✵ No Blueprints | No Workbenches\r\n✵ Base Management – Enjoy features like /Sethome /Remove /Bgrade, and more!\r\n✵ Performance Optimized Custom Maps\r\n✵ Group Limit: 6\r\n✵ Automatic Base Upgrader, Box Sorters\r\nJoin us and experience Rust like never before!\r\nStay updated with our latest news on our Discord\r\n➢ https://discord.gg/yH2qsUz",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743866789,
    "score": 0,
    "last_online": 1742104848,
    "icon": null,
    "name": "7SEAxSINGAPORE 5x|CustomEvents|PVP|NoBPs|Skin|Shop|50%Upkeep",
    "connect": "148.113.2.140:28080",
    "request": "148.113.2.140:28015",
    "map": "Eagle Flight (World 2.0)",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 120,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "IN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1739234858,
    "last_update": 1743866789,
    "banned": false,
    "wipe": 1741755685,
    "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/7468744");
$data = json_decode($json, true);
var_dump($data);