API for Project D.O.M.E. ALPHA-CATCH-g584e76a3f1r7

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11268007
json
{
  "response": {
    "steam_id": "90285669548973059",
    "domain": null,
    "id": 11268007,
    "ip": "176.132.165.5",
    "port": 16261,
    "query": 16261,
    "color": 0,
    "city": "Nantes",
    "description": "Project D.O.M.E. ALPHA-CATCH-g584e76a3f1r7",
    "game": 108600,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778569981,
    "score": 0,
    "last_online": 1778622618,
    "icon": null,
    "name": "Project D.O.M.E. ALPHA-CATCH-g584e76a3f1r7",
    "connect": "176.132.165.5:16261",
    "request": "176.132.165.5:16261",
    "map": "TheMall_Resistance;Camp_LV_Powe",
    "gamemode": "Project Zomboid",
    "version": "41.78.19",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555524,
    "last_update": 1778622618,
    "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": 1959,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 71,
      "steam_id": 108600,
      "name": "Project Zomboid",
      "url": "project-zomboid"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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