Rust
API für OnlyFansofRust.com central US
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/11488358json
{
"response": {
"fps": 233,
"fps_avg": 232,
"entities_count": 44549,
"world_seed": 24143304,
"world_size": 3000,
"steam_id": "90283850366500895",
"domain": null,
"id": 11488358,
"ip": "66.179.242.247",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Sulphur Springs",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775482350,
"score": 0,
"last_online": 1775737833,
"icon": null,
"name": "OnlyFansofRust.com central US",
"connect": "66.179.242.247:28015",
"request": "66.179.242.247:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1775482350,
"last_update": 1775737833,
"banned": false,
"wipe": 1775180238,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9054,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11488358");
$data = json_decode($json, true);
var_dump($data);