Team Fortress 2
API für RU | OMSK ╳ LAND | ► DUSTBOWL 24/7 [FAST:RESP]
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4279819json
{
"response": {
"steam_id": "90284203802131484",
"domain": null,
"id": 4279819,
"ip": "109.248.250.217",
"port": 27025,
"query": 27025,
"color": 0,
"city": "Novosibirsk",
"description": "",
"game": 440,
"owner": null,
"boosts": 1,
"last_offline": 1773206529,
"score": 0,
"last_online": 1775938829,
"icon": null,
"name": "RU | OMSK ╳ LAND | ► DUSTBOWL 24/7 [FAST:RESP]",
"connect": "109.248.250.217:27025",
"request": "109.248.250.217:27025",
"map": "cp_dustbowl",
"gamemode": "◢◤ А Т А К А ╳ З А Щ И Т А ◢◤",
"version": "10515055",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1715864420,
"last_update": 1775938829,
"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": 427,
"language": "ru",
"parked": false,
"app": {
"id": 24,
"steam_id": 440,
"name": "Team Fortress 2",
"url": "team-fortress-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/4279819");
$data = json_decode($json, true);
var_dump($data);