Rust
[BR/LATAM] TERRA HOSTIL | SOLO/ DUO/ TRIO | Original Rust için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10534699json
{
"response": {
"fps": 57,
"fps_avg": 53,
"entities_count": 106401,
"world_seed": 1337,
"world_size": 3900,
"steam_id": "90284199923477535",
"domain": null,
"id": 10534699,
"ip": "143.14.179.90",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Cotia",
"description": "![[BR/LATAM] TERRA HOSTIL | SOLO/ DUO/ TRIO | Original Rust](https://i.imgur.com/hO7JOJJ.png)\nBem vindos ao TERRA HOSTIL\r\n\r\n✓ Max Trio\r\n✓ Map Size: 3900\r\n✓ Upkeep/Decay 50%\r\n✓ Outpost, Bandit Camp e Barn mesclados\r\n✓ Wipe mapa a cada 7 dias 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": 1775807521,
"score": 5,
"last_online": 1775880011,
"icon": null,
"name": "[BR/LATAM] TERRA HOSTIL | SOLO/ DUO/ TRIO | Original Rust",
"connect": "143.14.179.90:28015",
"request": "143.14.179.90:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 195,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 105,
"add_date": 1762518707,
"last_update": 1775880011,
"banned": false,
"wipe": 1775856526,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 127,
"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/10534699");
$data = json_decode($json, true);
var_dump($data);