Rust
Radioactive Rust - LU | 3x Gather | Slow Decay için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11305224json
{
"response": {
"fps": 47,
"fps_avg": 45,
"entities_count": 154074,
"world_seed": 1337,
"world_size": 5001,
"steam_id": "90284551393425428",
"domain": null,
"id": 11305224,
"ip": "83.99.90.69",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Luxembourg",
"description": "\nA small casual Rust Server with PvE elements hosted in Luxembourg. Some Info: \r\n - 4 Group Max \r\n - 3x Gathering \r\n - Slow Building Decay / Slow Vehicle Decay / No Boombox Decay \r\n - Remover Tool (/remove) \r\n - Sign Artist (/sil link to image) \r\n - Teleportation + Homes \r\n - Extra Loot \r\n \r\n Coming Soon: \r\n \r\n - (Raidable Bases) \r\n - (NPC Raids) \r\n Lore and custom events \r\n \r\n \r\n Join our Discord for more info: https://discord.gg/hkYTCurPRq",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776410620,
"score": 0,
"last_online": 1776998424,
"icon": null,
"name": "Radioactive Rust - LU | 3x Gather | Slow Decay",
"connect": "83.99.90.69:28015",
"request": "83.99.90.69:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "LU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592880,
"last_update": 1776998424,
"banned": false,
"wipe": 1776031867,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5018,
"language": "lb",
"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/11305224");
$data = json_decode($json, true);
var_dump($data);