API for Free Fields 2x | Noob Friendly | Kits |
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 71574,
"world_seed": 139496792,
"world_size": 3500,
"steam_id": "90286605995289622",
"domain": null,
"id": 10280004,
"ip": "104.194.9.117",
"port": 25609,
"query": 25370,
"project_id": null,
"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": 1780601069,
"last_online": 1780895427,
"icon": null,
"name": "Free Fields 2x | Noob Friendly | Kits |",
"connect": "104.194.9.117:25609",
"request": "104.194.9.117:25370",
"map": "Wipe in: 10d 12h",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1757341163,
"last_update": 1780895427,
"banned": false,
"wipe": 1780601482,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3502,
"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);