The Isle
API for Petits Pieds NA - LOW RULES - STORAGE - FAST Q
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10771772json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10771772,
"ip": "66.51.99.100",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Dallas",
"description": null,
"game": 376210,
"owner": null,
"boosts": 1,
"last_offline": 1775818933,
"score": 0,
"last_online": 1776775817,
"icon": null,
"name": "Petits Pieds NA - LOW RULES - STORAGE - FAST Q",
"connect": "66.51.99.100:7777",
"request": "66.51.99.100:7777",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.1417",
"numplayers": 170,
"maxplayers": 400,
"bots": 0,
"secured": null,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1766780784,
"last_update": 1776775817,
"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": 10,
"language": "en",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10771772");
$data = json_decode($json, true);
var_dump($data);