API for Grimmland
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286436043527180,
"domain": null,
"id": 11618036,
"ip": "31.214.136.28",
"port": 10240,
"query": 10241,
"color": 0,
"city": "Clifton",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1780556014,
"last_online": 1780246890,
"icon": null,
"name": "Grimmland",
"connect": "31.214.136.28:10240",
"request": "31.214.136.28:10241",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915936,
"last_update": 1780556014,
"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": 8391,
"language": "en",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11618036");
$data = json_decode($json, true);
var_dump($data);