API für FAFO Gamers PVE/RP 5x - Heli/Brads/SkillTree/Farms/Shop/More...
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 51,
"fps_avg": 52,
"entities_count": 141379,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286310555195423",
"domain": null,
"id": 11639235,
"ip": "66.51.99.77",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Dallas",
"description": "\nFAFO Gamers PVE/RP 5x - Heli/Brads/Skill Tree/Farms/Shop/Boat Control/Fishing/Powerless Electronics (Batteries Only)/No Decay (very little) / Water Bases / Wall Paper Planner / Waystone and More...\r\n\r\nWelcome to FAFO Gamers, where we like to just chill and game. Our server is designed for those that want a chill PVE/RP experience with a lot of quality of life plugins and features.\r\n\r\nVisit our Discord link to keep up to date with news with our server and join our community as we grow!\r\n\r\nVisit www.fafogamers.com to learn more about our Rust server experience as well, there we have all our server features.\r\n\r\nCustom MAP: ThemePark Island, By Silent Creations",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779935021,
"last_online": 1779999626,
"icon": null,
"name": "FAFO Gamers PVE/RP 5x - Heli/Brads/SkillTree/Farms/Shop/More...",
"connect": "66.51.99.77:28025",
"request": "66.51.99.77:28026",
"map": "ThemePark by SilentCreations",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779917957,
"last_update": 1779999626,
"banned": false,
"wipe": 1778196310,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5673,
"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/11639235");
$data = json_decode($json, true);
var_dump($data);