API dla Big Bob's Multiverse
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": "90286799318705178",
"domain": null,
"id": 11777535,
"ip": "216.201.73.192",
"port": 9170,
"query": 9173,
"project_id": null,
"color": 0,
"city": "Manassas",
"description": "Powered by Hookers and Blow",
"game": 445220,
"owner": null,
"boosts": 1,
"last_offline": 1780998791,
"last_online": 1781023219,
"icon": null,
"name": "Big Bob's Multiverse",
"connect": "216.201.73.192:9170",
"request": "216.201.73.192:9173",
"map": "BigBobsHopesAndDreams",
"gamemode": "Avorion",
"version": "2.5.13.44140",
"numplayers": 3,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 85,
"add_date": 1780998791,
"last_update": 1781023219,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 172,
"steam_id": 445220,
"name": "Avorion",
"url": "avorion"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11777535");
$data = json_decode($json, true);
var_dump($data);