Rust
[EN/AR] KSA & UAE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10460032json
{
"response": {
"fps": 45,
"fps_avg": 44,
"entities_count": 63123,
"world_seed": 1337,
"world_size": 3100,
"steam_id": "90285507013562396",
"domain": null,
"id": 10460032,
"ip": "20.233.32.186",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Dubai",
"description": "![[EN/AR] KSA & UAE](https://rustcdn.blob.core.windows.net/rust-assets/ksavanilla.png)\nMain Server Info <| \r\n - Map Size: 3100km \r\n - Weekly Map Wipe \r\n - Monthly Blueprint Wipe \r\n\r\nServer Rules <| \r\n - Max Team Size: 5 Players \r\n - No Racism (Don't mention families) \r\n - No Alliances \r\n - English & Arabic only in Public Chat \r\n - No Cheating, Hacking, or Scripting \r\n\r\nMore Info: https://discord.gg/4dzmBwAUTJ",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778262789,
"score": 0,
"last_online": 1778599818,
"icon": null,
"name": "[EN/AR] KSA & UAE",
"connect": "20.233.32.186:28015",
"request": "20.233.32.186:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 5,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1760474406,
"last_update": 1778599818,
"banned": false,
"wipe": 1778188606,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1832,
"language": "ar",
"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/10460032");
$data = json_decode($json, true);
var_dump($data);