[EU/UK] ZeroMery | 5x |Biweekly Wipe | Loot++ | /MyMini | için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 89049,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286587875781641",
"domain": null,
"id": 11501778,
"ip": "194.69.160.95",
"port": 28111,
"query": 28113,
"color": 0,
"city": "City of London",
"description": "![[EU/UK] ZeroMery | 5x |Biweekly Wipe | Loot++ | /MyMini |](https://rust-server-images.physgun.com/b18304a419b90f68bff1287513f060c1c86162f3da6d1da641fa5105c5ecdefe.png)\nZeromercy Rust Server | Made for the most \r\nWipe times\r\nBiweekly Friday 4PM GMT\r\n\r\nLinks\r\n• discord.gg/zmukrust\r\n• store.zeromercyrustservers.com\r\n\r\nFeatures\r\n• 5X Gather\r\n• 5X Sulfur\r\n• 5X Loot (removed junk)\r\n• Custom events",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780413860,
"last_online": 1780571434,
"icon": null,
"name": "[EU/UK] ZeroMery | 5x |Biweekly Wipe | Loot++ | /MyMini |",
"connect": "194.69.160.95:28111",
"request": "194.69.160.95:28113",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207180,
"last_update": 1780571434,
"banned": false,
"wipe": 1780563282,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4807,
"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/11501778");
$data = json_decode($json, true);
var_dump($data);