Team Fortress 2
API for HIGH TOWER TDM 24/7 Instant Respawn
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8200029json
{
"response": {
"steam_id": "90284221455428615",
"domain": null,
"id": 8200029,
"ip": "192.223.24.13",
"port": 27015,
"query": 27015,
"color": 0,
"city": "New York",
"description": null,
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1775276530,
"score": 0,
"last_online": 1775947823,
"icon": null,
"name": "HIGH TOWER TDM 24/7 Instant Respawn",
"connect": "192.223.24.13:27015",
"request": "192.223.24.13:27015",
"map": "plr_hightower_tdm_cgv60",
"gamemode": "Team Fortress",
"version": "10515055",
"numplayers": 2,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1742390993,
"last_update": 1775947823,
"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": 260,
"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/8200029");
$data = json_decode($json, true);
var_dump($data);