API for Thursty4More
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286402795994124",
"domain": null,
"id": 11610320,
"ip": "166.48.248.217",
"port": 2456,
"query": 2457,
"color": 0,
"city": "Toronto",
"description": null,
"game": 892970,
"owner": null,
"boosts": 1,
"last_offline": 1780606413,
"last_online": 1780147359,
"icon": null,
"name": "Thursty4More",
"connect": "166.48.248.217:2456",
"request": "166.48.248.217:2457",
"map": "Thursty4More",
"gamemode": null,
"version": "0.221.12",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "CA",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915639,
"last_update": 1780606413,
"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": 11265,
"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/11610320");
$data = json_decode($json, true);
var_dump($data);