API dla OnlyFarmers.gg Monthly | PVE | Noob Friendly | Low Upkeep | US
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": "90286590160056344",
"domain": null,
"id": 9527917,
"ip": "115.42.46.150",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to OnlyFarmers.gg\r\n\r\nDiscord: https://discord.gg/ss6engMt8t\r\n\r\nOnlyFarmers.gg is a PVE-focused server with quality-of-life modifications to improve gameplay, while also providing a friendly and casual community and experience.\r\n\r\nWhether you are new to Rust, looking to learn or need help, or you just want to enjoy a more relaxed Rust experience, OnlyFarmers is here!\r\n\r\nOnlyFarmers wipes monthly on the first Thursday of the month.\r\n- Wiped: April 2nd\r\n- Next Wipe: May 7th\r\n\r\nAdmins are active in-game and on Discord.\r\n\r\nServer Experience and Modifications:\r\n- Low upkeep\r\n- Gather and loot rates are vanilla\r\n- Increased stack sizes\r\n- Personal recycler you can deploy\r\n- Additional monument recyclers and safe zone recycler penalty removed\r\n- Locked Crate hack timer reduced to 5 minutes\r\n- Vehicle License: Purchase vehicles that can be spawned on-demand\r\n- Remover Tool: Remove buildings and items you have placed\r\n- Car Radio: Attach a radio to your vehicle (car, boat, heli, and even horses!)\r\n- Sign Artist: Not a Picasso? Upload images to your signs!\r\n- SkinBox: Choose from available skins to apply to items\r\n- Building Skin: Apply DLC building skins and wallpapers\r\n- Building Grades: Upgrade/Downgrade entire buildings at once\r\n- Raidable Bases: Bring the BOOM! Practice raiding bases",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778441584,
"last_online": 1780591232,
"icon": null,
"name": "OnlyFarmers.gg Monthly | PVE | Noob Friendly | Low Upkeep | US",
"connect": "115.42.46.150:28025",
"request": "115.42.46.150:28027",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750537979,
"last_update": 1780591232,
"banned": false,
"wipe": 1778175989,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3338,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/9527917");
$data = json_decode($json, true);
var_dump($data);