API for B-Blue.ro | testing...
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11172798,
"ip": "193.70.104.216",
"port": 7777,
"query": 7777,
"project_id": null,
"color": 0,
"city": "Milan",
"description": null,
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1778725375,
"last_online": 1780836796,
"icon": null,
"name": "B-Blue.ro | testing...",
"connect": "193.70.104.216:7777",
"request": "193.70.104.216:7777",
"map": "San Andreas",
"gamemode": "blue, 2026-05-14 05:29:26",
"version": "0.3.7-R2",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": false,
"country": "IT",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229121,
"last_update": 1780836796,
"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": 647,
"language": "it",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11172798");
$data = json_decode($json, true);
var_dump($data);