API dla [BR/LATAM] Rust Origem 2x Solo/Duo/Trio/Quad 06/06 WIPE FULL
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 108039,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286741811428353",
"domain": null,
"id": 10957798,
"ip": "45.157.16.187",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Jakarta",
"description": "![[BR/LATAM] Rust Origem 2x Solo/Duo/Trio/Quad 06/06 WIPE FULL](https://i.imgur.com/SiRtUa3.png)\nRUST ORIGEM 2x Solo/Duo/Trio/Quad\r\n \r\n CRONOGRAMA DE WIPE\r\n • Terça-feiras — 18h BRT (MAP WIPE)\r\n • Sábados — 12h BRT (FULL WIPE)\r\n • Wipe adicional em caso de atualização forçada\r\n \r\n BLUEPRINTS (BPs)\r\n • Resetados somente aos sábados.\r\n \r\n CONFIGURAÇÕES DO SERVIDOR:\r\n • Máximo de 4 jogadores por time\r\n • Recursos 2x\r\n \r\n Website Oficial:\r\n • rustorigem.com.br",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779966824,
"last_online": 1780975824,
"icon": null,
"name": "[BR/LATAM] Rust Origem 2x Solo/Duo/Trio/Quad 06/06 WIPE FULL",
"connect": "45.157.16.187:28015",
"request": "45.157.16.187:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 21,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "ID",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1768741784,
"last_update": 1780975824,
"banned": false,
"wipe": 1780758069,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 755,
"language": "id",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/10957798");
$data = json_decode($json, true);
var_dump($data);