Blade Symphony
API for GGA-Blade-IN-[Visit erulee.com to join]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7835970json
{
"response": {
"steam_id": "85568392923968381",
"domain": null,
"id": 7835970,
"ip": "203.171.240.246",
"port": 25015,
"query": 25015,
"color": 0,
"city": "Kolkata",
"description": null,
"game": 225600,
"owner": null,
"boosts": 1,
"last_offline": 1770106680,
"score": 0,
"last_online": 1776217811,
"icon": null,
"name": "GGA-Blade-IN-[Visit erulee.com to join]",
"connect": "203.171.240.246:25015",
"request": "203.171.240.246:25015",
"map": "duel_district",
"gamemode": "Blade Symphony",
"version": "1482",
"numplayers": 6,
"maxplayers": 20,
"bots": 5,
"secured": true,
"private": true,
"country": "IN",
"status": true,
"votes": 0,
"points": 102,
"add_date": 1740140019,
"last_update": 1776217811,
"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": 1,
"language": "hi",
"parked": false,
"app": {
"id": 1954,
"steam_id": 225600,
"name": "Blade Symphony",
"url": "blade-symphony"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7835970");
$data = json_decode($json, true);
var_dump($data);