API dla Tiger Eye HardCore 5X Gather 3X Loot
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 112,
"fps_avg": 124,
"entities_count": 69160,
"world_seed": 1816944901,
"world_size": 3500,
"steam_id": "90286610791243807",
"domain": null,
"id": 11501899,
"ip": "185.125.169.103",
"port": 28630,
"query": 25256,
"color": 0,
"city": "Sandefjord",
"description": "This is Tiger Eye HardCore 5X Gather 3X Loot. \r\nThere is same plugin that is in use like events \r\nAirfieldEvent \r\nCargoPlaneCrash \r\nConvoy \r\nGuardedCrate \r\nLockedCrateTimer \r\nSupermarketEvent \r\nand it gone to be more later. \r\nThis is more on the server: \r\nBackPacks. \r\nBetterhealing. \r\nBradleys on Monument. \r\nBradley Guardes. \r\nCheststacks. \r\nCraftpanel. \r\nFurnaceSplitter. \r\nInstantAirdrop. \r\nInstantCraft. \r\nKits. \r\nMymini. \r\nNTeleportation. \r\nQuickSmelt. \r\nRaidableBases. \r\nRestoreUponDeath. \r\nServerArmour. \r\nWaterBases.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780608257,
"last_online": 1780622432,
"icon": null,
"name": "Tiger Eye HardCore 5X Gather 3X Loot",
"connect": "185.125.169.103:28630",
"request": "185.125.169.103:25256",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "NO",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207184,
"last_update": 1780622432,
"banned": false,
"wipe": 1780608719,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4635,
"language": "no",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11501899");
$data = json_decode($json, true);
var_dump($data);