Counter-Strike
API for #07 [ONLY FY_POOL_DAY] SOLO POOL DAY | REVOLUCION GAMING |
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/604868json
{
"response": {
"steam_id": null,
"domain": null,
"id": 604868,
"ip": "45.235.98.42",
"port": 27044,
"query": 27044,
"color": 0,
"city": "Córdoba",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1776023538,
"score": null,
"last_online": 1776208812,
"icon": null,
"name": "#07 [ONLY FY_POOL_DAY] SOLO POOL DAY | REVOLUCION GAMING |",
"connect": "45.235.98.42:27044",
"request": "45.235.98.42:27044",
"map": "fy_pool_day",
"gamemode": "revoluciong.com.ar",
"version": "1.1.2.7/Stdio",
"numplayers": 12,
"maxplayers": 13,
"bots": 0,
"secured": true,
"private": false,
"country": "AR",
"status": true,
"votes": 0,
"points": 78,
"add_date": 1669402960,
"last_update": 1776208812,
"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": 1818,
"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/604868");
$data = json_decode($json, true);
var_dump($data);