Insurgency
API for EU-RU| International Gaming League - PVP48 | Rank Match
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/264608json
{
"response": {
"steam_id": "85568392925150456",
"domain": null,
"id": 264608,
"ip": "46.174.55.220",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": "",
"game": 222880,
"owner": null,
"boosts": 1,
"last_offline": 1775109133,
"score": 1,
"last_online": 1776522608,
"icon": null,
"name": "EU-RU| International Gaming League - PVP48 | Rank Match",
"connect": "46.174.55.220:27015",
"request": "46.174.55.220:27015",
"map": "drycanal",
"gamemode": "Insurgency",
"version": "2.4.2.4",
"numplayers": 31,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 129,
"add_date": 1583444488,
"last_update": 1776522608,
"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": 1,
"language": "ru",
"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/264608");
$data = json_decode($json, true);
var_dump($data);