---
title: "GET /api/authors/{authorAddress}"
method: GET
path: "/api/authors/{authorAddress}"
tags: ["comments"]
---

# GET /api/authors/{authorAddress}

`GET /api/authors/{authorAddress}`

Retrieve author ENS / Farcaster data

## Path parameters

- `authorAddress` string, required — The author's address

## Response `200`

An object with author address and ENS and Farcaster data

- object
  - `address` string, required — Hex format string, e.g. `0x1234567890abcdef`
  - `ens` object
    - `name` string, required
    - `avatarUrl` string, nullable, required
  - `farcaster` object
    - `fid` integer, required
    - `pfpUrl` string
    - `displayName` string
    - `username` string, required

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/revisions/fc5aae1cdc03/schema)
