Counter-Strike
API for This Server BY OMONAS !!! Team GunGame
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/130734json
{
"response": {
"steam_id": 90071992547409920,
"domain": null,
"id": 130734,
"ip": "91.211.247.228",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Vilnius",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1774387316,
"score": null,
"last_online": 1776206458,
"icon": null,
"name": "This Server BY OMONAS !!! Team GunGame",
"connect": "91.211.247.228:27016",
"request": "91.211.247.228:27016",
"map": "gg_aim_deathmatch",
"gamemode": "GunGame Team Mod",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1552749310,
"last_update": 1776206458,
"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": 4758,
"language": "lt",
"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/130734");
$data = json_decode($json, true);
var_dump($data);