API for Rucu Cucu
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286911626434580,
"domain": null,
"id": 10987869,
"ip": "5.83.171.50",
"port": 10600,
"query": 10601,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": "Rucu Cucu",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1781246630,
"last_online": 1781266230,
"icon": null,
"name": "Rucu Cucu",
"connect": "5.83.171.50:10600",
"request": "5.83.171.50:10601",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769902791,
"last_update": 1781266230,
"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": 4146,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10987869");
$data = json_decode($json, true);
var_dump($data);