Titian Rust - US Small için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 29349,
"world_seed": 1506199104,
"world_size": 2555,
"steam_id": "90286604655392791",
"domain": null,
"id": 11645130,
"ip": "66.51.96.64",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Ashburn",
"description": "\nWelcome to Titan Rust\r\n\r\nJust a solid 2x server without all the extra bs.\r\n\r\n• 2x Gather\r\n• Minis Spawn on Roads\r\n• Free Skinbox\r\n• Active Staff\r\n• PvP/Raid Focused\r\n• Smooth Performance\r\n\r\nWhether you like roaming, building, farming, or just causing chaos, Titan Rust is made to keep things moving without making progression feel too easy.\r\n\r\nHop on, build up, raid your neighbors, and try not to get offline raided.\r\n\r\nTitan Rust\r\nGrind Less. Roam More.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177448,
"last_online": 1780601435,
"icon": null,
"name": "Titian Rust - US Small",
"connect": "66.51.96.64:28020",
"request": "66.51.96.64:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177448,
"last_update": 1780601435,
"banned": false,
"wipe": 1780597992,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5057,
"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/11645130");
$data = json_decode($json, true);
var_dump($data);