Rust
RUST 212 | RUST MOROCCO | SOLO/DUO | RUST MAROC | JUST WIPED için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10870445json
{
"response": {
"modded": true,
"fps": 135,
"fps_avg": 136,
"entities_count": 57806,
"world_seed": 1812915537,
"world_size": 3000,
"steam_id": "90284573448767519",
"domain": null,
"id": 10870445,
"ip": "151.242.106.72",
"port": 10003,
"query": 9003,
"color": 0,
"city": "Amsterdam",
"description": "\n🔥 Welcome to RUST 212 | MOROCCO 🔥 ➤ Vanilla+ Experience (2x Gathering) ➤ SOLO / DUO only (strictly enforced) ➤ Fresh wipes & active development ➤ High performance server (low lag / high FPS) ➤ Active & fair admin team (no abuse) 🧱 Server Features: • 2x Resources (balanced gameplay) • Vanilla gameplay (no pay-to-win) • Fast support & active moderation • Clean environment (no cheaters tolerated) 📅 Wipe Schedule: • Weekly Map Wipe (Friday) • BP Wipe (when needed) • Wipe time: 20:00 (Paris Time) 🌐 Website: http://rust212.com/ 💬 Discord: https://discord.gg/8S3aERWP3t 🎯 Goal: Provide a fair, competitive, and fun Rust experience for everyone. 🔥 Join now and start your adventure on RUST 212 🔥",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776360823,
"score": 0,
"last_online": 1776539419,
"icon": null,
"name": "RUST 212 | RUST MOROCCO | SOLO/DUO | RUST MAROC | JUST WIPED",
"connect": "151.242.106.72:10003",
"request": "151.242.106.72:9003",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 11,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 69,
"add_date": 1768318418,
"last_update": 1776539419,
"banned": false,
"wipe": 1776448832,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1035,
"language": "nl",
"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/10870445");
$data = json_decode($json, true);
var_dump($data);