Counter-Strike: Global Offensive
API for [CSGO] SAVAGESERVIDORES.COM ➔ #14 MIX 5v5
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11220167json
{
"response": {
"steam_id": "85568392935953241",
"domain": null,
"id": 11220167,
"ip": "131.196.199.250",
"port": 27038,
"query": 27038,
"color": 0,
"city": "Cotia",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1776823995,
"score": 0,
"last_online": 1776823214,
"icon": null,
"name": "[CSGO] SAVAGESERVIDORES.COM ➔ #14 MIX 5v5",
"connect": "131.196.199.250:27038",
"request": "131.196.199.250:27038",
"map": "de_inferno",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 11,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 51,
"add_date": 1772751437,
"last_update": 1776823995,
"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": 201,
"language": "pt",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11220167");
$data = json_decode($json, true);
var_dump($data);