API for Sapsters fun house 4Netplayers
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286656973883400,
"domain": null,
"id": 10879479,
"ip": "37.27.173.84",
"port": 26700,
"query": 26710,
"project_id": null,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 427410,
"owner": null,
"boosts": 1,
"last_offline": 1777995188,
"last_online": 1780753296,
"icon": null,
"name": "Sapsters fun house 4Netplayers",
"connect": "37.27.173.84:26700",
"request": "37.27.173.84:26710",
"map": null,
"gamemode": "Abiotic Factor",
"version": "1.0.0.6",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768319588,
"last_update": 1780753296,
"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": 602,
"language": "fi",
"parked": false,
"app": {
"id": 1611062,
"steam_id": 427410,
"name": "Abiotic Factor",
"url": "abiotic-factor"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10879479");
$data = json_decode($json, true);
var_dump($data);