! MTG: Breakroom |PVE|No BPs|1k to 25k Stack Sizes ! için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 74,
"fps_avg": 73,
"entities_count": 146344,
"world_seed": 86,
"world_size": 5000,
"steam_id": "90286588572467218",
"domain": null,
"id": 11261189,
"ip": "108.201.195.35",
"port": 39020,
"query": 39021,
"color": 0,
"city": "Avon",
"description": "\n--> Last wipe: May 7th 2026\r\n--> Next wipe: June 4th 2026\r\n\r\n--> Both Blueprint Fragments in shop!\r\n--> 50 bags\r\n--> 100 active turrets (50 per base cap)\r\n--> Very active Admin\r\n--> 5 min hack times on crates \r\n\r\n--> PVE server for those that have jobs. NOTE: The Saturday before forced wipe, this server goes PVP and raiding is by doorways and windows only! All twig is breakable! I.E. Perfect for trap base builders and raiders wanting a real challenge!\r\n\r\n--> Server restarts daily at 04:00 Eastern US time\r\n--> Noob Friendly\r\n--> Log in at least every 72 hours (3 days) or everything you've built will be raided or purged!\r\n--> VIP information at our Discord\r\n\r\n Some of our mods are: \r\n--> Raidable Bases\r\n--> Convoy Reforged\r\n--> Abandon Bases\r\n--> NPC Raiders\r\n--> Best Jet Drops (1 of many of our custom Mods!)\r\n--> Auto Pickup Barrel\r\n--> Z-Levels\r\n--> Multi-screen Backpacks\r\n--> Better Elevators\r\n--> Raid Alarm\r\n--> Clans (size 5)\r\n--> Quick Smelt\r\n--> TP\r\n--> Bgrade with up command\r\n--> Furnace Splitter\r\n \r\n--> Remove tool\r\n--> Auto, no fuel lamp and lanterns\r\n--> Plus many more mods!\r\n\r\n--> Note: Some bans are set to forever!\r\n--> Joining here with VAC ban less than one year or 3 Steam games bans , is an automatic perma ban\r\n--> Using a VPN (proxy) will get you an auto kick. Just come back without using a proxy\r\n\r\n Admin contact: PM at our Discord\r\n\r\n Click External Website below for our Discord!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780563869,
"last_online": 1780568429,
"icon": null,
"name": "! MTG: Breakroom |PVE|No BPs|1k to 25k Stack Sizes !",
"connect": "108.201.195.35:39020",
"request": "108.201.195.35:39021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555224,
"last_update": 1780568429,
"banned": false,
"wipe": 1778176777,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4380,
"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/11261189");
$data = json_decode($json, true);
var_dump($data);