Discover/latent.space API
live

latent.space APIlatent.space

Access Latent Space podcast episodes, newsletters, full transcripts, and search across all content. 5 endpoints covering posts, slugs, and timestamped transcripts.

Endpoints
5
Updated
14d ago
Try it
Sort order: 'new' or 'top'.
Content type filter. Verified working value: 'podcast'. Note: some values (e.g. 'newslette
Maximum number of results per page.
Number of items to skip for pagination.
api.parse.bot/scraper/521547f0-2179-4187-b87e-57eae46029c7/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/521547f0-2179-4187-b87e-57eae46029c7/list_posts?sort=top&type=podcast&limit=5&offset=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Fetch a paginated list of posts from the Latent Space archive. Returns post summaries sorted by date or popularity. Some type/sort combinations may be rejected by the upstream API (returns upstream_error with details).

Input
ParamTypeDescription
sortstringSort order: 'new' or 'top'.
typestringContent type filter. Verified working value: 'podcast'. Note: some values (e.g. 'newsletter') may be rejected by the upstream API depending on sort order.
limitintegerMaximum number of results per page.
offsetintegerNumber of items to skip for pagination.
Response
{
  "type": "object",
  "fields": {
    "data": "array of post summary objects, each containing id, title, slug, type, post_date, subtitle, cover_image, reaction_count, and other metadata",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "id": 196292432,
        "slug": "lupsasca",
        "type": "podcast",
        "title": "🔬Doing Vibe Physics — Alex Lupsasca, OpenAI",
        "subtitle": "The full story of how GPT‑5.x derived new results in theoretical physics and quantum gravity.",
        "post_date": "2026-05-05T20:34:11.746Z",
        "reaction_count": 20
      }
    ],
    "status": "success"
  }
}

About the latent.space API

The Latent Space API exposes 5 endpoints for retrieving podcast episodes, newsletters, and full timestamped transcripts from latent.space. The list_posts endpoint returns paginated post summaries with fields like id, title, slug, post_date, reaction_count, and cover_image. The get_transcript endpoint provides speaker-labeled, word-level segments for any episode that has a transcript available.

Browsing and Searching Posts

The list_posts endpoint accepts sort (new or top), type (verified working value: podcast), limit, and offset for pagination. Each post summary in the response includes id, title, slug, type, post_date, subtitle, cover_image, and reaction_count. Note that some type values such as newsletter may be rejected upstream — the response will include an upstream_error field with details when that happens.

The search_posts endpoint accepts a required query string plus optional sort, limit, and offset. It returns matching post summaries that include description fields not always present in list_posts results. Pagination beyond available results returns an empty array rather than an error.

Full Post and Transcript Details

get_post fetches a single post by its slug (obtained from list_posts or search_posts) and returns the complete body_html, canonical_url, reactions, and all metadata. This is the only endpoint that surfaces full content rather than summaries.

get_transcript returns a transcript array of timestamped segments for podcast episodes that have transcripts. Each segment includes start, end, text, words, and a speaker field. Not every post has a transcript; the endpoint returns stale_input with kind: input_not_found when none is available. The get_homepage_data endpoint (no inputs required) surfaces homepage layout data: homeHeroPins, newPosts, topPosts, pinnedPosts, recommendations, and contentBlockData.

Common use cases
  • Build a searchable archive of Latent Space episodes using search_posts with keyword queries and post_date filtering.
  • Generate speaker-attributed transcripts for AI research podcast episodes using the start, end, and speaker fields from get_transcript.
  • Track content popularity over time by monitoring reaction_count across paginated list_posts results.
  • Render a curated reading list from get_homepage_data fields like topPosts and recommendations.
  • Create episode summary cards using title, subtitle, cover_image, and canonical_url from get_post.
  • Feed podcast transcripts into an LLM pipeline for summarization or semantic search using the full body_html and timestamped text segments.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Latent Space have an official developer API?+
Latent Space is a Substack publication and does not publish a public developer API for programmatic content access.
What does `get_transcript` return, and are transcripts available for every episode?+
For episodes that have a transcript, get_transcript returns an array of segments each containing start, end, text, words, and a speaker field. Not all posts have transcripts. When a slug has no associated transcript, the response returns stale_input with kind: input_not_found rather than an error status.
Can I filter `list_posts` to return only newsletter content?+
The type parameter is documented as working reliably for podcast. Passing newsletter as a type value may be rejected, returning an upstream_error field with details. The podcast type is the verified safe value for filtered listing.
Does the API expose author profiles, subscriber counts, or comment threads?+
Not currently. The API covers post content, metadata, transcripts, and homepage layout data. Author profile pages, subscriber or follower counts, and comment threads are not returned by any of the five endpoints. You can fork it on Parse and revise to add endpoints targeting those data surfaces.
How does pagination work across `list_posts` and `search_posts`?+
list_posts accepts limit and offset integers for standard offset-based pagination. search_posts uses the same limit and offset parameters; when offset exceeds the total results for a given query, the data array is returned empty rather than triggering an error, so an empty array is the signal to stop paginating.
Page content last updated . Spec covers 5 endpoints from latent.space.
Related APIs in News MediaSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
glastonburyfestivals.co.uk API
Discover historical and current Glastonbury Festival line-ups, find artist set times and stage locations, and search for specific performers across all festival years. Stay updated with the latest festival news and explore detailed information about festival areas and stages.
vg.no API
Access VG.no's latest news, articles, sports scores, and TV guides through a single interface where you can browse the front page, search articles by topic, view category-specific content, and find related stories. Get real-time sports scores and television schedules alongside comprehensive news coverage from Norway's leading news outlet.
maradminbot.com API
Search and retrieve official Marine Corps MARADMIN announcements from Marines.mil, filtering by year, status, and keyword to stay updated on the latest personnel and administrative directives. Get detailed information about specific announcements by number or browse the most recent updates to ensure you never miss critical Marine Corps guidance.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
novelbin.me API
Search and browse novels by title, genre, or popularity, and explore trending, completed, or recently updated works. Access full novel details, chapter listings, chapter content, author information, related titles, and reader comments. Authenticated users can manage bookmarks with reading-status tracking and subscribe to novels for update notifications.
liquor.com API
Find and browse thousands of cocktail recipes with ratings and user reviews, search drinks by ingredient or category, and read curated articles about spirits and mixology. Get detailed recipe instructions, comments from other users, and expert content all in one place.