API für [TT] TacTrig | Learn With the Best | discord.gg/TACTRIG [ENG]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10630656,
"ip": "216.114.75.130",
"port": 10202,
"query": 10202,
"color": 0,
"city": "Dallas",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1778525611,
"last_online": 1780488644,
"icon": null,
"name": "[TT] TacTrig | Learn With the Best | discord.gg/TACTRIG [ENG]",
"connect": "216.114.75.130:10202",
"request": "216.114.75.130:10202",
"map": "JensensRange_WPMC-TLF",
"gamemode": "Training",
"version": "v10.4.1.604352.2183",
"numplayers": 6,
"maxplayers": 98,
"bots": 0,
"secured": null,
"private": null,
"country": "US",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1763633271,
"last_update": 1780488644,
"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": 80,
"language": "en",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10630656");
$data = json_decode($json, true);
var_dump($data);