Rust
[EU] Naked Asylum - 2X Weekly|Vanilla+|QOL için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11305327json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 90973,
"world_seed": 1874140434,
"world_size": 4250,
"steam_id": "90284789063752716",
"domain": null,
"id": 11305327,
"ip": "145.239.131.220",
"port": 29015,
"query": 29017,
"color": 0,
"city": "Roubaix",
"description": "![[EU] Naked Asylum - 2X Weekly|Vanilla+|QOL](https://nakedasylum.com/rust_banner.png)\n[EU] Naked Asylum - 2X Weekly|Vanilla+|QOL\n\n▼ Basic Information:\n• Wipes every week on a thursday @4PM BST, blueprints wipe every force wipe\n• Group limit 8 max\n• 2x Gather Rates, 2x Stacks, 2x Crafting and Smelting Speeds!\n• Clans, Events, Kits, Homes, Teleport, Auto Door and Code Locks\n• Faster bed respawn timers\n• Full base workbench coverage with tier 1 items are unlocked by default",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776811999,
"score": 0,
"last_online": 1776814226,
"icon": null,
"name": "[EU] Naked Asylum - 2X Weekly|Vanilla+|QOL",
"connect": "145.239.131.220:29015",
"request": "145.239.131.220:29017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592883,
"last_update": 1776814226,
"banned": false,
"wipe": 1775747112,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5149,
"language": "fr",
"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/11305327");
$data = json_decode($json, true);
var_dump($data);