[EU] Rustify 3x Solo/Duo/Trio | Loot+ için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 55,
"fps_avg": 56,
"entities_count": 108546,
"world_seed": 1337,
"world_size": 4300,
"steam_id": "90286603963387906",
"domain": null,
"id": 9640381,
"ip": "136.243.90.97",
"port": 28005,
"query": 28006,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Rustify 3x Solo/Duo/Trio | Loot+](https://i.ibb.co/h1xYgv30/header1024-512.png)\nThe ORIGINAL slightly more relaxed Rust experience! \r\n\r\nMax team size is Solo/Duo/Trio! \r\nNo alliances, no Truces, Map Wipes 1st Thursday of each month @ 7 PM GMT / 8PM CET (Force Wipe) \r\n\r\nSERVER FEATURES: \r\n* No P2W - QoL Plugins Only \r\n* 50% Less TC Upkeep \r\n* Free SkinBox\r\n* Extended Workbench Range \r\n* Automatic SAM Site Auth \r\n* Backpacks, Vehicles, Base Recyclers and Raid Alarm \r\n* 3X Gather, Stacks, Comps & Smelting \r\n* 2X Scrap, 1.5X Sulfur \r\n* 2X Crafting, 3X Recycling \r\n* Longer Days (55 mins) & Shorter Nights (5 mins) \r\n* Recyclers at Dome, Cargo Ship, Oil Rigs & Fishing Villages",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780605030,
"icon": null,
"name": "[EU] Rustify 3x Solo/Duo/Trio | Loot+",
"connect": "136.243.90.97:28005",
"request": "136.243.90.97:28006",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1751297535,
"last_update": 1780605030,
"banned": false,
"wipe": 1780595934,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2390,
"language": "de",
"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/9640381");
$data = json_decode($json, true);
var_dump($data);