Rust
API pentru Bestrust Solo ONLY #6 - Weekly | JUST FULLWIPED 14.04 04/14
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10815662json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 104116,
"world_seed": 1337,
"world_size": 3499,
"steam_id": "90284596750404610",
"domain": null,
"id": 10815662,
"ip": "141.11.117.60",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to Bestrust Solo ONLY #6 - Weekly!\nGet 3 free rust skins by using the BESTRUST code on https://splits.gg\n\nWe have been providing the best Rust experience since 2018!\n\nVIP - Skip Queue is only 4€, check out our store, click on 'View Webpage' button below\nStore: https://store.bestrustservers.com/\n\nWipe Schedule:\n• Fullwipes Every Tuesday at 14:45 CEST\n- Last Wipe: 14.04 14:45 CEST Type: Full Wipe\n- Next Wipe: 21.04 14:45 CEST Type: Full Wipe\n\nFeatures:\n- Max Group Size: 1\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775151730,
"score": 0,
"last_online": 1776522022,
"icon": null,
"name": "Bestrust Solo ONLY #6 - Weekly | JUST FULLWIPED 14.04 04/14",
"connect": "141.11.117.60:28015",
"request": "141.11.117.60:28017",
"map": "Wiped 4 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 6,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1767109981,
"last_update": 1776522022,
"banned": false,
"wipe": 1776170534,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2311,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10815662");
$data = json_decode($json, true);
var_dump($data);