API for ROnlineGames.com Coop (25-PVE-60%) https://discord.gg/ysN9jNBT3

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/5819648
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 5819648,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Chicago",
    "description": "[{\"id\":\"4bOYSGAuyN\",\"type\":\"header\",\"data\":{\"text\":\"Welcome to the ROnLineGames.com Sandstorm server!\",\"level\":2}},{\"id\":\"GqVDEFblxM\",\"type\":\"paragraph\",\"data\":{\"text\":\"This server is dedicated to playing Insurgency:Sandstorm and runs on the current version.\"}},{\"id\":\"f0iQMmUdQ1\",\"type\":\"paragraph\",\"data\":{\"text\":\"The server is located in Chicago, United States,\"}},{\"id\":\"7ENKIirwMZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"VAC protection is enabled on the server.\"}},{\"id\":\"xlNrcahULI\",\"type\":\"paragraph\",\"data\":{\"text\":\"Use DNS lookup to get the IP Address of the server, as it changes every time it reboots.\"}},{\"id\":\"7nWp0m9qc2\",\"type\":\"paragraph\",\"data\":{\"text\":\"[DNS Lookup](https://www.nslookup.io/domains/sandstorm.ronlinegames.com/dns-records/) - SandStorm.ROnLineGames.com:27102\"}}]",
    "game": 581320,
    "owner": 82499,
    "boosts": 1,
    "last_offline": 1775455288,
    "score": 0,
    "last_online": 1774531811,
    "icon": null,
    "name": "ROnlineGames.com Coop (25-PVE-60%) https://discord.gg/ysN9jNBT3",
    "connect": null,
    "request": null,
    "map": "Buhriz",
    "gamemode": "Checkpoint",
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1725120816,
    "last_update": 1775455288,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 434,
    "language": "en",
    "parked": true,
    "app": {
      "id": 23489,
      "steam_id": 581320,
      "name": "Insurgency: Sandstorm",
      "url": "insurgency-sandstorm"
    },
    "server_owner": {
      "username": "jun10r",
      "avatar": "3382bdff-77b1-430a-aab8-50f96315ba25.jpg",
      "last_online": 1773366498
    },
    "mods": [],
    "disabled_modules": [
      "reviews",
      "chat"
    ]
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5819648");
$data = json_decode($json, true);
var_dump($data);