Harbor master's log

Everything is read-only, versioned, and generated from the same source as the human-facing pages. No key required.

Public API

Routes in service

Send an ordinary GET request. Each endpoint returns JSON with version, generation time, data, and discovery links.

MethodEndpointReturnsNotes
GET /api/v1/me.json Public person record Identity, current work, role, location, links, and interests
GET /api/v1/projects.json Project collection The same project records used by the workshop manifest
GET /api/v1/posts.json Published field notes Titles, dates, descriptions, tags, and routes
GET /api/v1/content.json Content collection Podcasts, public profiles, and external writing
GET /api/v1/world.json Archipelago record The named zones and their ordinary URLs

Response excerpt

This shortened person response shows the stable envelope and verified identity fields.

Open the live response
me.json
{
  "apiVersion": "1.0",
  "data": {
    "name": "Deian Isac",
    "jobTitle": "Founder, goBOFU",
    "currentWork": { "name": "SEO and growth marketing" },
    "location": { "type": "Country", "name": "Denmark" }
  },
  "links": {
    "documentation": "https://deianisac.com/api/",
    "openapi": "https://deianisac.com/openapi.json"
  }
}

Discovery

Machines can find the same routes without reading this page.