Counter-Strike: Global Offensive
API für 🟥 [CSGO] WARFAL.RU: MIRAGE #2 [!VIP, !WS, !KNIFE, !GLOVES]
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/11220230json
{
"response": {
"steam_id": "85568392935958164",
"domain": null,
"id": 11220230,
"ip": "45.95.31.228",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1773904320,
"score": 0,
"last_online": 1775713221,
"icon": null,
"name": "🟥 [CSGO] WARFAL.RU: MIRAGE #2 [!VIP, !WS, !KNIFE, !GLOVES]",
"connect": "45.95.31.228:27015",
"request": "45.95.31.228:27015",
"map": "de_mirage",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 1,
"maxplayers": 32,
"bots": 1,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1772817879,
"last_update": 1775713221,
"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": 498,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11220230");
$data = json_decode($json, true);
var_dump($data);