Insurgency: Sandstorm
API for [O]dd [A]ngry [S]hootout Canada - RESPAWN
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/813253json
{
"response": {
"steam_id": "85568392924100479",
"domain": null,
"id": 813253,
"ip": "155.138.156.229",
"port": 27102,
"query": 27131,
"color": 0,
"city": "Toronto",
"description": "",
"game": 581320,
"owner": null,
"boosts": 1,
"last_offline": 1775882522,
"score": null,
"last_online": 1776421294,
"icon": null,
"name": "[O]dd [A]ngry [S]hootout Canada - RESPAWN",
"connect": "155.138.156.229:27102",
"request": "155.138.156.229:27131",
"map": "Ministry",
"gamemode": "Checkpoint",
"version": "1.1.0.0",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684359673,
"last_update": 1776421294,
"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": 19,
"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/813253");
$data = json_decode($json, true);
var_dump($data);