Team Fortress 2
API for DarkPyro's HIGH_TOWER+NO_CARTS >>64-BIT POWERED<< █�
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11168677json
{
"response": {
"steam_id": "85568392935730018",
"domain": null,
"id": 11168677,
"ip": "23.161.169.62",
"port": 27020,
"query": 27020,
"color": 0,
"city": "Poplar",
"description": null,
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1773261136,
"score": 0,
"last_online": 1775946630,
"icon": null,
"name": "DarkPyro's HIGH_TOWER+NO_CARTS >>64-BIT POWERED<< █�",
"connect": "23.161.169.62:27020",
"request": "23.161.169.62:27020",
"map": "plr_hightower",
"gamemode": "██ !GIVEMEALL ██",
"version": "10515055",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772228778,
"last_update": 1775946630,
"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": 439,
"language": "en",
"parked": false,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11168677");
$data = json_decode($json, true);
var_dump($data);