Counter-Strike
API for Wolves | Assault 1000 FPS (Germany)#1
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10555589json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10555589,
"ip": "89.163.157.249",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Düsseldorf",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1772006490,
"score": 0,
"last_online": 1776126439,
"icon": null,
"name": "Wolves | Assault 1000 FPS (Germany)#1",
"connect": "89.163.157.249:27016",
"request": "89.163.157.249:27016",
"map": "zm_dustlight",
"gamemode": "Hosted by STRONG-HOST.DE",
"version": "1.1.2.7/Stdio",
"numplayers": 34,
"maxplayers": 45,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 95,
"add_date": 1762525519,
"last_update": 1776126439,
"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": 1598,
"language": "de",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10555589");
$data = json_decode($json, true);
var_dump($data);