Insurgency: Sandstorm
API for [PEPPER®] Singapore 新加坡 #1 | 8vs48 | AI0.8 | Come Play
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7069336json
{
"response": {
"steam_id": "85568392933124366",
"domain": null,
"id": 7069336,
"ip": "159.138.107.47",
"port": 27102,
"query": 27131,
"color": 0,
"city": "Singapore",
"description": null,
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1775242332,
"score": 0,
"last_online": 1776381098,
"icon": null,
"name": "[PEPPER®] Singapore 新加坡 #1 | 8vs48 | AI0.8 | Come Play",
"connect": "159.138.107.47:27102",
"request": "159.138.107.47:27131",
"map": "Forest",
"gamemode": "Checkpoint",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1735750481,
"last_update": 1776381098,
"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": 120,
"language": "en",
"parked": false,
"app": {
"id": 23489,
"steam_id": 581320,
"name": "Insurgency: Sandstorm",
"url": "insurgency-sandstorm"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7069336");
$data = json_decode($json, true);
var_dump($data);