Valheim
API for Mizzat's New World of Doom V2.0
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/3179756json
{
"response": {
"steam_id": 90285162660320260,
"domain": null,
"id": 3179756,
"ip": "167.160.89.85",
"port": 27115,
"query": 27116,
"color": 0,
"city": "Seattle",
"description": "",
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1776019338,
"score": null,
"last_online": 1777564312,
"icon": null,
"name": "Mizzat's New World of Doom V2.0",
"connect": "167.160.89.85:27115",
"request": "167.160.89.85:27116",
"map": "Mizzat's New World of Doom V2.0",
"gamemode": null,
"version": "0.220.5",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1709289696,
"last_update": 1777564312,
"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": 737,
"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/3179756");
$data = json_decode($json, true);
var_dump($data);