[US] HAVOC 2x Monthly Large Vanilla+ [No BP Wipes] için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 49,
"fps_avg": 50,
"entities_count": 118809,
"world_seed": 1,
"world_size": 4500,
"steam_id": "90287002081934347",
"domain": null,
"id": 11782084,
"ip": "66.51.98.52",
"port": 28025,
"query": 28026,
"project_id": null,
"color": 0,
"city": "Los Angeles",
"description": "![[US] HAVOC 2x Monthly Large Vanilla+ [No BP Wipes]](https://imgur.com/LX2nhya.jpg)\nFriendly PvP • Light Mods • Active Admins\r\nCasual-focused Rust server with balanced progression, fun PvP, and a welcoming community. Team friendly with quality-of-life plugins and no hardcore sweatfest.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781376799,
"last_online": 1781476228,
"icon": null,
"name": "[US] HAVOC 2x Monthly Large Vanilla+ [No BP Wipes]",
"connect": "66.51.98.52:28025",
"request": "66.51.98.52:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781376799,
"last_update": 1781476228,
"banned": false,
"wipe": 1780598195,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6241,
"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/11782084");
$data = json_decode($json, true);
var_dump($data);