Rust
RustGamingNation 75x PvE [Events|Purge|Zombies|SkillTree] için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/805582json
{
"response": {
"fps": 2,
"fps_avg": 2,
"entities_count": 73278,
"world_seed": 449422313,
"world_size": 4000,
"steam_id": "90284558295326728",
"domain": null,
"id": 805582,
"ip": "104.143.3.5",
"port": 28068,
"query": 28065,
"color": 0,
"city": "Dallas",
"description": "![RustGamingNation 75x PvE [Events|Purge|Zombies|SkillTree]](https://i.imgur.com/v502SmH.png)\n75x Gather • No Raiding • No Killing • Chill PVE\r\n \r\n Features:\r\n - Instant Craft\r\n - Sky & Water Bases\r\n - Raidable NPC Bases\r\n - Custom Build Sites\r\n - Recyclers At Monuments\r\n - Shop, Kits, Events, And More!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776359624,
"score": null,
"last_online": 1776424394,
"icon": null,
"name": "RustGamingNation 75x PvE [Events|Purge|Zombies|SkillTree]",
"connect": "104.143.3.5:28068",
"request": "104.143.3.5:28065",
"map": "RustGamingNation Procedural",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684353796,
"last_update": 1776424394,
"banned": false,
"wipe": 1776359988,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2768,
"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/805582");
$data = json_decode($json, true);
var_dump($data);