Rust
[SWE/NO/DK/ENG] - Mumindalen | PURGE hours | Wiped Apr 2nd | için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/447568json
{
"response": {
"fps": 161,
"fps_avg": 158,
"entities_count": 91580,
"world_seed": 1331288570,
"world_size": 3500,
"steam_id": "90284719528195076",
"domain": null,
"id": 447568,
"ip": "135.181.131.146",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Helsinki",
"description": "![[SWE/NO/DK/ENG] - Mumindalen | PURGE hours | Wiped Apr 2nd |](https://www.dropbox.com/scl/fi/7xpscfekhznf0m3i7mwpt/mumin_dalen_server.png?rlkey=e3zefqrp9bg1vbaqrbtdv1ig8&st=izyqrvqv&dl=1)\nWelcome to Mumindalen!\r\n\r\nWe have a Discord server!\r\nClick -View Webpage- to join and learn more about our rules.\r\n\r\n Private profiles and VPN is not allowed!\r\n\r\nNote that teams are limited to a maximum of 4 players.\r\n\r\nFor more information, please refer to our Discord server.\r\n\r\nBy joining our server, you accept the following rules,\r\nwhich may result in a warning, kick, or ban if not followed:\r\n\r\n1. Use of abusive language to offend, ridicule, or bully other players.\r\n Profanity is generally not tolerated either.\r\n2. Expression of offensive, political, religious, or other inflammatory views in chat,\r\n voice chat, signs, paintings, nicknames, avatars, or building patterns.\r\n3. Spamming chat or voice chat with irrelevant messages.\r\n4. Cheating or exploiting game glitches.\r\n5. Use of languages other than Swedish, Norwegian, Danish, or English.\r\n6. Griefing, which is the intentional destruction of other players' work.\r\n7. Killing fresh spawns for no reason.\r\nBy joining the server, you agree to potentially be streamed while playing the game.\r\nFor more in-depth information about our rules, please join our Discord server.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775216531,
"score": null,
"last_online": 1776833424,
"icon": null,
"name": "[SWE/NO/DK/ENG] - Mumindalen | PURGE hours | Wiped Apr 2nd |",
"connect": "135.181.131.146:28080",
"request": "135.181.131.146:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1630779782,
"last_update": 1776833424,
"banned": false,
"wipe": 1775151967,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2159,
"language": "fi",
"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/447568");
$data = json_decode($json, true);
var_dump($data);