API for TFC Private Server for Buddies

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/6740450
json
{
  "response": {
    "id": 6740450,
    "ip": "213.133.103.125",
    "port": 27285,
    "query": 27285,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": null,
    "game": 20,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743369529,
    "score": 0,
    "last_online": 1743830574,
    "icon": null,
    "name": "TFC Private Server for Buddies",
    "connect": "213.133.103.125:27285",
    "request": "213.133.103.125:27285",
    "map": "max_mapvote_nature_v2",
    "gamemode": "Team Fortress Classic",
    "version": "1.1.2.2/Stdio",
    "numplayers": 0,
    "maxplayers": 18,
    "bots": 0,
    "secured": false,
    "private": true,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1732626008,
    "last_update": 1743830574,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 35,
      "steam_id": 20,
      "name": "Team Fortress Classic",
      "url": "team-fortress-classic",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/6740450");
$data = json_decode($json, true);
var_dump($data);