Full Send Rust | 5x Loot & Gather | Noob Friendly | NO BPS için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 23,
"fps_avg": 23,
"entities_count": 126644,
"world_seed": 1272056713,
"world_size": 4250,
"steam_id": "90286575102944285",
"domain": null,
"id": 11502451,
"ip": "66.51.96.70",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ashburn",
"description": "\nFull PvP Server with Offline Raid Protection\r\n5x Loot\r\n5x Gather Rate \r\nFast Smelt/Recycle Speed \r\nMonthly Map Wipe on First Thursday of Month\r\nBP wipe every 3 months\r\nMax Team Size 8\r\n50% Upkeep \r\nVIP Perks Available \r\nActive Admins on game and Discord \r\nTwig Decays",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207200,
"last_online": 1780548025,
"icon": null,
"name": "Full Send Rust | 5x Loot & Gather | Noob Friendly | NO BPS",
"connect": "66.51.96.70:28015",
"request": "66.51.96.70:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1779207200,
"last_update": 1780548025,
"banned": false,
"wipe": 1778178056,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 728,
"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/11502451");
$data = json_decode($json, true);
var_dump($data);