Rust
API for Free Fields 2x | Noob Friendly | Kits |
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10280004json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 72873,
"world_seed": 2078062602,
"world_size": 3500,
"steam_id": "90284717992238102",
"domain": null,
"id": 10280004,
"ip": "104.194.9.117",
"port": 25609,
"query": 25370,
"color": 0,
"city": "Piscataway",
"description": "\n✦Welcome to FreeFields 2x Server.\r\n✦An anti pay to win server to ensure fair play for all players, where we try our finest to provide an enjoyable gaming experience that is fair and balanced for everyone.\r\n✦Active staff friendly community \r\n✦Players of all skill levels welcome.\r\n✦Discord Raid Notification Be alerted through Discord when raids occur. \r\n✦Join our community in Discord click Viewwebpage\r\n\r\n✦Server wipes Biweekly \r\n✦ Classic 2x Vanilla Loot \r\n✦Small Map size 3250 or under\r\n✦2x Components and Scrap \r\n✦Recyclers at additional monuments \r\n✦Group Limit:4 \r\n✦Shorter Nights/Skip Night\r\n•Rules: \r\n\r\n•No hacking \r\n•scripting or macros\r\n•No intentional bug abuse/Glitching \r\n•No ban evading \r\n•No racism, Homophobic comments \r\n•Respect the other players an the staff \r\n✦ Feel Free to check our and Community Building Server\r\n✦ IP: 45.43.12.42:28025\r\n✦ Server Owner/Maintainer TooniePlayz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776286312,
"score": 0,
"last_online": 1776859222,
"icon": null,
"name": "Free Fields 2x | Noob Friendly | Kits |",
"connect": "104.194.9.117:25609",
"request": "104.194.9.117:25370",
"map": "Wipe in: 8d 5h",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1757341163,
"last_update": 1776859222,
"banned": false,
"wipe": 1776286291,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3692,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10280004");
$data = json_decode($json, true);
var_dump($data);