Rust
Yzaru.land PVE | 5x/15x | Raid Bases | Vendors | PVP-Events için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/568484json
{
"response": {
"fps": 70,
"fps_avg": 69,
"entities_count": 117302,
"world_seed": 834066141,
"world_size": 5000,
"steam_id": "90284838079339539",
"domain": null,
"id": 568484,
"ip": "195.24.74.60",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Bissen",
"description": "\nMain Features:\r\n- 5x Day Gather Rate\r\n- 15x Night Gather Rate\r\n- PVE / PVP Raidbases\r\n- Custom NPC shops\r\n\r\nWipes:\r\n- Every month (one week after force wipe)\r\n- PVP event before wipe (one weekend)\r\n\r\nPVE Rules:\r\n- No Griefing\r\n- Be respectful to other players\r\n- No hatespeech, no Nazi symbolism\r\n- No blocking off monuments\r\n- A single base may not take up more than a single square on the map\r\n- No trapping players\r\n\r\nFeatures\r\n\r\nCombat:\r\n- NPC Bosses & other Bots\r\n- Call Heli for RP\r\n- Respawn Bradley for RP\r\n- Teleport to last death location\r\n- Loot protection\r\n\r\nReward Points (RP):\r\n- Buy vehicle licenses\r\n- Seasonal decorations\r\n- Kits\r\n\r\nBases & Building:\r\n- Buy and build pumpjacks and quarries\r\n- Craft a personal recycler for your base\r\n- Building Grades, auto upgrade what you build\r\n- Upgrade whole building\r\n- Homes & Teleportation\r\n- Load an image from the web onto a sign\r\n- Authorise turrets & SAM when authorising TC\r\n- Remover Tool\r\n- Toggle automatic doors\r\n\r\nCrafting & Inventory:\r\n- Apply skins to items\r\n- Backpack: 7 rows of space, drops on death\r\n- Instant craft & research\r\n- Craft Multiplier, queue more stacks at once\r\n- Sorting tools & Large stacks\r\n- Furnace Splitter & Quicker Smelting\r\n- Trade per command\r\n\r\nMeta:\r\n- Vote Rewards\r\n- Player Rankings\r\n- Playtime Tracker\r\n- Info Panel\r\n- Killfeed",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776913395,
"score": null,
"last_online": 1776998423,
"icon": null,
"name": "Yzaru.land PVE | 5x/15x | Raid Bases | Vendors | PVP-Events",
"connect": "195.24.74.60:28015",
"request": "195.24.74.60:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "LU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1668891559,
"last_update": 1776998423,
"banned": false,
"wipe": 1775152824,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2182,
"language": "lb",
"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/568484");
$data = json_decode($json, true);
var_dump($data);