API für Rigbones
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 55,
"fps_avg": 53,
"entities_count": 84194,
"world_seed": 2129308312,
"world_size": 3750,
"steam_id": "90286614252968974",
"domain": null,
"id": 10764449,
"ip": "198.73.57.75",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Clifton",
"description": "Active Mods -AirStrike, AnymapVendor, Armored Trains, Backpacks, BlueprintShare, BoxSorterlite, Building Sites, BuildingWorkbench, Convoy, CopyPaste, DynamicMonuments, EasyAirDrop, ExtendedRecycler, Hazmatskinchanger, HeliSams, ItemRetriever, LootManager, Mapmyairdrop, NpcSpawn, NTeleport, RaidableBases, RandomRaids, Skipnightvote, SortButton, Sputnik, VehicleDecayProtection, XPerience. Join our Discord! https://discord.gg/gW9a6c5d",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780621456,
"last_online": 1780636233,
"icon": null,
"name": "Rigbones",
"connect": "198.73.57.75:28025",
"request": "198.73.57.75:28027",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766261083,
"last_update": 1780636233,
"banned": false,
"wipe": 1780621546,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3632,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10764449");
$data = json_decode($json, true);
var_dump($data);