SexyParadise EU 10x Max 6|Loot+|MyMini|Kits|No BPs Just Wiped için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286402488852501",
"domain": null,
"id": 11644943,
"ip": "216.126.207.155",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Canary Wharf",
"description": "\nSexyParadise EU 10x\n\nMAX 6 PLAYERS PER TEAM\nWIPES EVERY TUESDAY & SATURDAY @ 15:00 CET\n\n- 10x Gather & Loot+\n- No BPs\n- Kits / Shop / Skinner\n- MyMini\n- Clans & Events\n- King of the Hill\n- TC Capture Event\n- Fast Progression\n- Balanced PvP\n- Active Staff\n- High Performance EU Hosting\n\nJoin the rush. Dominate. Repeat.w0Fu8DI4WbqIHB3i",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177440,
"last_online": 1780264838,
"icon": null,
"name": "SexyParadise EU 10x Max 6|Loot+|MyMini|Kits|No BPs Just Wiped",
"connect": "216.126.207.155:28015",
"request": "216.126.207.155:28014",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177440,
"last_update": 1780264838,
"banned": false,
"wipe": 1780146623,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2816,
"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/11644943");
$data = json_decode($json, true);
var_dump($data);