Rust
Insidious RSA के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10460266json
{
"response": {
"fps": 19,
"fps_avg": 18,
"entities_count": 83105,
"world_seed": 3917999325,
"world_size": 3500,
"steam_id": "90285505103071261",
"domain": null,
"id": 10460266,
"ip": "129.232.154.35",
"port": 28135,
"query": 28136,
"color": 0,
"city": "Cape Town",
"description": "\nWelcome to Insidious RSA \r\nThe land is broken, and survival is never guaranteed. In this unforgiving world, you choose your fate — live in peace or hunt in chaos. PVE or PVP, the path is yours. \r\nWith 5x gather rates, rise faster from the ashes. Challenge Raidable Bases, endure Random Raids, and prove your strength. \r\nMonthly wipes ensure no survivor’s reign lasts forever.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778458978,
"score": 0,
"last_online": 1778766620,
"icon": null,
"name": "Insidious RSA",
"connect": "129.232.154.35:28135",
"request": "129.232.154.35:28136",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "ZA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1760474452,
"last_update": 1778766620,
"banned": false,
"wipe": 1778221196,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3667,
"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/10460266");
$data = json_decode($json, true);
var_dump($data);