Rust
API für [BR/LATAM] TERRA HOSTIL | SOLO/ DUO/ TRIO | Original Rust
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10534699json
{
"response": {
"fps": 44,
"fps_avg": 47,
"entities_count": 103212,
"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": 1775878211,
"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": 205,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 106,
"add_date": 1762518707,
"last_update": 1775878211,
"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": 125,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10534699");
$data = json_decode($json, true);
var_dump($data);