Counter-Strike 2
API für 🔥 MIRAGE #2 | CRAZYPUB.SU | 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/7836185json
{
"response": {
"steam_id": "85568392935186968",
"domain": null,
"id": 7836185,
"ip": "95.213.255.94",
"port": 27415,
"query": 27415,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"fKUAeahA9Z\",\"type\":\"paragraph\",\"data\":{\"text\":\"CSELO — это качественный игровой проект с высоким онлайном, отзывчивой администрацией и приятной атмосферой.[Сайт](https://cs-elo.ru/) | [Группа ВК](https://vk.com/cselo) | [Дискорд](https://discord.gg/2TPBdb4m5y) |\"}},{\"id\":\"xu0VsJTBPP\",\"type\":\"paragraph\",\"data\":{\"text\":\"PUBLIC | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - 95.213.255.94:27415\"}},{\"id\":\"kpQsCIMVlL\",\"type\":\"paragraph\",\"data\":{\"text\":\"AWP | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [37.48.252.4:27115](steam://connect/212.22.93.25:27015)\"}},{\"id\":\"aBXloHY6Ag\",\"type\":\"paragraph\",\"data\":{\"text\":\"STANDOFF | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [95.213.255.89:27415](steam://connect/46.174.51.173:27015)\"}},{\"id\":\"30XNeGYQta\",\"type\":\"paragraph\",\"data\":{\"text\":\"PUBLIC+BHOP | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [81.163.17.83:27115](steam://connect/62.182.159.98:27115)\\n[](steam://connect/62.182.159.98:27115)\\nSTANDOFF_OLD | [CS-ELO.RU](https://cs-elo.ru/) | CS2 | !viptest, скиныIP - [95.213.255.90:27015](steam://connect/62.182.159.98:27115)\"}}]",
"game": 730,
"owner": 79473,
"boosts": 1,
"last_offline": 1775416330,
"score": 0,
"last_online": 1775761211,
"icon": null,
"name": "🔥 MIRAGE #2 | CRAZYPUB.SU | MOSCOW",
"connect": "95.213.255.94:27415",
"request": "95.213.255.94:27415",
"map": "de_mirage",
"gamemode": "Counter-Strike 2",
"version": "1.41.4.1",
"numplayers": 10,
"maxplayers": 32,
"bots": 1,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 108,
"add_date": 1740140048,
"last_update": 1775761211,
"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": 99,
"language": "ru",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "MoOv1k",
"avatar": "16f32f48-85a6-41c1-a3b2-ffc7b12f09df.jpg",
"last_online": 1768422558
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7836185");
$data = json_decode($json, true);
var_dump($data);