Counter-Strike: Global Offensive
API for [CS:GO] ★ OLD.FANEL.VIP ★ [HARTI CS 1.6] 128TICK !WS !KNIFE !GLOVES !VIPTEST !SHOP BHOP
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11449770json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11449770,
"ip": "88.80.135.251",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Bucharest",
"description": null,
"game": 4465480,
"owner": 182990,
"boosts": 1,
"last_offline": 1776449010,
"score": 0,
"last_online": 1776853813,
"icon": null,
"name": "[CS:GO] ★ OLD.FANEL.VIP ★ [HARTI CS 1.6] 128TICK !WS !KNIFE !GLOVES !VIPTEST !SHOP BHOP",
"connect": "88.80.135.251:27015",
"request": "88.80.135.251:27015",
"map": "awp_india_legacy",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 2,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RO",
"status": true,
"votes": 12,
"points": 79,
"add_date": 1774978009,
"last_update": 1776853813,
"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": 116,
"language": "ro",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "fanel",
"avatar": "ebb6342e-b223-420b-8ee7-8e09468d6dbe.jpg",
"last_online": 1776771379
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11449770");
$data = json_decode($json, true);
var_dump($data);