Squad
API for {7th} 7th Rangers - Operation Gothic Serpent - discord.gg/7thRangers
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10630648json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10630648,
"ip": "69.67.175.60",
"port": 7997,
"query": 7997,
"color": 0,
"city": "Kansas City",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1776361373,
"score": 0,
"last_online": 1776454810,
"icon": null,
"name": "{7th} 7th Rangers - Operation Gothic Serpent - discord.gg/7thRangers",
"connect": "69.67.175.60:7997",
"request": "69.67.175.60:7997",
"map": "Fallujah_RAAS_v1",
"gamemode": "RAAS",
"version": "v10.3.1.571437.1655",
"numplayers": 100,
"maxplayers": 100,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1763633198,
"last_update": 1776454810,
"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": 4,
"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/10630648");
$data = json_decode($json, true);
var_dump($data);