Counter-Strike: Global Offensive
API für 💚FAMECSGO.RU ➥ AWP LEGO [DEAGLE] | FREE VIP
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/11252437json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252437,
"ip": "45.95.31.60",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"tARoymhMe3\",\"type\":\"paragraph\",\"data\":{\"text\":\"**Вас приветствует 💚FAMECSGO💚**\\nЭто лучший проект по серверам Counter-Strike: Global Offensive, на котором вас будет ждать:\\n- хорошая администрация 👋\\n- стабильный онлайн💪\\n- интересная система наград, топов по статистике, випок🤩\\n- ламповая атмосфера🤘\\nНа наших серверах любой может стать **Легендой** - попробуй и ты!!!\\n----------------------------------------------------------------------------\\nНаш сайт - https://famecsgo.ru/\\nНаш дискорд - https://discord.gg/E4NkpCcZEU\\n\"}}]",
"game": 4465480,
"owner": 180438,
"boosts": 1,
"last_offline": 1775831527,
"score": 5,
"last_online": 1775822410,
"icon": null,
"name": "💚FAMECSGO.RU ➥ AWP LEGO [DEAGLE] | FREE VIP",
"connect": "45.95.31.60:27015",
"request": "45.95.31.60:27015",
"map": "awp_lego_fame",
"gamemode": "Counter-Strike: Global Offensive",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": false,
"votes": 45,
"points": 45,
"add_date": 1773899492,
"last_update": 1775831527,
"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": 464,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "famecsgo",
"avatar": "no.jpg",
"last_online": 1775809968
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11252437");
$data = json_decode($json, true);
var_dump($data);