API für 🎭🎭🎭 TTT 🔪 HITMAN 🕵️ MAFIA 🔎 SGaming.RU
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11723419,
"ip": "45.144.172.221",
"port": 11740,
"query": 11740,
"color": 0,
"city": "Tel Aviv",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1780438466,
"last_online": 1780439023,
"icon": null,
"name": "🎭🎭🎭 TTT 🔪 HITMAN 🕵️ MAFIA 🔎 SGaming.RU",
"connect": "45.144.172.221:11740",
"request": "45.144.172.221:11740",
"map": "ttt_subway_mg_surf_aim_awp_",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 63,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "IL",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1780324783,
"last_update": 1780439023,
"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": 2170,
"language": "he",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11723419");
$data = json_decode($json, true);
var_dump($data);