JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11511092
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 66843,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286447435899923",
    "domain": null,
    "id": 11511092,
    "ip": "137.74.92.101",
    "port": 28055,
    "query": 28057,
    "color": 0,
    "city": "Roubaix",
    "description": "![Nouveau Monde [NO LIMIT] WIPED 31/05](https://dev.skulti.com/images/banner/nm-nolimit.png)\nBienvenue sur Nouveau Monde.\n\n• Dernier wipe: 31/05\n• Prochain wipe: 04/06 (FULL WIPE)\n\n• Planning:\n  - Wipe map: Vendredi 19h (ou lors des force updates)\n  - Full Wipe (Map + BP): Mensuel (cycle Force Wipe)\n\n• Serveur:\n  - Avant-poste & Camp de Bandits fusionnés\n  - Admins actifs (ne jouent pas)\n  - Anti-cheat custom\n  - NO P2W\n\n• Règles:\n  - Team max: 5\n  - Pas de cheat / script\n  - Soyez respectueux\n\n• discord.gg/Q7qYmF9\n━━━━━━EN━━━━━━\nWelcome to Nouveau Monde.\n\n• Last Map Wipe: 31/05\n• Next Wipe: 04/06 (FULL WIPE)\n\n• Schedule:\n  - Map Wipe: Friday 19:00 CEST (or when force updates occur)\n  - Full Wipe (Map + BP): Monthly (Force Wipe cycle)\n\n• Server:\n  - Merged Outpost & Bandit Camp\n  - Active non-playing admins\n  - Custom anti-cheat\n\n  - NO P2W\n\n• Rules:\n  - Max team: 5\n  - No cheating / scripting\n  - Be respectful\n\n• discord.gg/Q7qYmF9",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780137217,
    "last_online": 1780319429,
    "icon": null,
    "name": "Nouveau Monde [NO LIMIT] WIPED 31/05",
    "connect": "137.74.92.101:28055",
    "request": "137.74.92.101:28057",
    "map": "Wiped 21 Hours ago",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353838,
    "last_update": 1780319429,
    "banned": false,
    "wipe": 1780241580,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5301,
    "language": "fr",
    "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/11511092");
$data = json_decode($json, true);
var_dump($data);