Substack
communityNewsletter publishing platform for independent writers with paid subscriptions and podcasts.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://{subdomain}.substack.com/api/v1/publicationGet publication info
Parameters
subdomainpublication subdomain (stringrequiredReturns
name, subdomain, hero_text, author_name, logo_url, theme, sections[]GET
https://{subdomain}.substack.com/api/v1/postsGet recent posts
Parameters
limitresults (integeroptionaloffsetpagination offset (integeroptionalsubdomainpublication subdomain (stringrequiredReturns
posts[] with id, title, subtitle, slug, post_date, audience, likes, comments_count, canonical_urlGET
https://{subdomain}.substack.com/api/v1/posts/{slug}Get post content
Parameters
slugpost slug (stringrequiredsubdomainpublication subdomain (stringrequiredReturns
id, title, subtitle, body_html, post_date, audience, likes, comments, canonical_url, cover_image