API
Primary host for NostrFeed (does not clash with LNbits /api/v1):
https://api.getzap.me/v1https://getzap.me/studio/apihttps://ln.nostrfeed.com/studio/api
| Method | Path | What |
|---|---|---|
| GET | /connect | Discovery document |
| GET | /identity/{name} | Full identity pack |
| GET | /identity/{name}/setup | Unsigned events only |
| GET | /identity?pubkey= | Lookup by hex or npub |
| GET | /identity?name= | Lookup by local-part |
| GET | /search?q= | Search |
| GET | /openapi.json | Machine-readable spec |
| GET | /.well-known/getzap.json | Same as /connect |
Blossom (BUD-01) lives on https://api.getzap.me/<sha256> and https://getzap.me/blossom/<sha256>. PUT/DELETE need a Nostr auth event from an active NIP-05 key.
OpenAPI (use this from NostrFeed):
- https://api.getzap.me/v1/openapi.json
- Swagger UI
https://ln.nostrfeed.com/studio/api/openapi.json
Example:
curl -s https://api.getzap.me/v1/openapi.json | jq .info,.paths curl -s https://api.getzap.me/v1/identity/kk | jq .identity,.lud16,.inbox