Sons Of The Forest
API for [GNG] SOF | greatnorthgaming.com | Pass in Discord
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1876020json
{
"response": {
"steam_id": "90285161674864666",
"domain": null,
"id": 1876020,
"ip": "208.73.203.30",
"port": 7783,
"query": 27018,
"color": 0,
"city": "Secaucus",
"description": "",
"game": 1326470,
"owner": null,
"boosts": 1,
"last_offline": 1768642767,
"score": null,
"last_online": 1777546867,
"icon": null,
"name": "[GNG] SOF | greatnorthgaming.com | Pass in Discord",
"connect": "208.73.203.30:7783",
"request": "208.73.203.30:27018",
"map": "Custom",
"gamemode": "Sons Of the Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1700407674,
"last_update": 1777546867,
"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": 26,
"language": "en",
"parked": false,
"app": {
"id": 1569757,
"steam_id": 1326470,
"name": "Sons Of The Forest",
"url": "sons-of-the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1876020");
$data = json_decode($json, true);
var_dump($data);