Rust
[AU] RevRust 10x PVP Solo/Duo/Trio Shop|Jetpacks|RB|Events için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/763715json
{
"response": {
"fps": 30,
"fps_avg": 28,
"entities_count": 146149,
"world_seed": 1337,
"world_size": 4800,
"steam_id": "90285635436132363",
"domain": null,
"id": 763715,
"ip": "51.161.199.81",
"port": 28115,
"query": 28116,
"color": 0,
"city": "North Sydney",
"description": "![[AU] RevRust 10x PVP Solo/Duo/Trio Shop|Jetpacks|RB|Events](https://map.revrust.co/headerimages/RR10XPVPHEADER.png)\nWelcome to Revolution Gaming Rust!\r\nWe are a Solo/Duo/Trio team server with a focus on playing over gathering.\r\nSignificantly boosted gather rates for resources (up to 10x) as well as scrap and loot.\r\nPlenty of auto-spawning Raidable Bases to hit up, and your own base is raid protected while offline by having scrap in your TC!.\r\n(Note: this feature is turned off during the final week of wipe).\r\n\r\n-Friendly (but competitive) community.\r\n-Monthly wipes\r\n-Solo/Duo/Trio teams\r\n-Active admins\r\n\r\nPlease use the Website button to join our Discord!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778532180,
"score": null,
"last_online": 1778565620,
"icon": null,
"name": "[AU] RevRust 10x PVP Solo/Duo/Trio Shop|Jetpacks|RB|Events",
"connect": "51.161.199.81:28115",
"request": "51.161.199.81:28116",
"map": "Join Us Today",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1680790153,
"last_update": 1778565620,
"banned": false,
"wipe": 1778191839,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2328,
"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/763715");
$data = json_decode($json, true);
var_dump($data);