VALKARIA MALAYSIA SEA 3x | Solo/Duo/Trio | Loot X3 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 106,
"fps_avg": 106,
"entities_count": 68713,
"world_seed": 875199853,
"world_size": 3500,
"steam_id": "90286575582139419",
"domain": null,
"id": 11596785,
"ip": "173.234.2.97",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Singapore",
"description": "\nValkaria Rust \r\nWelcome to Valkaria Rust, Sponsored by Rust Malaysian Community. This server is built for players who want a balanced, enjoyable, and competitive Rust experience without unnecessary grind. \r\n\r\n3x Resource & Loot \r\nFaster Smelting \r\nFaster Crafting \r\nFaster Recycling \r\nBalanced PvP & Raiding \r\nActive Administration \r\nRegular Wipes \r\nSmooth & Optimized Gameplay",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780532059,
"last_online": 1780605637,
"icon": null,
"name": "VALKARIA MALAYSIA SEA 3x | Solo/Duo/Trio | Loot X3",
"connect": "173.234.2.97:28015",
"request": "173.234.2.97:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779358598,
"last_update": 1780605637,
"banned": false,
"wipe": 1780532060,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5030,
"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/11596785");
$data = json_decode($json, true);
var_dump($data);