Valheim
API for KUY NAHEE
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488637json
{
"response": {
"steam_id": "90284489949282325",
"domain": null,
"id": 11488637,
"ip": "152.233.15.34",
"port": 11020,
"query": 11021,
"color": 0,
"city": "Singapore",
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1776296513,
"score": 0,
"last_online": 1776349343,
"icon": null,
"name": "KUY NAHEE",
"connect": "152.233.15.34:11020",
"request": "152.233.15.34:11021",
"map": "KUY NAHEE",
"gamemode": null,
"version": "0.221.10",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1775674311,
"last_update": 1776349343,
"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": 8534,
"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/11488637");
$data = json_decode($json, true);
var_dump($data);