NO MERCY 10X | PVP | RAIDS | Weekly Wipes için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 78120,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286575474743317",
"domain": null,
"id": 11645034,
"ip": "150.129.120.178",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Bareilly",
"description": "\nNO MERCY 10X — Welcome to NO MERCY 10X — the Ultimate Indian Rust battlefield where survival is brutal, raids are nonstop, and only the strongest clans dominate.\r\n\r\nBuilt for fast-paced action, our server delivers:\r\n10X Gather & Loot\r\nInstant PvP & Massive Raids\r\nActive Indian Admins\r\nBalanced Kits & Economy\r\nEvents, Bradley, Heli & PvP Hotspots\r\nLag-Free Indian Experience\r\nTEAM Limit MAX 8\r\nNo Mercy. No Rules. Just Survival.\r\n\r\nWhether you're a solo grinder or a dominant zerg, this is the place to build, raid, and conquer.\r\n\r\nJoin the wipe. Build your empire. Show NO MERCY.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780531461,
"last_online": 1780564829,
"icon": null,
"name": "NO MERCY 10X | PVP | RAIDS | Weekly Wipes",
"connect": "150.129.120.178:28015",
"request": "150.129.120.178:28017",
"map": "Wiped 5 days ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "IN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177444,
"last_update": 1780564829,
"banned": false,
"wipe": 1780065454,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5755,
"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/11645034");
$data = json_decode($json, true);
var_dump($data);