API für Survivors.gg #4 [ 2x Solo/Duo/Trio/Quad/Max5 ] FULLWIPED 23.04

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/1855673
json
{
  "response": {
    "fps": 58,
    "fps_avg": 56,
    "entities_count": 137042,
    "world_seed": 339753,
    "world_size": 3750,
    "steam_id": "90284857059346458",
    "domain": null,
    "id": 1855673,
    "ip": "195.60.166.86",
    "port": 28024,
    "query": 28025,
    "color": 0,
    "city": "City of London",
    "description": "![Survivors.gg #4 [ 2x Solo/Duo/Trio/Quad/Max5 ] FULLWIPED 23.04](https://www.survivors.gg/temp/server2.png)\n\r\n - Welcome to Survivors.gg \r\n -- Rust gaming community since 2014 \r\n --- Join Us: www.discord.survivors.gg \r\n\r\n - Fullwipes every Thursday at 16:00 CEST and Sundays at 17:00 CEST \r\n - All VIP commands are free for all \r\n - Max Team: 5 \r\n - Write /help for all commands \r\n - Electric BP's are unlocked \r\n - 2x Gather Rates. \r\n - Half smelt and crafting speeds \r\n - Faster nights \r\n - Fishing Village and Large Barn with Recycler \r\n - no Kits, no TP and no P2W! \r\n\r\n Admins do not play or interfere with gameplay. \r\n Visit www.Survivors.gg for more information.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775690524,
    "score": null,
    "last_online": 1776971411,
    "icon": null,
    "name": "Survivors.gg #4 [ 2x Solo/Duo/Trio/Quad/Max5 ] FULLWIPED 23.04",
    "connect": "195.60.166.86:28024",
    "request": "195.60.166.86:28025",
    "map": "www.discord.gg/survivors",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 395,
    "maxplayers": 425,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 113,
    "add_date": 1700208162,
    "last_update": 1776971411,
    "banned": false,
    "wipe": 1776952787,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 79,
    "language": "en",
    "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/1855673");
$data = json_decode($json, true);
var_dump($data);