Skip to main content
GET
Get one publication with recent posts.

Path Parameters

publicationSlug
string
required

Publication slug, which is the normalized host.

Query Parameters

limit
integer

Maximum number of posts returned.

Required range: 1 <= x <= 100

Response

Publication details and post titles.

slug
string
required

Normalized publication identifier.

title
string | null
required

Publication display name.

description
string | null
required

Publication description from the feed.

siteUrl
string
required

Canonical publication URL.

imageUrl
string | null
required

Publication avatar or logo URL.

language
string | null
required

BCP 47 language tag (e.g. en, es).

authorName
string | null
required

Primary author display name.

authorEmail
string | null
required

Author contact email from the feed.

Copyright notice from the feed.

lastSyncedAt
string | null
required

ISO timestamp of the last successful feed sync.

posts
object[]
required

Recent posts for this publication.