API for [99]Anarquia99 | Vanilla | Max5 | Monthly WIPE
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286389507247135",
"domain": null,
"id": 11502071,
"ip": "217.160.32.183",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Madrid",
"description": "![[99]Anarquia99 | Vanilla | Max5 | Monthly WIPE](https://e00-elmundo.uecdn.es/assets/multimedia/imagenes/2024/07/19/17213896026162.jpg)\nAqui uno se Insulta y se Raidea en Español\r\n\r\n• Actualización: Todos los días a las 05:30 UTC\r\n• Wipe de Mapa: Mensual (1er jueves de cada mes)\r\n• Horario Wipe: 19:00 UTC (Sincronizado con Facepunch)\r\n\r\n¡Disfrutad!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207188,
"last_online": 1780599034,
"icon": null,
"name": "[99]Anarquia99 | Vanilla | Max5 | Monthly WIPE",
"connect": "217.160.32.183:28015",
"request": "217.160.32.183:28016",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207188,
"last_update": 1780599034,
"banned": false,
"wipe": 1778256178,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3937,
"language": "es",
"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/11502071");
$data = json_decode($json, true);
var_dump($data);