Insurgency: Sandstorm
API for [O]dd [A]ngry [S]hootout USA - SUPPLY 100
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10925727json
{
"response": {
"steam_id": "85568392934811207",
"domain": null,
"id": 10925727,
"ip": "47.24.244.159",
"port": 27104,
"query": 27133,
"color": 0,
"city": "Belleville",
"description": null,
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1773787877,
"score": 0,
"last_online": 1776380497,
"icon": null,
"name": "[O]dd [A]ngry [S]hootout USA - SUPPLY 100",
"connect": "47.24.244.159:27104",
"request": "47.24.244.159:27133",
"map": "Gap",
"gamemode": "Frontline",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768479168,
"last_update": 1776380497,
"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": 298,
"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/10925727");
$data = json_decode($json, true);
var_dump($data);