API for gabutique#2 Nerf Server [Pub]
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10752470,
"ip": "64.176.14.203",
"port": 37020,
"query": null,
"color": 0,
"city": "Santiago",
"description": null,
"game": 70,
"owner": 59544,
"boosts": 1,
"last_offline": 1779336178,
"last_online": 1779493217,
"icon": null,
"name": "gabutique#2 Nerf Server [Pub]",
"connect": "64.176.14.203:37020",
"request": null,
"map": "crossfire",
"gamemode": "HL Nerf (HL25) v1.1.1",
"version": "1.1.2.7/Stdio",
"numplayers": 5,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "CL",
"status": true,
"votes": 0,
"points": 84,
"add_date": 1766253841,
"last_update": 1779493217,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": true,
"position_game": 10,
"language": "es",
"parked": false,
"app": {
"id": 9,
"steam_id": 70,
"name": "Half-Life",
"url": "half-life"
},
"server_owner": {
"username": "babilonialights",
"avatar": "27327568-a995-4cdd-9e1c-040026b2c812.jpg",
"last_online": 1778729964
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10752470");
$data = json_decode($json, true);
var_dump($data);