API for -=MC Eternal 2 | V: 1.2.0.3 | PVE=- -=Red Galaxy Network | 24/7 | Friendly Staff=-

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10462431
json
{
  "response": {
    "steam_id": null,
    "domain": "mce2.redgalaxynetwork.com",
    "id": 10462431,
    "ip": "38.129.136.34",
    "port": 25568,
    "query": 25568,
    "color": 0,
    "city": "Draper",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776496406,
    "score": 0,
    "last_online": 1776819635,
    "icon": null,
    "name": "-=MC Eternal 2 | V: 1.2.0.3 | PVE=- -=Red Galaxy Network | 24/7 | Friendly Staff=-",
    "connect": "mce2.redgalaxynetwork.com:25568",
    "request": "38.129.136.34:25568",
    "map": null,
    "gamemode": null,
    "version": "1.20.1",
    "numplayers": 2,
    "maxplayers": 20,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 34,
    "add_date": 1760475387,
    "last_update": 1776819635,
    "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": 895,
    "language": "en",
    "parked": false,
    "app": {
      "id": 169,
      "steam_id": 9000034,
      "name": "Minecraft",
      "url": "minecraft"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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