API dla IP CHANGED JOIN: 88.198.18.211:2402 endpoint-test
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9255733,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Warsaw",
"description": "[{\"id\":\"VlPMddcX5y\",\"type\":\"paragraph\",\"data\":{\"text\":\"**EndPoint** is a PC DayZ server focused on fair PvP, structured progression, and systems that reward smart play rather than grind or pay-to-win mechanics. New and experienced players are welcome.\\n\\n**A new season is starting January 6 (5pm UTC).**\\n\\nWith the upcoming wipe on 6th of January, this is the perfect time to join and prepare for a fresh start.\\n\\n# Server Information\\n\\n**Platform:** PC\\n\\n**Region / Country:** GR (EU hosted)\\n\\n**Map:** Chernarus\\n\\n**Perspective:** 1PP\\n\\n**Group Limit:** 4 players\\n\\n**Raiding:** Weekend-only\\n\\n**Wipes:** Every major DayZ patch\\n\\n**Direct Connect IP:** [`51.75.53.100:2402`](http://51.75.53.100:2402/)\\n\\n**Website:** [https://endpoint-games.eu/](https://endpoint-games.eu/?utm_source=chatgpt.com)\\n\\n**Discord:** https://discord.endpoint-games.eu/\\n\\n# Server Features\\n\\n- PvP-focused gameplay\\n- No Trader, fully loot-driven economy\\n- **Advanced Group System** (groups, map markers, territory control)\\n- Custom balanced loot economy (no spam, no starvation)\\n- **Safe Zone for player-to-player trading**\\n- **Custom locations** (Banker, Oil Rig, Tisy, VMC & more)\\n- Base building & storage system (BaseBuildingPlus + Paragon Storages)\\n- Helicopters and vehicles\\n- Dynamic events:\\n-\\n- Airdrops\\n- Dynamic Key-locked loot crates\\n- PC disk decryption system that reveals stash locations on the map\\n- Long-term progression without wipes every few weeks\\n- Solo players welcome\\n- Active and Fair Admins. Full Anti Cheat System\\n- No pay-to-win systems\\n\\nIf you’re looking for a structured EU PvP server that respects your time and skill, **EndPoint** is ready for the next season.\"}}]",
"game": 221100,
"owner": 155902,
"boosts": 1,
"last_offline": 1773294696,
"last_online": 1772376613,
"icon": null,
"name": "IP CHANGED JOIN: 88.198.18.211:2402 endpoint-test",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "PL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1747578051,
"last_update": 1773294696,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": true,
"hide_address": true,
"hide_query": false,
"position_game": 13770,
"language": "en",
"parked": true,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "endpoint",
"avatar": "362499f1-ceb7-4dba-b092-de0ab8e3d889.png"
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/9255733");
$data = json_decode($json, true);
var_dump($data);