Insurgency: Sandstorm
API for No Boomer's Allowed
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11174156json
{
"response": {
"steam_id": "85568392935823844",
"domain": null,
"id": 11174156,
"ip": "24.40.101.72",
"port": 27103,
"query": 27132,
"color": 0,
"city": "Atoka",
"description": null,
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1773722521,
"score": 0,
"last_online": 1776411129,
"icon": null,
"name": "No Boomer's Allowed",
"connect": "24.40.101.72:27103",
"request": "24.40.101.72:27132",
"map": "Oilfield",
"gamemode": "Checkpoint",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229361,
"last_update": 1776411129,
"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": 337,
"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/11174156");
$data = json_decode($json, true);
var_dump($data);