API für discord.gg/hMcmDXenDB <- NAVY SEALS SPEC OPS - COMANDOS BRASIL
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286574371799051",
"domain": null,
"id": 11623616,
"ip": "187.84.58.55",
"port": 2332,
"query": 2333,
"color": 0,
"city": "Santa Maria",
"description": null,
"game": 107410,
"owner": null,
"boosts": 1,
"last_offline": 1780527265,
"last_online": 1780560693,
"icon": null,
"name": "discord.gg/hMcmDXenDB <- NAVY SEALS SPEC OPS - COMANDOS BRASIL",
"connect": "187.84.58.55:2332",
"request": "187.84.58.55:2333",
"map": "Stratis",
"gamemode": "Resgate do Cap. Phillips",
"version": "2.20.152984",
"numplayers": 0,
"maxplayers": 13,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916119,
"last_update": 1780560693,
"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": 3430,
"language": "pt",
"parked": false,
"app": {
"id": 61,
"steam_id": 107410,
"name": "Arma 3",
"url": "arma-3"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11623616");
$data = json_decode($json, true);
var_dump($data);