Counter-Strike: Source
API für [V93] • TROPIC ☆ Bhop ☆ [800+ MAPS ★ 100TICK]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4016840json
{
"response": {
"steam_id": "90285190636992541",
"domain": null,
"id": 4016840,
"ip": "45.136.204.179",
"port": 6666,
"query": 6666,
"color": 0,
"city": "Moscow",
"description": "",
"game": 240,
"owner": 52547,
"boosts": 1,
"last_offline": 1777521798,
"score": 0,
"last_online": 1777611016,
"icon": null,
"name": "[V93] • TROPIC ☆ Bhop ☆ [800+ MAPS ★ 100TICK]",
"connect": "45.136.204.179:6666",
"request": "45.136.204.179:6666",
"map": "bhop_fuckcreepy",
"gamemode": "✦ CS-DREAM.RU ✦",
"version": "9540945",
"numplayers": 1,
"maxplayers": 64,
"bots": 6,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1714392383,
"last_update": 1777611016,
"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": 182,
"language": "ru",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": {
"username": "DreamIsland",
"avatar": "7d81dff5-1794-440e-bace-07460ae27415.jpg",
"last_online": 1735047146
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/4016840");
$data = json_decode($json, true);
var_dump($data);