API for [EU][FPP] >>NEW 11/15<< [FreshWipe] PvPvE VeinZone 1.5x 12hr re

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10601275
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10601275,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Paris",
    "description": null,
    "game": 1857950,
    "owner": 146516,
    "boosts": 1,
    "last_offline": 1766728254,
    "score": 5,
    "last_online": 1765800613,
    "icon": null,
    "name": "[EU][FPP] >>NEW 11/15<< [FreshWipe] PvPvE VeinZone 1.5x 12hr re",
    "connect": null,
    "request": null,
    "map": "Champlain Valley",
    "gamemode": "VEIN",
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1763317903,
    "last_update": 1766728254,
    "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": 1177,
    "language": "fr",
    "parked": true,
    "app": {
      "id": 1530675,
      "steam_id": 1857950,
      "name": "VEIN",
      "url": "vein"
    },
    "server_owner": {
      "username": "MrSaL7y",
      "avatar": "b734b58c-cc8d-43b5-b0e1-67d6b26bcf4d.jpg",
      "last_online": 1769803701
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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