API for 野人最严厉的父亲
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286349151616020,
"domain": null,
"id": 11576498,
"ip": "43.249.194.92",
"port": 10870,
"query": 10871,
"project_id": null,
"color": 0,
"city": "Jinan",
"description": null,
"game": 1326470,
"owner": null,
"boosts": 1,
"last_offline": 1781241183,
"last_online": 1780490551,
"icon": null,
"name": "野人最严厉的父亲",
"connect": "43.249.194.92:10870",
"request": "43.249.194.92:10871",
"map": "Custom",
"gamemode": "Sons Of the Forest",
"version": "0.11.3.0.0",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779356823,
"last_update": 1781241183,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1850,
"language": "zh",
"parked": false,
"app": {
"id": 1569757,
"steam_id": 1326470,
"name": "Sons Of The Forest",
"url": "sons-of-the-forest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11576498");
$data = json_decode($json, true);
var_dump($data);