PitchCentric
The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs
Updated 11 days ago · Refreshed hourly
General

The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs

Hosted by Unknown Host · EN · 5 episodes

Where this show ranks

Episodes
5
Last ep.
15 days ago
Avg length
9m
Booking Probability™
35
Stretch.
Sign in to score against your profile.
Estimated audience
,
Audience size not yet estimated
Listen Score
11
Niche reach.
Virality (30d)
43
Steady cadence.

Pitch Analysis

Sign in to see how your Guest Score compares to this show's Required Pod Score and get a Stretch / Match-fit / Anchor verdict.
Required Pod Score
80/ 100
Premium

Established thought leaders with verified media credentials.

Contact path
Verified email on file
Unlock verified contacts
Guest openness
Not signalled recently

About this podcast

Every time you fetch a customer record, query a map route, or post a comment, you're using an API. But not all APIs are built alike. REST still rules the enterprise, GraphQL is eating the frontend, and gRPC claims the microservices layer — while JSON:API and Falcor lurk in the margins. Lucas and Luna dissect the trade-offs: payload size vs. caching, versioning strategies, and why Netflix abandoned REST for GraphQL on the client. They walk through real endpoint designs from Stripe, GitHub, and Twilio, and debate whether OpenAPI specs are documentation or trapdoors. By the end of each episode, you'll know which API style fits your next project — and which one will quietly break at 10x traffic.

About the host

Unknown Host hosts The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs, a general show with 5 episodes published.

Verified host email:████████@████.comSign in to unlock →

Recent episodes

Our AI reads these to draft pitches

How APIs Are Moving to HTTP3 and QUIC Protocol

Jun 5, 20269mEp. 33S1

HTTP/3 and the QUIC protocol are redefining how APIs communicate over the internet, promising faster connections and better reliability. In this episode, Lucas and Luna break down the key differences from HTTP/2, why com

How Stripe and Twilio Made API Documentation a Competitive Advantage

Jun 5, 202610mEp. 32S1

In episode 32 of The API Podcast, Lucas and Luna explore how companies like Stripe and Twilio turned API documentation from a neglected afterthought into a core competitive advantage. They break down the specific design

How APIs Are Adopting Versionless Design Patterns

Jun 4, 20266mEp. 31S1

Episode 31 of The API Podcast examines the shift away from traditional versioning in REST and GraphQL APIs. Lucas and Luna explore how companies like Shopify and GitHub are adopting versionless approaches—using technique

How APIs Ensure Data Consistency with the Saga Pattern

Jun 4, 202612mEp. 30S1

In this episode of The API Podcast, Lucas and Luna explore how distributed systems maintain data consistency without traditional transactions. They walk through the saga pattern using an e-commerce case study: placing an

How APIs Are Becoming the OS for Embedded Finance

Jun 3, 20269mEp. 29S1

In this episode, Lucas and Luna explore how APIs are transforming financial services into embedded, programmable building blocks. They dive into the rise of Banking-as-a-Service platforms like Synapse and Unit, and how c

How APIs Handle Billions of Events with Event-Driven Architecture

Jun 3, 20265mEp. 28S1

In this episode of The API Podcast, Lucas and Luna explore how event-driven architecture powers real-time API communication at massive scale. They break down the difference between traditional request-response APIs and e

How APIs Use Webhooks for Real-Time Event-Driven Architecture

Jun 2, 20269mEp. 27S1

Episode 27 of The API Podcast digs into webhooks — the unsung backbone of real-time event-driven architecture. Lucas walks through how Twilio and GitHub use webhooks to push data instead of forcing developers to poll, sa

How APIs Are Becoming the OS for Embedded Finance

Jun 2, 202614mEp. 26S1

Episode 26 of The API Podcast with Fexingo. Lucas and Luna dive into the rise of embedded finance APIs — specifically how companies like Stripe, Plaid, and Synctera are turning banking APIs into the operating system for

How Slack Built API-First Integrations That Scale

Jun 1, 20267mEp. 25S1

In Episode 25 of The API Podcast, Lucas and Luna explore how Slack designed its API ecosystem to handle over a million integrations without breaking. They dive into Slack's block kit framework, the decision to use event

How APIs Make or Break Multi-Cloud Strategies

Jun 1, 202611mEp. 24S1

Episode 24 of The API Podcast with Fexingo dives into the critical role APIs play in multi-cloud architectures. Lucas and Luna explore how companies like Netflix and Uber use API layers to manage complexity across AWS, G

How GraphQL Cut a Startup's API Payload by 80 Percent

May 31, 20267mEp. 23S1

Most developers know GraphQL is an alternative to REST, but few have benchmarked the real-world cost savings. This episode examines a mid-stage SaaS startup, CycleLabs, which replaced a single bloated REST endpoint with

How API Gateways Became Traffic Cops You Never Hired

May 31, 20269mEp. 22S1

Lucas and Luna unpack the hidden complexity behind API gateways. They trace how a simple routing layer evolved into a full-blown middleware stack handling authentication, rate limiting, caching, and even billing. Using S

How Twilio Defends Against Toll Fraud Attacks

May 30, 20267mEp. 21S1

Twilio processes billions of API requests per month, but one of the most expensive threats it faces isn't a data breach — it's toll fraud. In this episode, Lucas and Luna break down how attackers abuse Twilio's communica

How APIs Use Semantic Versioning to Prevent Breaking Changes

May 30, 20267mEp. 20S1

Semantic versioning (SemVer) is the backbone of API stability, but most teams get it wrong. In this episode, Lucas and Luna break down how major, minor, and patch versions work in practice, using real examples from Strip

How APIs Use Feature Flags to Deploy Without Downtime

May 29, 20267mEp. 19S1

In this episode, Lucas and Luna explore how feature flags have transformed API deployment strategies. Using real-world examples from LaunchDarkly and a case study of a major payment API that used flags to roll out a new

How Idempotency Keys Prevent API Payment Disasters

May 29, 20269mEp. 18S1

Lucas and Luna dive into idempotency keys, the unsung hero of payment APIs. Using Stripe's approach as the central case, they explain why a single 'retry' without an idempotency key can charge a customer twice — and how

How to Design API Error Responses Your Developers Will Thank You For

May 28, 202612mEp. 17S1

Most API errors return a cryptic 500 or a vague 400, leaving developers to guess what went wrong. In Episode 17 of The API Podcast with Fexingo, Lucas and Luna dissect what makes an error response actually useful—using S

How Stripe and Twilio Use API Schema Design for Developer Experience

May 28, 20268mEp. 16S1

Episode 16 of The API Podcast digs into one of the most overlooked drivers of developer adoption: API schema design. Lucas and Luna explore how Stripe built consistent, intuitive schemas that let developers integrate pay

How APIs Can Be Exploited Through Business Logic Abuse

May 27, 20269mEp. 15S1

Episode 15 of The API Podcast digs into a subtle but devastating category of API vulnerability: business logic abuse. Lucas and Luna break down a real-world case from 2023 where a major e-commerce platform's API was expl

How Netflix Built Chaos Engineering for APIs

May 27, 20269mEp. 14S1

Episode 14 of The API Podcast digs into chaos engineering for APIs — the practice of deliberately breaking your own endpoints to find weaknesses before they break in production. Lucas and Luna walk through how Netflix de

Sponsors and advertisers

Sponsor detection runs nightly. Check back soon.

Audience demographics

Age
25-54
Consumer type
General audience

Successful pitch examples

No public pitch examples yet for this show.

Generate your own personalised pitch

If you're pitching The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs, also consider

Shows with the most semantically similar episode content. Pitch one, pitch all; producers cluster.

Frequently asked questions

How do I pitch The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs as a podcast guest?

The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs has a verified contact on file. Create a free PitchCentric account to access it and generate a personalised pitch in seconds. Research at least 3 recent episodes first and lead with a specific angle that serves their general audience.

Who is the host of The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs?

The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs is hosted by Unknown Host. The show is categorised under General and has published 5 episodes.

How many episodes does The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs have?

The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs has published 5 episodes.

Is it hard to get booked on The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs?

The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs is accessible for guests with genuine general expertise. A personalised, episode-aware pitch will still outperform a generic one every time.

Is The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs currently accepting guest pitches?

The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs hasn't explicitly signalled guest openness in recent episodes. That doesn't rule out pitching. your hook just needs to be especially compelling and relevant to their recent content.

How long are The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs episodes?

Episodes of The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs average 9 minutes. a focused format where a clear narrative arc and tight preparation matter most.

What guest credentials does The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs typically look for?

Our data rates The API Podcast with Fexingo: REST, GraphQL, and Modern Web APIs's guest bar at 80/100 (Premium tier). Established thought leaders with verified media credentials. Sign in to PitchCentric to see how your own Pod Score compares against this show.

Methodology. Booking Probability™ blends Listen Score, 30-day Virality, open-to-guests detection, and Apple ratings. Data refreshed every 60 minutes. Listen Score and Booking Probability are calculated by PitchCentric. Last enriched 11 days ago.

Is this podcast yours and you'd like to remove or correct details? Request removal or email privacy@pitchcentric.com.