Counter-Strike
API für #Desq-Hns 10aa | Moscow
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/11127080json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11127080,
"ip": "46.174.52.10",
"port": 27222,
"query": 27222,
"color": 0,
"city": "Moscow",
"description": null,
"game": 10,
"owner": 151212,
"boosts": 1,
"last_offline": 1773937320,
"score": 0,
"last_online": 1775932215,
"icon": null,
"name": "#Desq-Hns 10aa | Moscow",
"connect": "46.174.52.10:27222",
"request": "46.174.52.10:27222",
"map": "hnsru_mie01",
"gamemode": "HideNSeek",
"version": "1.1.2.7/Stdio",
"numplayers": 1,
"maxplayers": 21,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1770268445,
"last_update": 1775932215,
"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": 2696,
"language": "ru",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "z_lo",
"avatar": "no.jpg",
"last_online": 1774434271
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11127080");
$data = json_decode($json, true);
var_dump($data);