Insurgency
API for HELL [SG] - Hardcore Checkpoint
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6740300json
{
"response": {
"steam_id": "90284404735190027",
"domain": null,
"id": 6740300,
"ip": "149.28.134.197",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Singapore",
"description": null,
"game": 222880,
"owner": null,
"boosts": 1,
"last_offline": 1776259316,
"score": 0,
"last_online": 1776319819,
"icon": null,
"name": "HELL [SG] - Hardcore Checkpoint",
"connect": "149.28.134.197:27015",
"request": "149.28.134.197:27015",
"map": "district_coop",
"gamemode": "Insurgency",
"version": "2.4.2.4",
"numplayers": 1,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 38,
"add_date": 1732625901,
"last_update": 1776319819,
"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": 14,
"language": "en",
"parked": false,
"app": {
"id": 13,
"steam_id": 222880,
"name": "Insurgency",
"url": "insurgency"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6740300");
$data = json_decode($json, true);
var_dump($data);