Rust
FACE RUST VANILLA X1.5 ДЛЯ НОВИЧКОВ МОСКВА için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/4984808json
{
"response": {
"fps": 216,
"fps_avg": 217,
"entities_count": 108334,
"world_seed": 1417964895,
"world_size": 4250,
"steam_id": "90284792427105302",
"domain": null,
"id": 4984808,
"ip": "195.18.27.81",
"port": 35000,
"query": 35001,
"color": 0,
"city": "Moscow",
"description": "\nWelcome to: FACE RUST CLASSIC\r\n-World size: 3500\r\n1. Resources X1.5 Components X1.5\r\n2. Recycler in a fishing village\r\n3. Drone market in the fishing village\r\n4. Active administration on the server\r\n\r\nJoin us in Discord click on the open website button ↓",
"game": 252490,
"owner": 79212,
"boosts": 1,
"last_offline": 1772792542,
"score": 0,
"last_online": 1776844212,
"icon": null,
"name": "FACE RUST VANILLA X1.5 ДЛЯ НОВИЧКОВ МОСКВА",
"connect": "195.18.27.81:35000",
"request": "195.18.27.81:35001",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2622",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1720204250,
"last_update": 1776844212,
"banned": false,
"wipe": 1773394688,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 231,
"language": "ru",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "i4igo32",
"avatar": "80393d77-fc5d-4403-a51a-6fa6f607afd2.jpg",
"last_online": 1723009851
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/4984808");
$data = json_decode($json, true);
var_dump($data);