Counter-Strike 2
API für 🔥 WARFAL: SANDSTONE #1 [!VIP, !WS, !SKINS, !LVL]
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/5367377json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5367377,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"x9uQOLbjS1\",\"type\":\"paragraph\",\"data\":{\"text\":\" Добро пожаловать на игровой проект WARFAL\\n• MIRAGE #1: 62.122.213.241:27015 [128 tick] •\\n• AWP #1: 37.230.162.92:27015 [128 tick] •\\n• DUST2 #1: 37.230.210.144:27015 [128 tick] •\\n• SANDSTONE #1: 46.174.49.133:27015 [128 tick] •\\n• Наш сайт » [https://warfal.ru](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru&cc_key=) •\\n• Наши правила » [https://warfal.ru/rules](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru%2Frules&cc_key=)\\n• Наш магазин » [https://warfal.ru/shop](https://vk.com/away.php?to=https%3A%2F%2Fwarfal.ru%2Fshop&cc_key=)\\n• Беседа проекта » [http://beseda.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Fbeseda.warfal.ru&cc_key=) •\\n• Наш Discord: [http://ds.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Fds.warfal.ru&cc_key=)\\n• Беседа TG: [http://tg.warfal.ru](https://vk.com/away.php?to=http%3A%2F%2Ftg.warfal.ru&cc_key=)\\n• Группа с мемами: [http://vk.com/warfalmemes](https://vk.com/warfalmemes)\\n\"}}]",
"game": 730,
"owner": 50186,
"boosts": 1,
"last_offline": 1767852059,
"score": 4.3,
"last_online": 1766911811,
"icon": null,
"name": "🔥 WARFAL: SANDSTONE #1 [!VIP, !WS, !SKINS, !LVL]",
"connect": null,
"request": null,
"map": null,
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1722199227,
"last_update": 1767852059,
"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": 15640,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "gorbushion",
"avatar": "no.jpg",
"last_online": 1775329361
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/5367377");
$data = json_decode($json, true);
var_dump($data);