API für [AU/NZ] TearBearGaming PvP | 1000x|BP Unlocked
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 42,
"fps_avg": 42,
"entities_count": 73962,
"world_seed": 1674233627,
"world_size": 3500,
"steam_id": 90286584458853400,
"domain": null,
"id": 1153446,
"ip": "159.196.30.227",
"port": 20036,
"query": 20038,
"color": 0,
"city": "Brisbane",
"description": "![[AU/NZ] TearBearGaming PvP | 1000x|BP Unlocked](http://159.196.30.227:82/rust/tearbeargamingRustBanner.jpg)\nLast Map Wipe: 22/05/2026/n /n Clan Limit: None./n Map Size: 3500./n Wiped Fortnightly on Friday @ 5PM AEST./n - 1000x Rates./n - 1000x Resource Stack/n - Offline Raid Protection/n - All Workbench BP Unlocked./n - Custom LootTable/n - No Crafting Time./n - 10x Furnace/Oil Refinery Speed./n - Raidable Bases/n - Teleport (Set Home, OutPost, Bandit Camp & Monuments)/n - Extended BackPack/n - Vote To Skip Night/n - Buy car chase from car lift/n - SkinBox/n - Server Events/n /n Join us on Discord https://discord.gg/kmfyGFf for Rules, Commands and more.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780556669,
"last_online": 1780591830,
"icon": null,
"name": "[AU/NZ] TearBearGaming PvP | 1000x|BP Unlocked",
"connect": "159.196.30.227:20036",
"request": "159.196.30.227:20038",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1689143056,
"last_update": 1780591830,
"banned": false,
"wipe": 1779440544,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1617,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/1153446");
$data = json_decode($json, true);
var_dump($data);