Rusticles Solo Large Map 21/05 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 82,
"fps_avg": 86,
"entities_count": 148664,
"world_seed": 633304590,
"world_size": 5000,
"steam_id": "90286427122964505",
"domain": null,
"id": 9972223,
"ip": "185.38.148.149",
"port": 28035,
"query": 28036,
"color": 0,
"city": "City of London",
"description": "\nWelcome to Rusticles Solo Bi-Weekly (2 Week Map & Blueprints Monthly). Server BP wipes first Thursday of every month at 2pm EST (7pm BST).\r\n\r\n-> 1 Man Clan Limit both online & offline\r\n-> English in chat only\r\n-> No Racism or Nazism\r\n-> Griefing allowed\r\n-> 50% Upkeep rate\r\nCheck our website/discord for full list of rules\r\n\r\nWipe Schedule is monthly full wipes.\r\n\r\nA community server with a stable staff team, no playing admins & almost 24/7 support. We aim to provide smooth gameplay, in-game help & of course a lag free experience.\r\nServer is running on a full dedicated I9 9900k, 64GB DDR4 3466Mhz & an Evo SSD M.2.\r\n\r\nWebsite : https://rusticles.tip4serv.com\r\nSteam Group : RusticlesServer\r\nDiscord : discord.me/rusticles\r\n\r\nAll Rust Servers at https://just-wiped.net/rust_servers",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780585417,
"last_online": 1780229429,
"icon": null,
"name": "Rusticles Solo Large Map 21/05",
"connect": "185.38.148.149:28035",
"request": "185.38.148.149:28036",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754855402,
"last_update": 1780585417,
"banned": false,
"wipe": 1779386222,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10512,
"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/9972223");
$data = json_decode($json, true);
var_dump($data);