JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/742658
json
{
  "response": {
    "steam_id": "90286395988229121",
    "domain": null,
    "id": 742658,
    "ip": "168.100.161.21",
    "port": 28115,
    "query": 28117,
    "color": 0,
    "city": "London",
    "description": "![Enchanted.gg EU 10x PvE | No Raiding/Killing | Noob Friendly](https://i.ibb.co/Sc5kMkw/ugjf.png)\n  Welcome to Enchated.gg! \n\n  Server Rules:\n────────────────────\n- No griefing or stealing\n- No racism or discrimination\n- No excessive trolling or harassment\n\n  Server Features:\n────────────────────\n• Active and friendly PvE community\n• Monthly wipe schedule\n• Drugs\n• Shop\n• 200+ Premium plugins\n• 350+ Raidable NPC Bases\n• Events\n• Clans\n+ Much more..\n\n Server information:\n────────────────────\n• All our servers are run on a fully dedicated Ryzen 7950x with 128GB of DDR5 RAM Protected by Cosmic Guard\n• Website: enchantedservers.com\n• Discord: discord.gg/enchatedgg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780131162,
    "last_online": 1780197623,
    "icon": null,
    "name": "Enchanted.gg EU 10x PvE | No Raiding/Killing | Noob Friendly",
    "connect": "168.100.161.21:28115",
    "request": "168.100.161.21:28117",
    "map": "Enchanted.gg Maps",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 7,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 67,
    "add_date": 1675339055,
    "last_update": 1780197623,
    "banned": false,
    "wipe": 1778178292,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 688,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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