API pentru GorodPap|RUS|НОВИЧКИ
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 56,
"fps_avg": 58,
"entities_count": 113740,
"world_seed": 11549203,
"world_size": 4500,
"steam_id": "90286433834548254",
"domain": null,
"id": 11260755,
"ip": "77.50.201.217",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Moscow",
"description": "Сервер новый - 64Gb \r\n Enable PvE \r\n Enable AntiCheat \r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n НАШИ СООБЩЕСТВА: Discord -> https://discord.gg/jajg8gF5V \r\nTelegram -> https://t.me/GorodPapRUST \r\nWhatsApp -> https://chat.whatsapp.com/Ig66lWSbGF0FmTEMWUKJvS\r\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ \r\n▶ ПОДКЛЮЧАЙСЯ: gorodpap.ru:28015\r\n ВНИМАНИЕ: первые 3 часа - бонус к луту",
"game": 252490,
"owner": 188020,
"boosts": 1,
"last_offline": 1780214031,
"last_online": 1780555220,
"icon": null,
"name": "GorodPap|RUS|НОВИЧКИ",
"connect": "77.50.201.217:28015",
"request": "77.50.201.217:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 270,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1774555204,
"last_update": 1780555220,
"banned": false,
"wipe": 1778332247,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 251,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "merzkiy2005",
"avatar": "no.jpg"
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11260755");
$data = json_decode($json, true);
var_dump($data);