Counter-Strike 2
API für CHN outpost
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/4366831json
{
"response": {
"steam_id": "85568392931079525",
"domain": null,
"id": 4366831,
"ip": "148.251.20.180",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1772053298,
"score": 0,
"last_online": 1775774451,
"icon": null,
"name": "CHN outpost",
"connect": "148.251.20.180:27015",
"request": "148.251.20.180:27015",
"map": "de_nuke",
"gamemode": "Counter-Strike 2",
"version": "1.40.9.6",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1716143610,
"last_update": 1775774451,
"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": 5093,
"language": "de",
"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/4366831");
$data = json_decode($json, true);
var_dump($data);