Atlas - EU Long | Vanilla | No BP wipes के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 10,
"fps_avg": 10,
"entities_count": 78577,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90286573908658186",
"domain": null,
"id": 11759358,
"ip": "195.60.166.166",
"port": 28010,
"query": 28015,
"project_id": null,
"color": 0,
"city": "City of London",
"description": "\nAtlas Rust Servers | Made for the most competitiveTrue VanillaMap Wipes: Force WipesBlueprints Wipes: N/A (does not wipe ever)Links• discord.gg/atlasrust• store.atlasrustservers.comFeatures• 1x Gather• 1x Loot• Free QoL• No paid features24 hours discord staff support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780931710,
"last_online": 1781350231,
"icon": null,
"name": "Atlas - EU Long | Vanilla | No BP wipes",
"connect": "195.60.166.166:28010",
"request": "195.60.166.166:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780931710,
"last_update": 1781350231,
"banned": false,
"wipe": 1780524904,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5943,
"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/11759358");
$data = json_decode($json, true);
var_dump($data);