Madlands 100x | PvP | Loot+ | Shop | Raidables | 50 Airdrops için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 48,
"fps_avg": 45,
"entities_count": 109361,
"world_seed": 2560,
"world_size": 4300,
"steam_id": "90286297579325446",
"domain": null,
"id": 10933796,
"ip": "66.51.99.84",
"port": 28040,
"query": 28041,
"color": 0,
"city": "Dallas",
"description": "\nBUILT FOR BETTER PERFORMANCE \r\n\r\nOur server has been upgraded to dedicated hardware to give players a smoother, faster, and more reliable Rust experience. Expect better response times, stronger performance, and nonstop action from the moment you load in.\r\n\r\nEnjoy fast progression with 100x gather rates, instant crafting, starter kits, active events, and intense PvP across the map. Get geared, build fast, and jump straight into the fight without wasting hours on the grind.\r\n\r\nOur admin team is focused on keeping the server fair, active, and fun for everyone. MVP memberships are available for players who want extra perks and more ways to enjoy the server.\r\n\r\nGear up, bring your crew, and see if you have what it takes to survive the chaos.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780592013,
"last_online": 1780002628,
"icon": null,
"name": "Madlands 100x | PvP | Loot+ | Shop | Raidables | 50 Airdrops",
"connect": "66.51.99.84:28040",
"request": "66.51.99.84:28041",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1768486654,
"last_update": 1780592013,
"banned": false,
"wipe": 1779689481,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10654,
"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/10933796");
$data = json_decode($json, true);
var_dump($data);