Rust
API pentru Bestrust Solo/Duo #6 - Weekly | JUST FULLWIPED 21.04 04/21
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/7533707json
{
"response": {
"steam_id": "90284745849992194",
"domain": null,
"id": 7533707,
"ip": "208.103.169.61",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Bestrust Solo/Duo #6!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com.\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 18:45 CEST\n• Fullwipes Every Saturday at 19:45 CEST\n- Last Wipe: 27.09 19:45 CEST Type: Full Wipe\n- Next Wipe: 30.09 18:45 CEST in 2 minutes Type: Full Wipe\n\nFeatures:\n- Max Group Size: 2\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775778122,
"score": 0,
"last_online": 1776823212,
"icon": null,
"name": "Bestrust Solo/Duo #6 - Weekly | JUST FULLWIPED 21.04 04/21",
"connect": "208.103.169.61:28010",
"request": "208.103.169.61:28015",
"map": "Wiped 9 hours ago",
"gamemode": "Rust",
"version": "2623",
"numplayers": 203,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 118,
"add_date": 1739356449,
"last_update": 1776823212,
"banned": false,
"wipe": 1776789913,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 50,
"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/7533707");
$data = json_decode($json, true);
var_dump($data);