INDIA - RUST | Vanilla | Weekly | SEA/IND/UAE için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 213,
"fps_avg": 205,
"entities_count": 83588,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90286604242270208",
"domain": null,
"id": 11677331,
"ip": "148.113.47.127",
"port": 28019,
"query": 28020,
"color": 0,
"city": "Mumbai",
"description": "\nWelcome to INDIA - RUST Vanilla | Weekly\r\n\r\nA rust server hosted in India running on premium infrastructure with optimal ping.\r\n\r\nWipe Schedule:\r\n→ Map Wipe: Every Friday\r\n→ Blueprint/Force Wipe: First Friday of every month\r\n→ Wipe Time: 6:30 PM IST\r\n\r\nFeatures:\r\n→ Custom Anti-cheat\r\n→ Map with combined Outpost & BanditCamp\r\n→ Active Moderation\r\n→ Commands: /pop, /kdr, /top\r\n\r\nFor Latest Server updates and extended community join Discord at: https://discord.com/invite/Y4GDUtVYtE\r\n\r\nOR Click here ↓↓↓",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780601432,
"icon": null,
"name": "INDIA - RUST | Vanilla | Weekly | SEA/IND/UAE",
"connect": "148.113.47.127:28019",
"request": "148.113.47.127:28020",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 5,
"maxplayers": 65,
"bots": 0,
"secured": true,
"private": false,
"country": "IN",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1780216203,
"last_update": 1780601432,
"banned": false,
"wipe": 1780596976,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1708,
"language": "hi",
"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/11677331");
$data = json_decode($json, true);
var_dump($data);