Counter-Strike 2
API für CS2 DEATHRUN #10 [LT] — CYBERSHOKE.NET (EASY)
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/7836138json
{
"response": {
"steam_id": "85568392931847811",
"domain": null,
"id": 7836138,
"ip": "185.40.6.31",
"port": 28025,
"query": 28025,
"color": 0,
"city": "Vilnius",
"description": null,
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1773882120,
"score": 0,
"last_online": 1775931023,
"icon": null,
"name": "CS2 DEATHRUN #10 [LT] — CYBERSHOKE.NET (EASY)",
"connect": "185.40.6.31:28025",
"request": "185.40.6.31:28025",
"map": "deathrun_playground",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 7,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1740140040,
"last_update": 1775931023,
"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": 2248,
"language": "lt",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7836138");
$data = json_decode($json, true);
var_dump($data);