Rust
Bestrust Solo ONLY 1.5x | NEXT FULLWIPE in 22 hours 19.04 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10805552json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 25159,
"world_seed": 1337,
"world_size": 2499,
"steam_id": "90284596696350731",
"domain": null,
"id": 10805552,
"ip": "141.11.117.37",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to Bestrust Solo ONLY 1.5x!\nGet 3 free rust skins by using the BESTRUST code on https://splits.gg\n\nWipe Schedule:\n• Fullwipes Every Wednesday at 11:45 CEST\n• Fullwipes Every Sunday at 14:45 CEST\n- Last Wipe: 15.04 11:45 CEST Type: Full Wipe\n- Next Wipe: 19.04 14:45 CEST in 22 hours Type: Full Wipe\n\nFeatures:\n- 1.5x gathering & loot\n- Max Group Size: 1\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775997738,
"score": 0,
"last_online": 1776521424,
"icon": null,
"name": "Bestrust Solo ONLY 1.5x | NEXT FULLWIPE in 22 hours 19.04",
"connect": "141.11.117.37:28015",
"request": "141.11.117.37:28017",
"map": "Wiped 3 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766921284,
"last_update": 1776521424,
"banned": false,
"wipe": 1776246081,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4490,
"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/10805552");
$data = json_decode($json, true);
var_dump($data);