[BR/LATAM] TERRA HOSTIL 2X | SOLO/ DUO/ TRIO | için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 91,
"fps_avg": 88,
"entities_count": 105081,
"world_seed": 1337,
"world_size": 3600,
"steam_id": "90286573233580063",
"domain": null,
"id": 11596823,
"ip": "143.14.179.90",
"port": 29015,
"query": 29017,
"color": 0,
"city": "Cotia",
"description": "![[BR/LATAM] TERRA HOSTIL 2X | SOLO/ DUO/ TRIO |](https://i.imgur.com/hO7JOJJ.png)\nBem vindos ao TERRA HOSTIL - 2x\r\n\r\n✓ Max Trio\r\n✓ Map Size: 3600\r\n✓ Upkeep/Decay 50%\r\n✓ Outpost, Bandit Camp e Barn mesclados\r\n✓ Wipe mapa 2 vezes na semana e BP somente no Force.\r\n✓ Proibido aliança, trapaças e qualquer tipo de ofensas.\r\n\r\nDiscord oficial do servidor no botão azul abaixo",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780237450,
"last_online": 1780555820,
"icon": null,
"name": "[BR/LATAM] TERRA HOSTIL 2X | SOLO/ DUO/ TRIO |",
"connect": "143.14.179.90:29015",
"request": "143.14.179.90:29017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 60,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 82,
"add_date": 1779358599,
"last_update": 1780555820,
"banned": false,
"wipe": 1780522734,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 290,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11596823");
$data = json_decode($json, true);
var_dump($data);