FancyOrb's Random Farming MAIN - Random Items için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 45624,
"world_seed": 620724982,
"world_size": 3000,
"steam_id": "90285754293282828",
"domain": null,
"id": 11725633,
"ip": "104.143.3.233",
"port": 28319,
"query": 28316,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to FancyOrb's Random Farming Hardcore Server where you can get ANY ITEMS in Rust from just farming!\r\n\r\nWant to craft recyclers for your base? Need more resources for building? Visit https://fancyorbservers.tebex.io/ to purchase kits & VIP \r\n \r\n \r\nTIPS FOR THIS SERVER: \r\n-Get resources by recycling your random items \r\n-Loot despawns based off rarity. Tier 2 & 3 items take longer to despawn\r\n-Server wipes weekly (every Thursday 2pm EST)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780625600,
"last_online": 1780510834,
"icon": null,
"name": "FancyOrb's Random Farming MAIN - Random Items",
"connect": "104.143.3.233:28319",
"request": "104.143.3.233:28316",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780388555,
"last_update": 1780625600,
"banned": false,
"wipe": 1778781982,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12760,
"language": "en",
"parked": false,
"app": {
"id": 12,
"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/11725633");
$data = json_decode($json, true);
var_dump($data);