API for Everfall Isles SEASON 1 SERVER LAUNCH ● SURVIVAL 1.21.X

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10866407
json
{
  "response": {
    "steam_id": null,
    "domain": "play.everfallisles.com",
    "id": 10866407,
    "ip": "103.15.237.11",
    "port": 21008,
    "query": 21008,
    "color": 0,
    "city": "Melbourne",
    "description": null,
    "game": 9000034,
    "owner": null,
    "boosts": 1,
    "last_offline": 1769502092,
    "score": 0,
    "last_online": 1776826887,
    "icon": null,
    "name": "Everfall Isles SEASON 1 SERVER LAUNCH ● SURVIVAL 1.21.X",
    "connect": "play.everfallisles.com:21008",
    "request": "103.15.237.11:21008",
    "map": null,
    "gamemode": null,
    "version": "Paper 1.21.10",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": null,
    "private": null,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1768317178,
    "last_update": 1776826887,
    "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": 4249,
    "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/10866407");
$data = json_decode($json, true);
var_dump($data);