API für [LATAM] PRIMAL RUST | SOLO/DUO/TRIO | VANILLA | 11/04

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11435992
json
{
  "response": {
    "fps": 112,
    "fps_avg": 110,
    "entities_count": 70049,
    "world_seed": 1973745,
    "world_size": 3500,
    "steam_id": "90284552343179275",
    "domain": null,
    "id": 11435992,
    "ip": "177.54.144.152",
    "port": 25612,
    "query": 25614,
    "color": 0,
    "city": "São Paulo",
    "description": "![[LATAM] PRIMAL RUST | SOLO/DUO/TRIO | VANILLA | 11/04](https://test.dev.oasysdigital.com.br/assets/images/banner_primal_rust_server.png)\nPRIMAL RUST | SOLO/DUO/TRIO | 28/03\nNext Wipe: 18/04\n\n✓ Grupo Max: 3 (Sin Excepciones)\n✓ Tamaño del Mapa: 3500\n✓ 50% de Upkeep\n✓ Sin Alianzas\n✓ Sin Trampas / Sin Comportamiento Tóxico\n\n✓ Grupo Max: 3 (Sem Exceções)\n✓ Tamanho do Mapa: 3500\n✓ 50% de Upkeep\n✓ Sem Alianças\n✓ Sem Cheats / Sem Comportamento Tóxico",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776855151,
    "score": 0,
    "last_online": 1776496220,
    "icon": null,
    "name": "[LATAM] PRIMAL RUST | SOLO/DUO/TRIO | VANILLA | 11/04",
    "connect": "177.54.144.152:25612",
    "request": "177.54.144.152:25614",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774977215,
    "last_update": 1776855151,
    "banned": false,
    "wipe": 1775911929,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9522,
    "language": "pt",
    "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/11435992");
$data = json_decode($json, true);
var_dump($data);