Squad
API for 24/7 INVASION 》RIPLOMACY EXPERIENCED PLAYERS 》FREE VET & SEEDING WHITELIST 》DISCORD.GG/RIPLOMACY
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10630629json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10630629,
"ip": "212.192.28.23",
"port": 10202,
"query": 10202,
"color": 0,
"city": "Ashburn",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1776264746,
"score": 0,
"last_online": 1776454817,
"icon": null,
"name": "24/7 INVASION 》RIPLOMACY EXPERIENCED PLAYERS 》FREE VET & SEEDING WHITELIST 》DISCORD.GG/RIPLOMACY",
"connect": "212.192.28.23:10202",
"request": "212.192.28.23:10202",
"map": "Mutaha_Invasion_v1",
"gamemode": "Invasion",
"version": "v10.3.1.576590.1719",
"numplayers": 78,
"maxplayers": 98,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1763632646,
"last_update": 1776454817,
"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": 90,
"language": "en",
"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/10630629");
$data = json_decode($json, true);
var_dump($data);