Subsistence
API for Survival Fortress PVE [IN-GANE MARKET]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11180704json
{
"response": {
"steam_id": "90284558006594588",
"domain": null,
"id": 11180704,
"ip": "31.56.65.120",
"port": 7783,
"query": 27021,
"color": 0,
"city": "Morehead City",
"description": "in-game market, where users can buy materials they need through scrap, the price list will be posted on Discord walojo.com/discord",
"game": 418030,
"owner": null,
"boosts": 1,
"last_offline": 1775778723,
"score": 0,
"last_online": 1776474025,
"icon": null,
"name": "Survival Fortress PVE [IN-GANE MARKET]",
"connect": "31.56.65.120:7783",
"request": "31.56.65.120:27021",
"map": "coldmap1",
"gamemode": "ColdGame",
"version": "13249",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772229633,
"last_update": 1776474025,
"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": 115,
"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/11180704");
$data = json_decode($json, true);
var_dump($data);