API for A New GameServers.com Valheim server is born!

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/3815393
json
{
  "response": {
    "steam_id": "90284402872394765",
    "domain": null,
    "id": 3815393,
    "ip": "108.61.239.59",
    "port": 29000,
    "query": 29001,
    "color": 0,
    "city": "Dallas",
    "description": "",
    "game": 892970,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776399221,
    "score": 0,
    "last_online": 1776456077,
    "icon": null,
    "name": "A New GameServers.com Valheim server is born!",
    "connect": "108.61.239.59:29000",
    "request": "108.61.239.59:29001",
    "map": "A New GameServers.com Valheim s",
    "gamemode": null,
    "version": "0.218.21",
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1712947559,
    "last_update": 1776456077,
    "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": 1131,
    "language": "en",
    "parked": false,
    "app": {
      "id": 34967,
      "steam_id": 892970,
      "name": "Valheim",
      "url": "valheim"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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