Rust
RUSTICOLATAM US x10 Solo/Duo|Loot X10|TP|Homes|Kits için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11435882json
{
"response": {
"fps": 40,
"fps_avg": 40,
"entities_count": 80205,
"world_seed": 1337,
"world_size": 3700,
"steam_id": "90284746034452484",
"domain": null,
"id": 11435882,
"ip": "199.127.63.168",
"port": 30005,
"query": 30442,
"color": 0,
"city": "Miami",
"description": "\nWelcome to RUSTICOLATAM US X10 Solo/Duo|Loot X10|TP|Homes|Kits \r\nFull wipe every Friday at 19:00 CEST (BPs wiped) \r\nMap wipe every Tuesday at 19:00 CEST \r\nMax Team: 2 \r\nKits, Clan, Home, Teleport, Trade \r\nResources and Loot x10 \r\nCrafting, Smelting, Recycler and Mixing Table x10 \r\nAll Tier 1 and Electrical BPs unlocked \r\nExtended Workbench \r\nPowered by RusticoLatam.com \r\nClick Visit Webpage (blue button) to visit our website, join our Discord and more",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776444802,
"score": 0,
"last_online": 1776833423,
"icon": null,
"name": "RUSTICOLATAM US x10 Solo/Duo|Loot X10|TP|Homes|Kits",
"connect": "199.127.63.168:30005",
"request": "199.127.63.168:30442",
"map": "Rustico | WIPED 11 HOURS AGO",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977210,
"last_update": 1776833423,
"banned": false,
"wipe": 1776790355,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5337,
"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/11435882");
$data = json_decode($json, true);
var_dump($data);