Rust
VAULT 1 SOLO/CO-OP ADVENTURE// NO WIPE // discord.gg/VAULT-1 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11189546json
{
"response": {
"fps": 71,
"fps_avg": 67,
"entities_count": 175251,
"world_seed": 60000,
"world_size": 6000,
"steam_id": "90285435087258639",
"domain": null,
"id": 11189546,
"ip": "135.148.134.5",
"port": 29599,
"query": 29600,
"color": 0,
"city": "Hudson",
"description": "BOOSTED STACKING\r\nBOAT CONTROLS\r\nBASE BLUEPRINT SAVE\r\nFAST SMELT/RECYCLERS/2X CHARCOAL\r\nSTRONGER ANTI CHEAT\r\nMONTHLY SERVER EVOLUTION\r\n2X GATHER\r\nECONOMY COMING SOON",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778107985,
"score": 0,
"last_online": 1778538022,
"icon": null,
"name": "VAULT 1 SOLO/CO-OP ADVENTURE// NO WIPE // discord.gg/VAULT-1",
"connect": "135.148.134.5:29599",
"request": "135.148.134.5:29600",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699059,
"last_update": 1778538022,
"banned": false,
"wipe": 1776543262,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4363,
"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/11189546");
$data = json_decode($json, true);
var_dump($data);