API for 4Netplayers Solec
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286342672009227",
"domain": null,
"id": 11637435,
"ip": "51.77.43.84",
"port": 26600,
"query": 26601,
"color": 0,
"city": "Warsaw",
"description": null,
"game": 242760,
"owner": null,
"boosts": 1,
"last_offline": 1780575828,
"last_online": 1780089617,
"icon": null,
"name": "4Netplayers Solec",
"connect": "51.77.43.84:26600",
"request": "51.77.43.84:26601",
"map": "Normal",
"gamemode": "The Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779917085,
"last_update": 1780575828,
"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": 232,
"language": "pl",
"parked": false,
"app": {
"id": 184,
"steam_id": 242760,
"name": "The Forest",
"url": "the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11637435");
$data = json_decode($json, true);
var_dump($data);