[NEW] SurvivalSpeed 100x/Loot++/Shop/Kits/PremiumPlugins के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 157,
"fps_avg": 165,
"entities_count": 90662,
"world_seed": 910901811,
"world_size": 4000,
"steam_id": "90286604338427916",
"domain": null,
"id": 11260036,
"ip": "94.130.220.101",
"port": 28018,
"query": 28019,
"color": 0,
"city": "Falkenstein",
"description": "![[NEW] SurvivalSpeed 100x/Loot++/Shop/Kits/PremiumPlugins](https://i.imgur.com/wLejsPj.png)\nWelcome to SurvivalSpeed RUST!nnHere you will find some basic server info, Join our discord for all info and support you will need.nnServer Info:nThe 100x rust server has a quick playstyle with multiple plugins to make the server feel more dynamic. The 100x server is new and gets updates daily, suggestions are also always welcome so we can improve our services.nnWipes:nOur 100x Rust server wipes weekly, the wipe will always be on thursdays and will be announced in our discord.nnLinks:nDiscord Link: https://discord.gg/pBd3xxRnWebstore Link: http://sspeedrust.tebex.io/nDonate Link: https://paypal.me/arkspeedpvp",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780599632,
"icon": null,
"name": "[NEW] SurvivalSpeed 100x/Loot++/Shop/Kits/PremiumPlugins",
"connect": "94.130.220.101:28018",
"request": "94.130.220.101:28019",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555186,
"last_update": 1780599632,
"banned": false,
"wipe": 1780597127,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3822,
"language": "de",
"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/11260036");
$data = json_decode($json, true);
var_dump($data);