RustNite - 5x Monthly -No BP’s [Loot+|Maze|Kits|Clans|Event] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"modded": true,
"fps": 30,
"fps_avg": 30,
"entities_count": 104842,
"world_seed": 24184,
"world_size": 4000,
"steam_id": 90286581597496350,
"domain": null,
"id": 10169662,
"ip": "45.88.230.88",
"port": 28015,
"query": 28010,
"color": 0,
"city": "Poplar",
"description": "![RustNite - 5x Monthly -No BP’s [Loot+|Maze|Kits|Clans|Event]](https://i.postimg.cc/BnZVynDP/RNServerimage.png)\nWelcome to RustNite Perfectly (Modded Server)\r\n\r\n• Monthly wipes on the first Thursday!\r\n\r\n• Max group size: 8\r\n• No BPs & Instant Craft\r\n• Improved Loot & Faster Respawning Loot\r\n• MyMini | ChestStack | Homes\r\n• Trade | RemoverTool | SignArtist | Box Sorter\r\n• Everyone has access to BGrade, Furnace Splitter, SkinBox, Auto Doors\r\n• Ultra High Performance Custom Maps | Additional Recyclers\r\n• Clans Auth Sharing | Tool Cupboards | Code Locks | AutoTurrets\r\n• Extended Workbench range\r\n• Reduced HV Rocket PVP Damage \r\n• Events Maze | Convoys | Sattelites | Monuments\r\n• Raid Protection [12 hours]\r\n• Raidable Bases\r\n\r\n• And Many More!\r\n\r\n• Use /Info In-Game to see rules | commands, etc.\r\n• Check out our website at https://rustnite.com!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780401861,
"last_online": 1780581635,
"icon": null,
"name": "RustNite - 5x Monthly -No BP’s [Loot+|Maze|Kits|Clans|Event]",
"connect": "45.88.230.88:28015",
"request": "45.88.230.88:28010",
"map": "RustNite Performance Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756283937,
"last_update": 1780581635,
"banned": false,
"wipe": 1778234749,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3505,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10169662");
$data = json_decode($json, true);
var_dump($data);