★★★ GTA RUST CITY - Custom Made By L36.Studios ★★★ के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 57,
"fps_avg": 57,
"entities_count": 52717,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90287083830676489",
"domain": null,
"id": 11781442,
"ip": "46.224.31.39",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Nuremberg",
"description": "\nGTA? Yes! you can commit grand theft auto and you will become wanted! Inspired by Rockstars Grand Theft Auto and built from the ground up over years\r\n\r\nGTA Rust City is a fully custom Rust experience shaped by exclusive in-house plugins, custom systems, and a map designed to make every part of gameplay feel connected.\r\n\r\nNothing here is random, every feature has been carefully thought through so progression, PvP, building, and roleplay all complement each other naturally.\r\n\r\nNo pay to win. No kits. You earn everything yourself, with progression intentionally slowed by to make every gain matter.\r\n\r\n\r\nThis is a realism server with heavy roleplay elements but we kept the core Rust experience intact which is PvP\r\n\r\n\r\nMain Gameplay Elements:\r\n\r\n- Jobs: you are limited to one job at a time and you can only switch jobs every 24 hours. Each job has its own benefits and limitations, so you must choose strategically and plan your progression. This is not a bonus system - it's a roleplay system that encourages players to specialize and cooperate with others.\r\n- Wanted System: commit crimes like killing other players, stealing vehicles, prison breaks or breaking into bases and you will become wanted. The more crimes you commit, the higher your wanted level. There is 6 wanted stars total and anything below 5+ stars will require the Police to transport them to the Prison where they will have to spend 10 minutes per star and Police are paid for time prisoners spend in Prison\r\n- Much More: there is so much to discover in GTA Rust City - like Rust, it's best experienced without spoiling it.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781583232,
"last_online": 1781596826,
"icon": null,
"name": "★★★ GTA RUST CITY - Custom Made By L36.Studios ★★★",
"connect": "46.224.31.39:28015",
"request": "46.224.31.39:28017",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1781376773,
"last_update": 1781596826,
"banned": false,
"wipe": 1781583187,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6079,
"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/11781442");
$data = json_decode($json, true);
var_dump($data);