Subsistence
API for 4Netplayers Subsistence Server - AC05
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11180692json
{
"response": {
"steam_id": 90284167655203870,
"domain": null,
"id": 11180692,
"ip": "51.89.172.53",
"port": 26800,
"query": 26810,
"color": 0,
"city": "London",
"description": null,
"game": 418030,
"owner": null,
"boosts": 1,
"last_offline": 1772229632,
"score": 0,
"last_online": 1776220832,
"icon": null,
"name": "4Netplayers Subsistence Server - AC05",
"connect": "51.89.172.53:26800",
"request": "51.89.172.53:26810",
"map": "coldmap1",
"gamemode": "ColdGame",
"version": "13249",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229632,
"last_update": 1776220832,
"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": 161,
"language": "en",
"parked": false,
"app": {
"id": 139,
"steam_id": 418030,
"name": "Subsistence",
"url": "subsistence"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11180692");
$data = json_decode($json, true);
var_dump($data);