Team Fortress 2
API for BrygadaGraczy.pl █ 100% CRITS ORANGE █ Item Drop !drop
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/854863json
{
"response": {
"steam_id": "90285151629787154",
"domain": null,
"id": 854863,
"ip": "54.38.205.24",
"port": 28045,
"query": 28045,
"color": 0,
"city": "Wroclaw",
"description": "",
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1777521797,
"score": null,
"last_online": 1777568433,
"icon": null,
"name": "BrygadaGraczy.pl █ 100% CRITS ORANGE █ Item Drop !drop",
"connect": "54.38.205.24:28045",
"request": "54.38.205.24:28045",
"map": "cp_orange_x5_bg_v34",
"gamemode": "Team Fortress",
"version": "10515055",
"numplayers": 16,
"maxplayers": 48,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1684658553,
"last_update": 1777568433,
"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": 165,
"language": "pl",
"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/854863");
$data = json_decode($json, true);
var_dump($data);