[US] SLAYERS.GG Battlefield Million X1000000 PVP|SKIN|SCRAP|KIT için API

Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/441809
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 42002,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90285208270683144",
    "domain": null,
    "id": 441809,
    "ip": "104.143.2.5",
    "port": 30014,
    "query": 30015,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] SLAYERS.GG Battlefield Million X1000000 PVP|SKIN|SCRAP|KIT](https://cdn3.mapstr.gg/c1d8db6196155148ec1f7ac9c1729cf2.jpg)\n★ Build, Fight, Raid Repeat! SLAYERS.GG The #1 US MillionX Battlefield Server! \r\n★ VIP: slayers.gg | discord.gg/slayersgg | Wipe: Friday 8am est\r\n\r\nFeatures: \r\n• FREE SKINS, LOADOUTS, BGRADE, MINI and VIP FOR ALL! \r\n• FLY PLANES! Starwars, UFO, F15, Lambo, Batbike, MarioKart, Police Car, Monster Truck! \r\n• No Materials and No Farming Needed for Crafting or Building \r\n• Spawn with All Armor and Weapons with Unlimited Ammo \r\n• Loadouts, Skinbox, Stats, Backpacks, TP, Homes, Heli, Shop and Kits \r\n• Custom Maps with Buildable Monuments for EPIC PVP! \r\n• All Blueprints Unlocked, No Workbench Needed \r\n• BUY VIP with Paypal, CC, Crypto and more! \r\n\r\nServer rules: \r\n1. No Hacking, glitching, or exploiting. \r\n2. Respect Staff. \r\n3. No unnecessary foundation or item spam. \r\n4. No Racism or hate speech. \r\n5. 12 Man Clan Limit. \r\n6. Do not call out Hackers in Global Chat, report them with F7 Report and Discord #open-a-ticket.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": null,
    "last_online": 1777659022,
    "icon": null,
    "name": "[US] SLAYERS.GG Battlefield Million X1000000 PVP|SKIN|SCRAP|KIT",
    "connect": "104.143.2.5:30014",
    "request": "104.143.2.5:30015",
    "map": "Fly Jets, Planes and UFOs!",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1630779609,
    "last_update": 1777659022,
    "banned": false,
    "wipe": 1777609851,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2105,
    "language": "en",
    "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/441809");
$data = json_decode($json, true);
var_dump($data);