Rust
API pentru BR/PVE RZZ77 Brazil
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11488921json
{
"response": {
"fps": 51,
"fps_avg": 57,
"entities_count": 46786,
"world_seed": 6738,
"world_size": 3000,
"steam_id": "90284321279776795",
"domain": null,
"id": 11488921,
"ip": "45.89.30.251",
"port": 28035,
"query": 28036,
"color": 0,
"city": "Cotia",
"description": "\nRZZ77 Brazil \r\n\r\nServidor PvE focado em sobrevivência tranquila e cooperação.\r\nAqui você joga sem stress, sem PvP entre jogadores!\r\n\r\n PvE 100% ativo\r\n Comunidade amigável\r\n Servidor estável e baixo ping\r\n Eventos e melhorias constantes\r\n\r\nConstrua, explore e evolua no seu ritmo.\r\n\r\n Discord:\r\nhttps://discord.gg/7cGuyBzSS4\r\n\r\n Entre agora no RZZ77 Brazil e comece sua jornada!",
"game": 252490,
"owner": 167486,
"boosts": 1,
"last_offline": 1775937115,
"score": 0,
"last_online": 1776456016,
"icon": null,
"name": "BR/PVE RZZ77 Brazil",
"connect": "45.89.30.251:28035",
"request": "45.89.30.251:28036",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1775920009,
"last_update": 1776456016,
"banned": false,
"wipe": 1776093005,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 492,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "capixaba027",
"avatar": "90c466d7-d000-4ac2-bc4f-b7f8a5c72e82.jpg",
"last_online": 1776114713
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11488921");
$data = json_decode($json, true);
var_dump($data);