Insurgency: Sandstorm
API for [UK] V0PLASMA0Vs OVERWHELMED I +90 BOTS I 7v90
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11213289json
{
"response": {
"steam_id": 85568392935943860,
"domain": null,
"id": 11213289,
"ip": "185.230.217.69",
"port": 27015,
"query": 27131,
"color": 0,
"city": "Linz",
"description": null,
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1775556131,
"score": 0,
"last_online": 1776417154,
"icon": null,
"name": "[UK] V0PLASMA0Vs OVERWHELMED I +90 BOTS I 7v90",
"connect": "185.230.217.69:27015",
"request": "185.230.217.69:27131",
"map": "Farmhouse",
"gamemode": "Checkpoint",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 7,
"bots": 0,
"secured": true,
"private": false,
"country": "AT",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772701124,
"last_update": 1776417154,
"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": 351,
"language": "de",
"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/11213289");
$data = json_decode($json, true);
var_dump($data);