EndPoint PVP|5Group|WeekendRaid|AirDrop|Heli|BBP|No Trader için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11142824,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Falkenstein",
"description": "[{\"id\":\"Yp7czlW9sG\",\"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\\nA 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\\nPlatform: PC\\n\\nRegion / Country: GR (EU hosted)\\n\\nMap: Chernarus\\n\\nPerspective: 1PP\\n\\nGroup Limit: 4 players\\n\\nRaiding: Weekend-only\\n\\nWipes: Every major DayZ patch\\n\\nDirect Connect IP: 88.198.18.211:2402\\n\\nDZSA Launcher: https://join.dayzsalauncher.com/88.198.18.211:27016\\n\\nWebsite: https://endpoint-games.eu/\\n\\nDiscord: 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- 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\\nDynamic events:\\n- Airdrops\\n- Dynamic Key-locked loot crates\\n- PC disk decryption system that reveals stash locations on the map\\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": 1773899481,
"last_online": 1773021012,
"icon": null,
"name": "EndPoint PVP|5Group|WeekendRaid|AirDrop|Heli|BBP|No Trader",
"connect": null,
"request": null,
"map": "chernarusplus",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770861043,
"last_update": 1773899481,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 14156,
"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": [
{
"id": 1615,
"name": "CF"
},
{
"id": 1653,
"name": "Code Lock"
},
{
"id": 1610,
"name": "Dabs Framework"
},
{
"id": 1799,
"name": "DayZ Expansion Core"
},
{
"id": 1820,
"name": "Party Mod"
},
{
"id": 1818,
"name": "BaseBuildingPlus"
},
{
"id": 1848,
"name": "Autorun"
},
{
"id": 2105,
"name": "CodeLock"
},
{
"id": 1782,
"name": "FlipTransport"
},
{
"id": 1861,
"name": "MMG - Mightys Military Gear"
},
{
"id": 1979,
"name": "KillFeed"
},
{
"id": 1817,
"name": "Unlimited Stamina"
},
{
"id": 1821,
"name": "SNAFU Weapons"
},
{
"id": 1859,
"name": "BuilderItems"
},
{
"id": 1810,
"name": "Helicopter"
},
{
"id": 2102,
"name": "Paragon Storage"
},
{
"id": 2106,
"name": "Breaching Charge"
}
],
"disabled_modules": [
"chat"
]
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11142824");
$data = json_decode($json, true);
var_dump($data);