Vibe Island - 1.5x|Noob Friendly|Giveaways के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 54,
"fps_avg": 53,
"entities_count": 99924,
"world_seed": 300412462,
"world_size": 4250,
"steam_id": "90286737801601047",
"domain": null,
"id": 7027719,
"ip": "64.40.9.123",
"port": 28015,
"query": 28013,
"project_id": null,
"color": 0,
"city": "London",
"description": "Enjoy the rust vibes with us, chat and win skins in weekly giveaways.\r\n\r\nDiscord: discord.gg/Pd2ngc5YrB\r\n\r\nPvX: Toggleable PvE within building range\r\nGather: 1.5x\r\nLoot: 1.5x\r\nStacks: 3x\r\nNights: Bright and short\r\nTeam: No limits\r\n\r\nMap wipe: Monthly on force\r\nBlueprints wipe: With officials",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780631656,
"last_online": 1780910431,
"icon": null,
"name": "Vibe Island - 1.5x|Noob Friendly|Giveaways",
"connect": "64.40.9.123:28015",
"request": "64.40.9.123:28013",
"map": "Small | 4250 | PVE",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1735062147,
"last_update": 1780910431,
"banned": false,
"wipe": 1780631650,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3188,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7027719");
$data = json_decode($json, true);
var_dump($data);