[SEA] AseanPanda.net | 2x Vanilla | FORCED BP WIPE | 05/06 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 45,
"fps_avg": 44,
"entities_count": 152743,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90286733221788703",
"domain": null,
"id": 4846791,
"ip": "104.234.180.19",
"port": 10001,
"query": 9000,
"project_id": null,
"color": 0,
"city": "Singapore",
"description": "![[SEA] AseanPanda.net | 2x Vanilla | FORCED BP WIPE | 05/06](https://aseanpanda.net/static/images/ap_banner.png)\n> Map Wipe every Tuesdays and Fridays @ 2PM UTC+8, BP wipe every alternate Fridays @ 2PM UTC+8\r\n> (Next wipe: 09/06/2026 @ 2PM MAP WIPE 1)\r\n\r\n> FREE Steam Wallet, Spotify, Netflix, Nitro, and more for playtime\r\n> NO PAY TO WIN, ONLY PLAY TO WIN\r\n> Custom Events\r\n> Merged Outpost\r\n> 2x Gather Rate and Recycler Speed\r\n> BP Sharing up to T2 items\r\n> 25% off scrap research for small groups\r\n> 4x Gather Rate for Newbies/Fresh Spawns\r\n> Team Limit: 8\r\n> Skinbox, Sign Artist, Custom Sprays Enabled\r\n> Active admins. Newbie friendly.\r\n> For the Community, by the Community.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780704252,
"last_online": 1780929628,
"icon": null,
"name": "[SEA] AseanPanda.net | 2x Vanilla | FORCED BP WIPE | 05/06",
"connect": "104.234.180.19:10001",
"request": "104.234.180.19:9000",
"map": "AseanPanda Map(Less Lag)",
"gamemode": "Survival",
"version": "2627",
"numplayers": 13,
"maxplayers": 115,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1718996231,
"last_update": 1780929628,
"banned": false,
"wipe": 1780639707,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1214,
"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/4846791");
$data = json_decode($json, true);
var_dump($data);