Insurgency: Sandstorm
API for =.KoG.= Whisky |Loadout RESPAWN|BOTS +56| kog-clan.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9559599json
{
"response": {
"steam_id": "85568392930594539",
"domain": null,
"id": 9559599,
"ip": "79.137.64.37",
"port": 28200,
"query": 28202,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1774697547,
"score": 0,
"last_online": 1776391910,
"icon": null,
"name": "=.KoG.= Whisky |Loadout RESPAWN|BOTS +56| kog-clan.com",
"connect": "79.137.64.37:28200",
"request": "79.137.64.37:28202",
"map": "Gap",
"gamemode": "Checkpoint",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750586037,
"last_update": 1776391910,
"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": 169,
"language": "fr",
"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/9559599");
$data = json_decode($json, true);
var_dump($data);