[AU] RustyCartel.com | 3x Loot | Solo Duo Trio | Skills | Kits için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 68638,
"world_seed": 20627827,
"world_size": 3500,
"steam_id": "90286608331885590",
"domain": null,
"id": 11607431,
"ip": "103.62.51.135",
"port": 28115,
"query": 28116,
"color": 0,
"city": "Sydney",
"description": "![[AU] RustyCartel.com | 3x Loot | Solo Duo Trio | Skills | Kits](https://rustycartel.com/img/server-header.jpg)\nLooking for a Rust server that has more to offer than just running roads or raiding? We've packed our server with features that add a new layer of gameplay to your wipe.\r\n\r\nWipe Schedule:\r\nEvery Friday at 3pm (AEST)\r\n\r\nImprovements we've made:\r\n• 2x Gather\r\n• No junk Loot\r\n• Custom Events\r\n• Adv Skill System\r\n• Build In Jungle Trees\r\n• Full Base Workbench\r\n• Faster Craft & Smelting\r\n• Group Limit of 3 Members\r\n• Live leaderboard and stats\r\n• 40min Days & 10min Nights\r\n• Private Anti Cheat Integration\r\n• Share BPs with team members\r\n• Real-time map vote for next wipe \r\n• Create your clan and invite friends\r\n• Daily rewards for dedicated players\r\n\r\nReady to play your next Rust wipe? Connect to Server and get started on Rusty Cartel.\r\n\r\nWebsite: https://rustycartel.com\r\nDiscord: https://discord.gg/4YK6MAt4Fg",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780603462,
"last_online": 1780631433,
"icon": null,
"name": "[AU] RustyCartel.com | 3x Loot | Solo Duo Trio | Skills | Kits",
"connect": "103.62.51.135:28115",
"request": "103.62.51.135:28116",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915506,
"last_update": 1780631433,
"banned": false,
"wipe": 1780596787,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5239,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11607431");
$data = json_decode($json, true);
var_dump($data);