Rust
API für [JPN] IKKUNN Server A (Tokyo) |Japan PvE [ASIA]
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10556934json
{
"response": {
"fps": 44,
"fps_avg": 49,
"entities_count": 131527,
"world_seed": 130303,
"world_size": 4000,
"steam_id": "90284802800242707",
"domain": null,
"id": 10556934,
"ip": "115.65.175.62",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Sakurada",
"description": "![[JPN] IKKUNN Server A (Tokyo) |Japan PvE [ASIA]](https://ucc0c2b702a83fba89c71e95a1be.previews.dropboxusercontent.com/p/thumb/ACTMgyNydHC1fI7Ulx6VwrnN_3MaOdVkXaNPTRy05jja3kQ_qgGjv6piuDQKklreDGO__BTwcvxMZ253kTPAh6QBFCOrYmTADa6GpSB96u5-t0axt0hmkpl8mJPOMFK03aVbx5xPkNM4pIV1-79HqPoUkteneI-AeKpm_p01ytofBWgysD5VTlfL2Av_Uf9xZtgrsv6MfzECCHL0u5DGO5qyrd0iO3ULOqcRKKiz2dj05sEU_IjHFWaYMwSYZvQ7VWPXImpgaL4FNEwiTlwVzUsBplQpmxb3Y5b4No0hQIcPtsiMP0IJA7qpfFPadrjNZ0CkcSCkS9t8Jlpd0Hwe_0EJLMAWlZC_yI01rHPyD9h7tD8ZrXN97ik7WKUyC1uuL1k/p.png?is_prewarmed=true)\nJapan PvE Server Tokyo This server is currently in a 24-hour run.Please join the Discord server for more information discord discord.gg/6qtWzqrkGX Rules.No attacking or harassing players.Do not spam or overload the server.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776848597,
"score": 0,
"last_online": 1776853815,
"icon": null,
"name": "[JPN] IKKUNN Server A (Tokyo) |Japan PvE [ASIA]",
"connect": "115.65.175.62:28015",
"request": "115.65.175.62:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 9,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1762533072,
"last_update": 1776853815,
"banned": false,
"wipe": 1775234463,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 581,
"language": "ja",
"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/10556934");
$data = json_decode($json, true);
var_dump($data);