API pentru BIGWORLD |X10|BATLLEFIELD|HARDPVP|KIT
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9662811,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"FVb1kL3_8a\",\"type\":\"image\",\"data\":{\"caption\":\"BIGWORLD |X10000000|BATLLEFIELD|HARDPVP|KIT\",\"withBorder\":false,\"withBackground\":false,\"stretched\":false,\"file\":{\"url\":\"https://cdn.gamemonitoring.net/images/content/f0f331a8-ad43-4647-a948-f676268b1e85.jpg\"}}},{\"id\":\"iBesxy1_YV\",\"type\":\"paragraph\",\"data\":{\"text\":\"🌟 СЕРВЕР MAX10 🌟\\n\\n🔹 Турели без электричества ⚡\\n🔹 NPC Турели 🤖\\n🔹 Верстак не требуется 🔨\\n🔹 Рецепты изучены 📚\\n🔹 Оптимизированная карта 🗺️\\n🔹 Кастомные места под застройку 🏗️\\n🔹 Вайп раз в неделю 🔄\\n🔹 Хостинг на топовом железе 💻\"}}]",
"game": 252490,
"owner": 144981,
"boosts": 1,
"last_offline": 1773208291,
"last_online": 1772311212,
"icon": null,
"name": "BIGWORLD |X10|BATLLEFIELD|HARDPVP|KIT",
"connect": null,
"request": null,
"map": "Custom Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1751634363,
"last_update": 1773208291,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 13109,
"language": "ru",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "brikvm",
"avatar": "5c4874a0-5bbe-41a8-82d6-82c5bd9539a6.jpg"
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9662811");
$data = json_decode($json, true);
var_dump($data);