API for Coastline Carnage | Vanilla+ | 1PP | PvP | Custom Locations |
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286592476388360",
"domain": null,
"id": 11539178,
"ip": "45.88.110.39",
"port": 2302,
"query": 2303,
"color": 0,
"city": "Bremen",
"description": "Start from Zero and become the Hero",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1780339455,
"last_online": 1780578039,
"icon": null,
"name": "Coastline Carnage | Vanilla+ | 1PP | PvP | Custom Locations |",
"connect": "45.88.110.39:2302",
"request": "45.88.110.39:2303",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779355378,
"last_update": 1780578039,
"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": 4257,
"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/11539178");
$data = json_decode($json, true);
var_dump($data);