Rust
[PL] rustobsydian.pl Vanilla++ SOLO/DUO no BP FULLWIPED 3.04 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11259981json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 18836,
"world_seed": 487348819,
"world_size": 2000,
"steam_id": "90284543526182918",
"domain": null,
"id": 11259981,
"ip": "146.59.53.230",
"port": 28050,
"query": 28052,
"color": 0,
"city": "Warsaw",
"description": "![[PL] rustobsydian.pl Vanilla++ SOLO/DUO no BP FULLWIPED 3.04](https://iili.io/BoPOrH7.png)\n•Vanilla++\r\n• Solo/Duo\r\n•weekly\r\n• TP\r\n• Kit\r\n• Balanced\r\n• QoL plugins\r\n• 2500 size\r\n• NEW Boss Event\r\nNext wipe: 09.04\r\nBez Pay-to-Win",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776819753,
"score": 0,
"last_online": 1776415222,
"icon": null,
"name": "[PL] rustobsydian.pl Vanilla++ SOLO/DUO no BP FULLWIPED 3.04",
"connect": "146.59.53.230:28050",
"request": "146.59.53.230:28052",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774555185,
"last_update": 1776819753,
"banned": false,
"wipe": 1775750230,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8983,
"language": "pl",
"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/11259981");
$data = json_decode($json, true);
var_dump($data);