[EU] SKYLIGHT 2X | WEEKLY | VANILLA+ | JUST WIPED için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 58,
"fps_avg": 56,
"entities_count": 79394,
"world_seed": 2024799384,
"world_size": 3750,
"steam_id": "90287015995215885",
"domain": null,
"id": 11800770,
"ip": "95.156.225.24",
"port": 26027,
"query": 26419,
"project_id": null,
"color": 0,
"city": "Hamburg",
"description": "🔥 SKYLIGHT EU 2X VANILLA+ 🔥\r\n 🗓 JUST WIPED – WEEKLY WIPES EVERY WEDNESDAY\r\n 📈 2X GATHER | 2X LOOT | 2X SMELT\r\n \r\n ⚙️ SERVER INFO:\r\n • Vanilla+ experience (no TP / no kits)\r\n • Ranks system (NO PAY2WIN)\r\n • Active admins & fair gameplay\r\n • Optimized performance & low lag\r\n \r\n 🌍 EU SERVER (GERMANY)\r\n 💻 Hosted by Partner Hosting\r\n 👤 Owner: 1QDeath (Hassanin)\r\n \r\n 📜 RULES:\r\n • No cheating / hacking\r\n • No exploiting bugs\r\n • Respect all players\r\n • No racism / toxicity\r\n • Admin decisions are final\r\n \r\n 💬 DISCORD:\r\n https://discord.gg/8ZykPxf5zt",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781463023,
"last_online": 1781524230,
"icon": null,
"name": "[EU] SKYLIGHT 2X | WEEKLY | VANILLA+ | JUST WIPED",
"connect": "95.156.225.24:26027",
"request": "95.156.225.24:26419",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781463023,
"last_update": 1781524230,
"banned": false,
"wipe": 1781451656,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6215,
"language": "de",
"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/11800770");
$data = json_decode($json, true);
var_dump($data);