[US] Vanilla Main | Wipes Fridays 4PM EST için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 225,
"fps_avg": 226,
"entities_count": 45415,
"world_seed": 1635293822,
"world_size": 3000,
"steam_id": "90286367305561105",
"domain": null,
"id": 11677493,
"ip": "73.23.180.253",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Naples",
"description": "![[US] Vanilla Main | Wipes Fridays 4PM EST](https://imgur.com/a/szZfZpJ)\nWelcome to Vanilla Main!\r\n\r\n[ SERVER INFO ]\r\n- Map Wipes: Every Friday at 4:00 PM EST\r\n- Blueprint Wipes: Monthly (On Force Wipe)\r\n-(Any Team size!)\r\n- Map Size: 3000 (Action-packed layout)\r\n\r\n[ SERVER RULES ]\r\n- No cheating, scripting, or abusing exploits.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780564408,
"last_online": 1780466432,
"icon": null,
"name": "[US] Vanilla Main | Wipes Fridays 4PM EST",
"connect": "73.23.180.253:28015",
"request": "73.23.180.253:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780216213,
"last_update": 1780564408,
"banned": false,
"wipe": 1780070623,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12714,
"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/11677493");
$data = json_decode($json, true);
var_dump($data);