Rust
Rustinction 5x PVE Roleplay için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8267586json
{
"response": {
"fps": 53,
"fps_avg": 53,
"entities_count": 134463,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90285160531423247",
"domain": null,
"id": 8267586,
"ip": "168.100.163.99",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Rustinction\r\n5x PVE\r\nRoleplay/New player friendly\r\nNo Raiding.\r\nMonthly map wipe. Monthly BP,XP, currency wipe.\r\nPVE Raid Bases\r\nNew players are welcome\r\nLooking for a chill place to enjoy Rust? Rustinction might be for you!\r\nincreased stack on most items. Quests, faster smelt, instacraft, factories, NPC's\r\nAsk about rules.\r\nJoin our Discord for updates.\r\nEnjoy yourself and Rust On.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775233933,
"score": 0,
"last_online": 1777544424,
"icon": null,
"name": "Rustinction 5x PVE Roleplay",
"connect": "168.100.163.99:28015",
"request": "168.100.163.99:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742497718,
"last_update": 1777544424,
"banned": false,
"wipe": 1775172679,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3086,
"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/8267586");
$data = json_decode($json, true);
var_dump($data);