[US] Rusty Rails - 10x No BPs » One Grid / 1 Grid / Small के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 10863,
"world_seed": 3243242,
"world_size": 1750,
"steam_id": "90286373833576465",
"domain": null,
"id": 10605592,
"ip": "172.93.101.100",
"port": 27013,
"query": 28013,
"color": 0,
"city": "Piscataway",
"description": "![[US] Rusty Rails - 10x No BPs » One Grid / 1 Grid / Small](https://i.imgur.com/Z7a23dF.png)\nWelcome To Rusty Rails Servers - home of reliable Rust servers.\r\n\r\nOur offerings:\r\n✦ 10x gather rates on all materials\r\n ✦ Instant Crafting.\r\n ✦ All blueprints unlocked.\r\n ✦ Smelting is more efficient and given a boosted ratio on Charcoal.\r\n ✦ Always daytime.\r\n\r\nYou can learn more on our Discord at rustyrails.org/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780081424,
"last_online": 1780593034,
"icon": null,
"name": "[US] Rusty Rails - 10x No BPs » One Grid / 1 Grid / Small",
"connect": "172.93.101.100:27013",
"request": "172.93.101.100:28013",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1763321644,
"last_update": 1780593034,
"banned": false,
"wipe": 1780081459,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3671,
"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/10605592");
$data = json_decode($json, true);
var_dump($data);