API для NORTHFALL EU | 2X | SOLO/DUO/TRIO | BIWEEKLY
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 140,
"fps_avg": 141,
"entities_count": 89861,
"world_seed": 5689554,
"world_size": 4000,
"steam_id": "90286573300877323",
"domain": null,
"id": 11744505,
"ip": "5.39.17.37",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Strasbourg",
"description": "\n⚔️ NORTHFALL EU | 2X | SOLO/DUO/TRIO ⚔️\r\n🔥 2X Gather\r\n🗺️ Biweekly Map Wipe\r\n📅 Monthly Full Wipe + BP Wipe\r\n👥 Max Trio\r\n💎 VIP System\r\n🏆 Competitive Events\r\n🎯 Real Prize Tournaments\r\n🛡️ Active Staff\r\n🚫 No Cheaters\r\n⚡ High Performance\r\nFight. Raid. Survive.\r\nBuild your legacy dominate your enemies and climb the NORTHFALL rankings.\r\nEvery wipe is a new opportunity to become a legend.\r\nNORTHFALL — Where Legends Rise.\r\nVisit us on Discord - https://discord.gg/FTsNpGMHp",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780518701,
"last_online": 1780556432,
"icon": null,
"name": "NORTHFALL EU | 2X | SOLO/DUO/TRIO | BIWEEKLY",
"connect": "5.39.17.37:28015",
"request": "5.39.17.37:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780518701,
"last_update": 1780556432,
"banned": false,
"wipe": 1780435990,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6074,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11744505");
$data = json_decode($json, true);
var_dump($data);