Rust
Pioneers (NOOB FRIENDLY|2X|8 TEAM|KITS|SKILLS|50% UPKEEP) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/2310806json
{
"response": {
"fps": 74,
"fps_avg": 78,
"entities_count": 132312,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284735595287568",
"domain": null,
"id": 2310806,
"ip": "142.4.207.141",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Montreal",
"description": "\nWelcome to Pioneers Program. \r\n To Join The Discord The Link Is \r\n https://discord.com/invite/Q9zGBNttdG \r\n ======================================== \r\n [----------------INFO------------------] \r\n \r\n - Active Admins \r\n - 2x Gather (increased with skills) \r\n - 2x quarry/exc \r\n - Skills wipe yearly \r\n - Custom Stack Size \r\n \r\n ======================================== \r\n [-----Custom-EVENTS-----] \r\n \r\n - Convoy \r\n - Armourd Train \r\n - Heli Signals \r\n - Bradley Drops \r\n \r\n ==================================== \r\n [---------------QOL----------------] \r\n \r\n - Better TC \r\n - 50% upkeep \r\n - Faster mixing/smelting \r\n - junk removed \r\n - Custom Raid Times \r\n \r\n ==================================== \r\n [----EXTRA----] \r\n \r\n - Skills \r\n - Shop \r\n - Kits",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776427419,
"score": null,
"last_online": 1776855019,
"icon": null,
"name": "Pioneers (NOOB FRIENDLY|2X|8 TEAM|KITS|SKILLS|50% UPKEEP)",
"connect": "142.4.207.141:28080",
"request": "142.4.207.141:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1703673775,
"last_update": 1776855019,
"banned": false,
"wipe": 1775157018,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2694,
"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/2310806");
$data = json_decode($json, true);
var_dump($data);