Squad
API for [RU] | PROTOCOL | AAS/RAAS | discord.gg/prtcl
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11142283json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11142283,
"ip": "185.207.214.49",
"port": 7794,
"query": 7794,
"color": 0,
"city": "Moscow",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1776425569,
"score": 0,
"last_online": 1776802819,
"icon": null,
"name": "[RU] | PROTOCOL | AAS/RAAS | discord.gg/prtcl",
"connect": "185.207.214.49:7794",
"request": "185.207.214.49:7794",
"map": "Mutaha_AAS_v1",
"gamemode": "AAS",
"version": "v10.3.1.576590.1719",
"numplayers": 44,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "RU",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1770804045,
"last_update": 1776802819,
"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": 82,
"language": "ru",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11142283");
$data = json_decode($json, true);
var_dump($data);