API dla [BR/LATAM] Largados e Ferrados | MAX 4 | 4/6 4.6 Wipe
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 92,
"fps_avg": 106,
"entities_count": 94548,
"world_seed": 1993815445,
"world_size": 4000,
"steam_id": "90286604447052806",
"domain": null,
"id": 11759843,
"ip": "178.132.198.136",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "São Paulo",
"description": "Bem-vindos ao Largados e Ferrados Vanilla \r\n Wipe full todas as Quintas \r\n Wipe mapa todas as Segundas \r\n \r\n MAX TEAM: 4 \r\n \r\n Click no link a baixo para Visitar nosso Grupo",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780931734,
"last_online": 1780959633,
"icon": null,
"name": "[BR/LATAM] Largados e Ferrados | MAX 4 | 4/6 4.6 Wipe",
"connect": "178.132.198.136:28015",
"request": "178.132.198.136:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780931734,
"last_update": 1780959633,
"banned": false,
"wipe": 1780597489,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6146,
"language": "pt",
"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/11759843");
$data = json_decode($json, true);
var_dump($data);