[AU]Mallows Rust | 3X | Monthly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 119,
"fps_avg": 119,
"entities_count": 28509,
"world_seed": 2102272184,
"world_size": 2500,
"steam_id": "90287032752775175",
"domain": null,
"id": 11801017,
"ip": "51.161.216.38",
"port": 28030,
"query": 28031,
"project_id": null,
"color": 0,
"city": "North Sydney",
"description": "![[AU]Mallows Rust | 3X | Monthly](https://imgur.com/a/mallows-rust-server-fssxZDi)\nWelcome to Mallows Rust, we have active non playing admins\r\nWipe schedule is the 1st Friday of every month\r\n\r\nFeatures\r\n-Backpacks\r\n-Raidable Bases\r\n-Kits\r\n-Vote Skip Nights\r\n\r\nRules\r\n-No Cheating\r\n-No Bug/exploit abusing\r\n-Don't ban evade or knowingly play with ban evaders\r\n-No harrasment/racisim",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781463045,
"last_online": 1781502023,
"icon": null,
"name": "[AU]Mallows Rust | 3X | Monthly",
"connect": "51.161.216.38:28030",
"request": "51.161.216.38:28031",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1781463045,
"last_update": 1781502023,
"banned": false,
"wipe": 1781422751,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2093,
"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/11801017");
$data = json_decode($json, true);
var_dump($data);