Team Fortress 2 Classified
API for La cueva del oso / ARGENTINA / By GarrysHost.com
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. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11118273json
{
"response": {
"steam_id": "90284221826225159",
"domain": null,
"id": 11118273,
"ip": "45.235.98.242",
"port": 27045,
"query": 27045,
"color": 0,
"city": "Córdoba",
"description": null,
"game": 3545060,
"owner": null,
"boosts": 1,
"last_offline": 1773714721,
"score": 0,
"last_online": 1775920235,
"icon": null,
"name": "La cueva del oso / ARGENTINA / By GarrysHost.com",
"connect": "45.235.98.242:27045",
"request": "45.235.98.242:27045",
"map": "cp_dustbowl",
"gamemode": "Team Fortress",
"version": "5007",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "AR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770113451,
"last_update": 1775920235,
"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": 135,
"language": "es",
"parked": false,
"app": {
"id": 123,
"steam_id": 3545060,
"name": "Team Fortress 2 Classified",
"url": "team-fortress-2-classified"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11118273");
$data = json_decode($json, true);
var_dump($data);