Counter-Strike: Source
API für [FR] LES VIEUX DE LA VIEILLE - MULTIMAP FUN - 16k$ - TICK100
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/11043554json
{
"response": {
"steam_id": "90284164119353359",
"domain": null,
"id": 11043554,
"ip": "54.36.127.125",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 240,
"owner": 180356,
"boosts": 1,
"last_offline": 1775102530,
"score": 0,
"last_online": 1775831413,
"icon": null,
"name": "[FR] LES VIEUX DE LA VIEILLE - MULTIMAP FUN - 16k$ - TICK100",
"connect": "54.36.127.125:27016",
"request": "54.36.127.125:27016",
"map": "de_assault_1622",
"gamemode": "★ MULTIMAPS ★",
"version": "9540945",
"numplayers": 5,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 73,
"add_date": 1769953391,
"last_update": 1775831413,
"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": 263,
"language": "fr",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": {
"username": "adrian_haha",
"avatar": "5351ef48-9f17-4ac8-96ce-370abec52253.jpg",
"last_online": 1773868522
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11043554");
$data = json_decode($json, true);
var_dump($data);