RevRust Dev Server için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 143045,
"world_seed": 1337,
"world_size": 4800,
"steam_id": "90286405714887691",
"domain": null,
"id": 11677621,
"ip": "51.161.199.81",
"port": 29015,
"query": 29016,
"color": 0,
"city": "North Sydney",
"description": "\nDEV SERVER \r\nWelcome to Revolution Gaming Rust PvE DEV!\r\nSolo/Duo/Trio/Quad\r\nFull PVE Protection\r\nActive Admins\r\nPurge: Final 36 hours of wipe\r\nSignificantly boosted gather rates for resources (up to 10x) as well as boosted scrap and loot.\r\nThis server has the following:\r\nKits\r\nBgrade and Up commands\r\nJunk Free Loot Table\r\nBackpacks\r\nClans\r\nRaidable Bases\r\nJetpack\r\nSkill Tree\r\nVirtual Quarries\r\nFaster Smelt/Craft/Mixing\r\nLots of Events\r\nZombie Hordes\r\nBoss Monsters\r\nPlane Crash\r\nTeleportation - Home, Outpost,Bandit etc\r\nPlease use the Website button to join our Discord for access to exclusive kits and more info!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780216217,
"last_online": 1780563633,
"icon": null,
"name": "RevRust Dev Server",
"connect": "51.161.199.81:29015",
"request": "51.161.199.81:29016",
"map": "Join Us Today",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216217,
"last_update": 1780563633,
"banned": false,
"wipe": 1778392254,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5979,
"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/11677621");
$data = json_decode($json, true);
var_dump($data);