API pentru US Rustinity 2x Monthly Large Vanilla+ [No BP Wipes]

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/5538998
json
{
  "response": {
    "fps": 45,
    "fps_avg": 44,
    "entities_count": 108221,
    "world_seed": 1337,
    "world_size": 4001,
    "steam_id": "90284857229503499",
    "domain": null,
    "id": 5538998,
    "ip": "185.248.134.79",
    "port": 28015,
    "query": 28020,
    "color": 0,
    "city": "Dallas",
    "description": "![US Rustinity 2x Monthly Large Vanilla+ [No BP Wipes]](https://cdn.rusticated.com/u/85a42207c9-512x256.png)\nMonthly map wipes on Forced wipes (first Thursday of each month @ 2pm EST)\r\nBlueprints don't wipe unless forced by Facepunch, last BP wipe was December 2021\r\nDiscord: Rustinity.com/discord\r\nVIP (no pay2win) store.rustinity.com\r\nNo group limit | 16 Team UI size\r\n\r\nAll server changes:\r\n2x gather rates on everything\r\n2x craft times, recycler & smelting speed\r\n2x stack sizes on some resources\r\nSome minicopters spawn on the roads\r\nDrone marketplaces at Fishing Villages & Ranches\r\nBandit Camp merged into outpost for better FPS performance\r\nIncreased shoreside boat spawns\r\nRecyclers at Dome, Oilrigs, Cargo, Ranches & Fishing Villages\r\nNights are 5 minutes long\r\nFood doesn't burn\r\nActive admins\r\n---------------\r\nRules: (more with /rules)\r\nNo cheating/exploiting.\r\nNo Rust game banned alts in the last 150 days\r\nNo more than 1 Rust game banned alt \r\nPlaying with cheaters/evaders will result in a ban\r\nNo VPNs, limited/not setup steam accounts",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776862998,
    "score": 0,
    "last_online": 1776988818,
    "icon": null,
    "name": "US Rustinity 2x Monthly Large Vanilla+ [No BP Wipes]",
    "connect": "185.248.134.79:28015",
    "request": "185.248.134.79:28020",
    "map": "Rustinity Generated Maps",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1723112871,
    "last_update": 1776988818,
    "banned": false,
    "wipe": 1775151651,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2092,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/5538998");
$data = json_decode($json, true);
var_dump($data);