Counter-Strike 2
API für ➥ BLUESEN.RU [CS2] STANDOFF #3 [ANTICHEAT]
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/4880376json
{
"response": {
"steam_id": "85568392932132238",
"domain": null,
"id": 4880376,
"ip": "46.174.48.212",
"port": 27017,
"query": 27017,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"yIlFHMpmem\",\"type\":\"image\",\"data\":{\"caption\":\"\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/a9425cc4-a4ca-49e4-9e8e-0cf38ba5afd8.png\"}}},{\"id\":\"scJaxmcG-F\",\"type\":\"header\",\"data\":{\"text\":\"➥ Полезные ссылки\",\"level\":1}},{\"id\":\"vcst-77VVC\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Сайт: **[bluesen.ru](http://bluesen.ru)\"}},{\"id\":\"LaqPqazuFy\",\"type\":\"paragraph\",\"data\":{\"text\":\"**VK:** [vk.com/bluesen](http://vk.com/bluesen)\"}},{\"id\":\"-WbgqRLlWM\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Discord:** [discord.gg/bluesen](http://discord.gg/bluesen)\"}},{\"id\":\"lJRfuAOXoO\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Telegram:** [t.me/bluesen](http://t.me/bluesen)\"}}]",
"game": 730,
"owner": 77677,
"boosts": 1,
"last_offline": 1773937321,
"score": 5,
"last_online": 1775747410,
"icon": null,
"name": "➥ BLUESEN.RU [CS2] STANDOFF #3 [ANTICHEAT]",
"connect": "46.174.48.212:27017",
"request": "46.174.48.212:27017",
"map": "sandstone_new",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 4,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 100,
"add_date": 1719337985,
"last_update": 1775747410,
"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": 114,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2",
"popular_maps_available": true
},
"server_owner": {
"username": "Rimatis",
"avatar": "075b7dd8-11c5-4129-980e-42911114dea7.jpg",
"last_online": 1734928293
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/4880376");
$data = json_decode($json, true);
var_dump($data);