OpenADP Server Directory

Distributed trust network for Advanced Data Protection

πŸ“‘ JSON API Endpoint

OpenADP clients can fetch server information from:

GET https://servers.openadp.org/api/servers.json

Content-Type: application/json

Loading... servers across Loading... countries

🌐 Available Servers

πŸ“‹ JSON Response Format

{
  "version": "1.0",
  "updated": "2024-01-15T10:30:00Z",
  "servers": [
    {
      "url": "https://server1.openadp.org",
      "public_key": "ed25519:AAAA...",
      "country": "US"
    }
  ]
}