Rust
PukekoLabs x100000 Battlefield|LOADOUT|KITS|CLANS|TP için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11305586json
{
"response": {
"fps": 58,
"fps_avg": 57,
"entities_count": 30307,
"world_seed": 13347,
"world_size": 2500,
"steam_id": "90284832550227990",
"domain": null,
"id": 11305586,
"ip": "147.135.4.144",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Oakton",
"description": "PukekoLabs | NEXT-GEN BATTLEFIELD EXPERIENCE\nFEATURES:\nSkyfall\nTeleportation\nFree Kits and Loadouts\nFree Backpacks\nFree Mini and Rowboat\nBGrade (Auto Upgrade)\nHomes\nAlways Day\nRegular Events\nRULES:\n1. No cheating or scripting\n2. No racism or excessive toxicity\n3. No admin abuse reports without proof\n4. No exploiting or glitching\n5. English in global chat",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775155330,
"score": 0,
"last_online": 1776976226,
"icon": null,
"name": "PukekoLabs x100000 Battlefield|LOADOUT|KITS|CLANS|TP",
"connect": "147.135.4.144:28015",
"request": "147.135.4.144:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592892,
"last_update": 1776976226,
"banned": false,
"wipe": 1775926830,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5181,
"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/11305586");
$data = json_decode($json, true);
var_dump($data);