Just Cause 2: Multiplayer Mod
API für =[DBG]= Dbeast Gaming | Freeroam Events, RP-World & More
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/6155836json
{
"response": {
"steam_id": "90284596190707723",
"domain": null,
"id": 6155836,
"ip": "138.197.228.67",
"port": 7777,
"query": 7777,
"color": 0,
"city": "North Bergen",
"description": "Visit us at Dbeast-Gaming.org",
"game": 259080,
"owner": null,
"boosts": 1,
"last_offline": 1750346588,
"score": 0,
"last_online": 1776530426,
"icon": null,
"name": "=[DBG]= Dbeast Gaming | Freeroam Events, RP-World & More",
"connect": "138.197.228.67:7777",
"request": "138.197.228.67:7777",
"map": "Players: 0/150",
"gamemode": "Just Cause 2: Multiplayer Mod",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1728038440,
"last_update": 1776530426,
"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": 3,
"language": "en",
"parked": false,
"app": {
"id": 32,
"steam_id": 259080,
"name": "Just Cause 2: Multiplayer Mod",
"url": "just-cause-2-multiplayer-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/6155836");
$data = json_decode($json, true);
var_dump($data);