Rust
API pentru [BR/LATAM] RustValley 10x PVE+ |Armas Lendarias| Raidable Bases
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11095720json
{
"response": {
"fps": 38,
"fps_avg": 41,
"entities_count": 196658,
"world_seed": 1,
"world_size": 4500,
"steam_id": "90284732465173515",
"domain": null,
"id": 11095720,
"ip": "181.233.115.142",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Itapetininga",
"description": "![[BR/LATAM] RustValley 10x PVE+ |Armas Lendarias| Raidable Bases](https://image.myrustserver.com/logo/tedymt_6813310d976dc.png)\nBR/LATAM] New RustValley | PVE+ | ARMAS LENDÁRIAS | BASES RAIDAVEIS | SKILLS \r\nWipe: QUINZENAL @ 16:00 BR \r\n\r\nFeatures: \r\n MINERADORAS VIRTUAIS /vq\r\n ARMAS LENDÁRIAS\r\n CASINO PRÓPRIO /casino\r\n BASES RAIDAVEIS\r\n ÁRVORE DE SKILLS\r\n KITS INICIAIS \r\n /SHOP PARA COMPRAR ITENS\r\n✯EPIC LOOT /el\r\nCASINO /casino",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776512610,
"score": 0,
"last_online": 1776848418,
"icon": null,
"name": "[BR/LATAM] RustValley 10x PVE+ |Armas Lendarias| Raidable Bases",
"connect": "181.233.115.142:28015",
"request": "181.233.115.142:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1770028159,
"last_update": 1776848418,
"banned": false,
"wipe": 1776351281,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1031,
"language": "pt",
"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/11095720");
$data = json_decode($json, true);
var_dump($data);