Rust
JumpRust.com - US 3x|Primitive|Full PVP|Shop|Kits|TP|Clans| için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8453796json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 139938,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90284733783506970",
"domain": null,
"id": 8453796,
"ip": "162.222.16.246",
"port": 28888,
"query": 28889,
"color": 0,
"city": "Paris",
"description": "\n- We are committed to creating servers without cheating and discrimination!\r\n✸ Reduce offline raids and make the server more interesting : 2:00am-12:00noon (EST)\r\n- Member limit: No team/alliance limit\r\n▼▼▼Modes / Settings / Plugins/ Events :▼▼▼\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n●Full PVP ●Light RPG\r\n●3x Gather ●3x Scraps ●Better Loots ●8x Smelting ●Instant Crafting\r\n●Skills ●TP ●Clan ●Kits ●Currency ●Shop ●Autopilot ●Fewer Offline\r\n●Low Ping ●Anti-Cheat ●Active Admin (Non-Play)\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\nJoin our discord server!\r\nhttps://discord.gg/QqEjCejxVG\r\n↓↓↓↓Click here for the best game experience",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776439409,
"score": 0,
"last_online": 1776837615,
"icon": null,
"name": "JumpRust.com - US 3x|Primitive|Full PVP|Shop|Kits|TP|Clans|",
"connect": "162.222.16.246:28888",
"request": "162.222.16.246:28889",
"map": "✿ JumpRust.com USA™ FPS+",
"gamemode": "Primitive",
"version": "2623",
"numplayers": 18,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1743881128,
"last_update": 1776837615,
"banned": false,
"wipe": 1776439356,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 601,
"language": "fr",
"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/8453796");
$data = json_decode($json, true);
var_dump($data);