Fistful of Frags
API für FBM@BRASIL
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4915008json
{
"response": {
"steam_id": "90284628136283136",
"domain": null,
"id": 4915008,
"ip": "200.98.66.86",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Campos Eliseos",
"description": null,
"game": 265630,
"owner": null,
"boosts": 1,
"last_offline": 1777118625,
"score": 0,
"last_online": 1777531870,
"icon": null,
"name": "FBM@BRASIL",
"connect": "200.98.66.86:27015",
"request": "200.98.66.86:27015",
"map": "fof_tramonto_12",
"gamemode": "4 Teams Shootout",
"version": "628",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1719578359,
"last_update": 1777531870,
"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": 39,
"language": "pt",
"parked": false,
"app": {
"id": 81,
"steam_id": 265630,
"name": "Fistful of Frags",
"url": "fistful-of-frags"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/4915008");
$data = json_decode($json, true);
var_dump($data);