Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
api

38 Articles
Direct link to the article Keeping Article Demos Alive When Third-Party APIs Die
api third-party

Keeping Article Demos Alive When Third-Party APIs Die

Is there a way to build demos that do not break when the services they rely on fail? How can we ensure educational demos stay available for as long as possible?
Mészáros Róbert on Jul 30, 2025
Direct link to the article Creating a “Starred” Feed
api rss WordPress

Creating a “Starred” Feed

Chris wrote about “Likes” pages a long while back. The idea is rather simple: “Like” an item in your RSS reader and display it in a feed of other liked items. The little example Chris made is still really good.…

Geoff Graham on Jan 21, 2025
Direct link to the article Rendering External API Data in WordPress Blocks on the Back End
api WordPress blocks

Rendering External API Data in WordPress Blocks on the Back End

This is a continuation of my last article about “Rendering External API Data in WordPress Blocks on the Front End”. In that last one, we learned how to take an external API and integrate it with a block that …

Manoj Kumar on Dec 12, 2022
Direct link to the article Rendering External API Data in WordPress Blocks on the Front End
api WordPress WordPress blocks

Rendering External API Data in WordPress Blocks on the Front End

There’ve been some new tutorials popping here on CSS-Tricks for working with WordPress blocks. One of them is an introduction to WordPress block development and it’s a good place to learn what blocks are and to register them in WordPress …

Manoj Kumar on Dec 12, 2022
Direct link to the article Using Google Drive as a CMS
api CMS google

Using Google Drive as a CMS

We’re going to walk through the technical process of hooking into Google Drive’s API to source content on a website. We’ll examine the step-by-step implementation, as well as how to utilize server-side caching to avoid the major pitfalls to avoid …

Nathan Babcock on Aug 2, 2021
Direct link to the article How to Cancel Pending API Requests to Show Correct Data
AbortController api fetch

How to Cancel Pending API Requests to Show Correct Data

I recently had to create a widget in React that fetches data from multiple API endpoints. As the user clicks around, new data is fetched and marshalled into the UI. But it caused some problems.…

Georgi Nikoloff on Jun 25, 2021
Direct link to the article Notion API
api notion

Notion API

The Public Beta of the Notion API dropped! Woot! Here’s their guide. I’ve been a Notion user and fan for a long time, for both personal and professional team use. They even sponsored a few videos around here a …

Chris Coyier on May 19, 2021
Direct link to the article WebPageTest API
api performance

WebPageTest API

I’m willing to bet you know WebPageTest. It is the premier tool in the toolbox of web performance people. Maybe you didn’t know that WebPageTest was a side project of one fella, Patrick Meenan, for most of its lifetime, …

❥ Sponsored (Written by Chris Coyier)
Direct link to the article Don’t Wait! Mock the API
api mirage

Don’t Wait! Mock the API

Today we have a loose coupling between the front end and the back end of web applications. They are usually developed by separate teams, and keeping those teams and the technology in sync is not easy. To solve part of …

Marko Ilic on Aug 10, 2020
  • 1
  • 2
  • 3
  • ...
  • 5
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top