API für Valve Left4Dead 2 US East Server (srcds1001-iad1.121.129)

Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/889022
json
{
  "response": {
    "steam_id": "90284130360807444",
    "domain": null,
    "id": 889022,
    "ip": "162.254.192.132",
    "port": 27143,
    "query": 27143,
    "color": 0,
    "city": "Ashburn",
    "description": "",
    "game": 550,
    "owner": null,
    "boosts": 1,
    "last_offline": 1774265519,
    "score": null,
    "last_online": 1775736069,
    "icon": null,
    "name": "Valve Left4Dead 2 US East Server (srcds1001-iad1.121.129)",
    "connect": "162.254.192.132:27143",
    "request": "162.254.192.132:27143",
    "map": "c10m5_houseboat",
    "gamemode": "Left 4 Dead 2",
    "version": "2.2.4.3",
    "numplayers": 0,
    "maxplayers": 4,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1684709901,
    "last_update": 1775736069,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2006,
    "language": "en",
    "parked": false,
    "app": {
      "id": 11,
      "steam_id": 550,
      "name": "Left 4 Dead 2",
      "url": "left-4-dead-2",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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