NARAKA: BLADEPOINT
API for [China-FZLD] The isle-YY:40229
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11394930json
{
"response": {
"steam_id": "90280402172871693",
"domain": null,
"id": 11394930,
"ip": "45.125.45.215",
"port": 1300,
"query": 1310,
"color": 0,
"city": "Jinan",
"description": null,
"game": 1203220,
"owner": null,
"boosts": 1,
"last_offline": 1776322313,
"score": 0,
"last_online": 1776388324,
"icon": null,
"name": "[China-FZLD] The isle-YY:40229",
"connect": "45.125.45.215:1300",
"request": "45.125.45.215:1310",
"map": "Isle V3",
"gamemode": "Survival",
"version": "LongDao 0.1.8.8",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774597338,
"last_update": 1776388324,
"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": 2,
"language": "zh",
"parked": false,
"app": {
"id": 44466,
"steam_id": 1203220,
"name": "NARAKA: BLADEPOINT",
"url": "naraka-bladepoint"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11394930");
$data = json_decode($json, true);
var_dump($data);