ARK: Survival Evolved
API for 番茄鸡蛋 - 灭绝
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1201044json
{
"response": {
"steam_id": "90272293674126349",
"domain": null,
"id": 1201044,
"ip": "124.225.88.144",
"port": 27040,
"query": 27045,
"color": 0,
"city": "Haikou",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1768642868,
"score": null,
"last_online": 1776195621,
"icon": null,
"name": "番茄鸡蛋 - 灭绝",
"connect": "124.225.88.144:27040",
"request": "124.225.88.144:27045",
"map": "Extinction",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 19,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 47,
"add_date": 1690485126,
"last_update": 1776195621,
"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": 941,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1201044");
$data = json_decode($json, true);
var_dump($data);