Counter-Strike 2
API für [CS2] BLOOD-WAR - MIRAGE [!VIPTEST,!LVL,!WS]
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/7857774json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7857774,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"uPEAfZ4pQZ\",\"type\":\"paragraph\",\"data\":{\"text\":\" Популярный проект серверов в CSGO/CS2\"}},{\"id\":\"Tp4rRXhAjr\",\"type\":\"paragraph\",\"data\":{\"text\":\"1. Удобную настройку скинов на нашем сайте\"}},{\"id\":\"Z-0qpe1xfu\",\"type\":\"paragraph\",\"data\":{\"text\":\"2. Система репортов (администратор сразу увидит ваш репорт) \"}},{\"id\":\"FjE3SYAJCO\",\"type\":\"paragraph\",\"data\":{\"text\":\"3. Достойные администраторы\"}},{\"id\":\"BjcWxoO-Pv\",\"type\":\"paragraph\",\"data\":{\"text\":\"4. Частые обновления \"}}]",
"game": 730,
"owner": 92150,
"boosts": 1,
"last_offline": 1750457066,
"score": 5,
"last_online": 1742642430,
"icon": null,
"name": "[CS2] BLOOD-WAR - MIRAGE [!VIPTEST,!LVL,!WS]",
"connect": null,
"request": null,
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1740316785,
"last_update": 1750457066,
"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": 15983,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "danilisaev0022",
"avatar": "0f5540e2-2039-4273-891b-a48c0c43e0eb.jpg",
"last_online": 1752460405
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7857774");
$data = json_decode($json, true);
var_dump($data);