Counter-Strike 2
API für [FR] #LES VIEUX - COMPETITIF OFFICIEL - RANK > CS2
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/3279539json
{
"response": {
"steam_id": 85568392924653390,
"domain": null,
"id": 3279539,
"ip": "54.36.127.125",
"port": 27030,
"query": 27030,
"color": 0,
"city": "Roubaix",
"description": "",
"game": 730,
"owner": 180356,
"boosts": 1,
"last_offline": 1775102530,
"score": null,
"last_online": 1775831416,
"icon": null,
"name": "[FR] #LES VIEUX - COMPETITIF OFFICIEL - RANK > CS2",
"connect": "54.36.127.125:27030",
"request": "54.36.127.125:27030",
"map": "de_overpass",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 0,
"maxplayers": 26,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1709830255,
"last_update": 1775831416,
"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": 594,
"language": "fr",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"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/3279539");
$data = json_decode($json, true);
var_dump($data);