Rust
API pentru [SEA] Rust Philippines
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/8054537json
{
"response": {
"fps": 226,
"fps_avg": 226,
"entities_count": 68109,
"world_seed": 13245,
"world_size": 3500,
"steam_id": "90284753818243072",
"domain": null,
"id": 8054537,
"ip": "139.99.84.119",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Singapore",
"description": "Welcome to Rust Philippines! \r\n Server Information \r\n ------------------------- \r\n Team Limit: 8 Person team UI \r\nFor concerns: Join the server discord: https://discord.gg/6hFmuAgzB7 or message me on Discord: jmagician99 \r\nServer size: 3500 \r\n Monthly BP Wipe on Force Wipe \r\n Weekly Map Wipe (Friday at 09:00 AM GMT+8 ) \r\n Daily Server Restarts at 04:00 AM \r\n \r\n Vanilla \r\n Rules \r\n ------------------------- \r\n No racism allowed. \r\n Hacking and scripting is bannable. \r\n No intentional bug abuse. \r\n NO EAC or FP banned.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776024734,
"score": 0,
"last_online": 1776848423,
"icon": null,
"name": "[SEA] Rust Philippines",
"connect": "139.99.84.119:28080",
"request": "139.99.84.119:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741383955,
"last_update": 1776848423,
"banned": false,
"wipe": 1776387766,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3182,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/8054537");
$data = json_decode($json, true);
var_dump($data);