Team Fortress 2
API for 24/7 | CUSTOM MVM UBERUPGRADES | !discord || Hydrogen Hosting D
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8129668json
{
"response": {
"steam_id": "85568392935850298",
"domain": null,
"id": 8129668,
"ip": "82.29.92.69",
"port": 27051,
"query": 27051,
"color": 0,
"city": "Washington",
"description": null,
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1776629551,
"score": 0,
"last_online": 1776822730,
"icon": null,
"name": "24/7 | CUSTOM MVM UBERUPGRADES | !discord || Hydrogen Hosting D",
"connect": "82.29.92.69:27051",
"request": "82.29.92.69:27051",
"map": "mvm_rottenburg_fartsys_ass-r22a",
"gamemode": "Team Fortress",
"version": "10515055",
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1741894525,
"last_update": 1776822730,
"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": 1154,
"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/8129668");
$data = json_decode($json, true);
var_dump($data);