API pentru Server hosted by Physgun.com
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 215,
"fps_avg": 233,
"entities_count": 58541,
"world_seed": 1337,
"world_size": 3250,
"steam_id": "90285978451459079",
"domain": null,
"id": 11159076,
"ip": "194.69.160.93",
"port": 28023,
"query": 28025,
"color": 0,
"city": "City of London",
"description": "\nЛаскаво просимо на Luxor Rust! \r\n Ми молодий український сервер, який прагне надати вам найкращий ігровий досвід, та гарні емоції! \r\n Модицікації: \r\n➤ Швидке плавлення \r\n ➤ Рейт добування ресурсів x2 \r\n ➤ Рейт швидкості крафту x2 \r\n ➤ Рейт компонентів та сірки х1 \r\n ➤ Рейт кар'єрів х1.5 \r\n ➤ Активний персонал \r\n ➤ Переробники на додаткових монументах \r\n ➤ Кастомні карти з високою продуктивністю \r\n ➤ Розширений діапазон верстаків \r\n ➤ Довгі дні та короткі ночі \r\n Вайпи: Щочетверга о 18:00 по Києву! Приєднюйтесь до нашого Discord серверу перед тим, як почати грати! Відвідавши посилання discord.gg/luxorrust \r\n \r\n \r\n Welcome to Luxor Rust! \r\n We are a young Ukrainian server that aims to provide you with the best gaming experience and great emotions! \r\n Modifications: \r\n ➤ Fast Smelt \r\n ➤ Resource Gathering Rate 2x \r\n ➤ Crafting Speed Rate 2x \r\n ➤ Сomponents and Sulfur Rate 1x \r\n ➤ Quarry Rate 1.5x \r\n ➤ Active Staff \r\n ➤ Recyclers at additional monuments \r\n ➤ Custom High Performance Maps \r\n ➤ Extended Workbench Range \r\n ➤ Long Days & Short Nights \r\n Wipes: Every Tuesday at 18:00 Kyiv time! Join our Discord server before starting to play! Visit the link discord.gg/luxorrust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779251581,
"last_online": 1779259821,
"icon": null,
"name": "Server hosted by Physgun.com",
"connect": "194.69.160.93:28023",
"request": "194.69.160.93:28025",
"map": "discord.gg/luxorrust",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228123,
"last_update": 1779259821,
"banned": false,
"wipe": 1778415407,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4102,
"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/11159076");
$data = json_decode($json, true);
var_dump($data);