---
title: "Search publications"
method: GET
path: "/v1/discover/blogs/search"
tags: ["discover"]
---

# Search publications

`GET /v1/discover/blogs/search`

Search for publications by name, slug, or description. Returns results ranked by relevance and subscriber count.

## Query parameters

- `q` string

## Response `200`

Publication search results

- object[]
  - `blog` object, required — The matched publication
    - `blogId` string, required — Unique identifier for the publication
    - `userId` string, required — ID of the publication owner
    - `name` string, nullable, required — Display name of the publication
    - `url` string, nullable, required — URL of the publication
    - `slug` string, nullable, required — URL-friendly slug of the publication
    - `logoUrl` string, nullable, required — URL to the publication's logo
    - `coinId` string, nullable, required — Associated coin ID, if any
    - `customDomain` string, nullable — Custom domain for the publication
    - `summary` string, nullable — Brief description of the publication
  - `user` object, required — The publication owner
    - `userId` string, required — Unique identifier for the user
    - `name` string, nullable, required — Display name of the author
    - `bio` string, nullable — Brief biography of the author
    - `avatarUrl` string, nullable — URL to the author's avatar
    - `walletAddress` string, nullable — Wallet address of the author
  - `activeSubscriberCount` number, required — Number of active subscribers to this publication

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/paragraph-xyz/apis/paragraph-api.md) · [All operations](https://skmtc.net/paragraph-xyz/apis/paragraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paragraph-xyz/paragraph-api/versions/7bbf1b62c1a0/schema)
