API for Helheim
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286593102816256",
"domain": null,
"id": 11738076,
"ip": "162.239.222.182",
"port": 8766,
"query": 27017,
"project_id": null,
"color": 0,
"city": "Spring",
"description": null,
"game": 366220,
"owner": null,
"boosts": 1,
"last_offline": 1781194385,
"last_online": 1780857127,
"icon": null,
"name": "Helheim",
"connect": "162.239.222.182:8766",
"request": "162.239.222.182:27017",
"map": "Heavenord",
"gamemode": "Wurm Unlimited Server",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780412776,
"last_update": 1781194385,
"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": 113,
"language": "en",
"parked": false,
"app": {
"id": 155,
"steam_id": 366220,
"name": "Wurm Unlimited",
"url": "wurm-unlimited"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11738076");
$data = json_decode($json, true);
var_dump($data);