Rust
Rustfun 10x* |50% upkeep|Kits|Shop|Clans|VIP|Events için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10978355json
{
"response": {
"fps": 56,
"fps_avg": 58,
"entities_count": 121967,
"world_seed": 841301597,
"world_size": 4500,
"steam_id": "90285687447116819",
"domain": null,
"id": 10978355,
"ip": "136.243.13.46",
"port": 28050,
"query": 28051,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to Rustfun!\n\nInfo\n- 20+ Points every 5 minutes while online\n\nRates\n- 10X Wood & Stone\n- 5X Metal & HQM\n- 3X Sulfur\n\nGameplay\n- Better Loot\n- Long Days / Short Nights\n- PvP\n- No Team Limit\n\nFeatures\n- Kits\n- Shop & VIP\n- Daily Rewards\n- Discord Giveaways\n- BGrade\n- 30% Protection for Player Bases\n\nRules\n- Check full rules on Discord\n\nDiscord\nhttps://discord.gg/6mVTjUddwD",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778242383,
"score": 0,
"last_online": 1778690419,
"icon": null,
"name": "Rustfun 10x* |50% upkeep|Kits|Shop|Clans|VIP|Events",
"connect": "136.243.13.46:28050",
"request": "136.243.13.46:28051",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1769900960,
"last_update": 1778690419,
"banned": false,
"wipe": 1778176754,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2413,
"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/10978355");
$data = json_decode($json, true);
var_dump($data);