Counter-Strike
API für [HIDE-CS.EU] CSDM+SENTRY [24/7|D2x2|XP]
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/3413701json
{
"response": {
"steam_id": null,
"domain": null,
"id": 3413701,
"ip": "185.80.130.75",
"port": 27018,
"query": 27018,
"color": 0,
"city": "Vilnius",
"description": "",
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1774387315,
"score": null,
"last_online": 1775721623,
"icon": null,
"name": "[HIDE-CS.EU] CSDM+SENTRY [24/7|D2x2|XP]",
"connect": "185.80.130.75:27018",
"request": "185.80.130.75:27018",
"map": "de_dust2x2",
"gamemode": "Counter-Strike",
"version": "1.1.2.7/Stdio",
"numplayers": 1,
"maxplayers": 21,
"bots": 0,
"secured": false,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1710419907,
"last_update": 1775721623,
"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": 3782,
"language": "lt",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/3413701");
$data = json_decode($json, true);
var_dump($data);