Squad
API für = ARENA BRASIL 1 = FAVELA - discord.gg/arenabrasil
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10630634json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10630634,
"ip": "189.127.164.135",
"port": 7787,
"query": 7787,
"color": 0,
"city": "Bento Gonçalves",
"description": null,
"game": 393380,
"owner": null,
"boosts": 1,
"last_offline": 1775744544,
"score": 0,
"last_online": 1776803411,
"icon": null,
"name": "= ARENA BRASIL 1 = FAVELA - discord.gg/arenabrasil",
"connect": "189.127.164.135:7787",
"request": "189.127.164.135:7787",
"map": "ArBr_Trinca_Invasion_V1",
"gamemode": "Invasion",
"version": "v10.3.1.571437.1655",
"numplayers": 90,
"maxplayers": 95,
"bots": 0,
"secured": null,
"private": null,
"country": "BR",
"status": true,
"votes": 0,
"points": 122,
"add_date": 1763632692,
"last_update": 1776803411,
"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": 63,
"language": "pt",
"parked": false,
"app": {
"id": 137,
"steam_id": 393380,
"name": "Squad",
"url": "squad"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10630634");
$data = json_decode($json, true);
var_dump($data);