API for SUNDAY Network - 5X | Moved Server! Connect sundaynetworks.in

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/7403287
json
{
  "response": {
    "id": 7403287,
    "ip": "35.200.230.160",
    "port": 28017,
    "query": 28017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![SUNDAY Network - 5X | Moved Server! Connect sundaynetworks.in](https://i.imgur.com/u3Jgc1n.png)\nServer Has Moved to New IP!\r\n-> Press F1. Type - connect sundaynetworks.in\r\n-> Have our 5X server added to your favorites & never lose it ever again!\r\n\r\nNerver lose our server again:\r\n-> Turn off Use-Cache Option\r\n-> Turn on Show Full & Show Empty\r\n-> Hit Refresh!\r\n-> Search for SUNDAY Network\r\n-> Add our server to your favorites\r\n\r\nYou can always Use F1 -> connect sundaynetworks.in",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1744125985,
    "score": 0,
    "last_online": 1742175652,
    "icon": null,
    "name": "SUNDAY Network - 5X | Moved Server! Connect sundaynetworks.in",
    "connect": "35.200.230.160:28015",
    "request": "35.200.230.160:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 250,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "IN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1737120297,
    "last_update": 1744125985,
    "banned": false,
    "wipe": 1742012687,
    "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/7403287");
$data = json_decode($json, true);
var_dump($data);