Counter-Strike
API for #2 MATA AL TRAIDOR (TTT) + SKINS | CBA Gaming
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10155272json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10155272,
"ip": "45.235.99.105",
"port": 27671,
"query": 27671,
"color": 0,
"city": "Buenos Aires",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1774489276,
"score": 0,
"last_online": 1776237655,
"icon": null,
"name": "#2 MATA AL TRAIDOR (TTT) + SKINS | CBA Gaming",
"connect": "45.235.99.105:27671",
"request": "45.235.99.105:27671",
"map": "de_vertigo",
"gamemode": "Cba Gaming",
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 19,
"bots": 0,
"secured": true,
"private": true,
"country": "AR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756205908,
"last_update": 1776237655,
"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": 5996,
"language": "es",
"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/10155272");
$data = json_decode($json, true);
var_dump($data);