Rust
Atlas - EU 3x | No BPs | Mondays için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9833988json
{
"response": {
"modded": true,
"fps": 30,
"fps_avg": 30,
"entities_count": 677068,
"world_seed": 1337,
"world_size": 4750,
"steam_id": 90284699968143360,
"domain": null,
"id": 9833988,
"ip": "195.60.166.23",
"port": 28010,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nAtlas Rust Servers | Made for the most competitive\r\n\r\nMap Wipes: Every Monday \r\nBlueprints Wipes: N/A (does not wipe ever)\r\n\r\nLinks• discord.gg/atlasrust\r\n• store.atlasrustservers.com\r\n\r\nFeatures\r\n• 3x Gather\r\n• 3x Loot (removed junk)\r\n• Free QoL\r\n• No paid features\r\n• Exclusive Anti-team plugins\r\n• QoL features to assist with the team limit\r\n\r\n24 hours discord staff support",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": 0,
"last_online": 1776796208,
"icon": null,
"name": "Atlas - EU 3x | No BPs | Mondays",
"connect": "195.60.166.23:28010",
"request": "195.60.166.23:28015",
"map": "discord.gg/atlasrust",
"gamemode": "Survival",
"version": "2623",
"numplayers": 784,
"maxplayers": 800,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 129,
"add_date": 1752959176,
"last_update": 1776796208,
"banned": false,
"wipe": 1776697100,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 37,
"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/9833988");
$data = json_decode($json, true);
var_dump($data);