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

Articles Tagged
api

38 Articles
Direct link to the article Create your own Serverless API
api azure serverless

Create your own Serverless API

If you don’t already know of it, Todd Motto has this great list of public APIs. It’s awesome if you’re trying out a new framework or new layout pattern and want to hit the ground running without fussing with …

Sarah Drasner on Jul 16, 2018
Direct link to the article So you need to parse an email?
api Email

So you need to parse an email?

Say you have a website with users who have accounts. Those users email you sometimes. What if you could parse that email for more context about that user, their account, and what they might want?…

Chris Coyier on Nov 3, 2017
Direct link to the article Foxhound
api react themes WordPress

Foxhound

As of WordPress 4.7 (December 2016), WordPress has shipped with a JSON API built right in. Wanna see? Hit up this URL right here on CSS-Tricks. There is loads of docs for it.

That JSON API can be used for …

Chris Coyier on Sep 28, 2017
Direct link to the article Creating a Static API from a Repository
api github node staticman

Creating a Static API from a Repository

When I first started building websites, the proposition was quite basic: take content, which may or may not be stored in some form of database, and deliver it to people’s browsers as HTML pages. Over the years, countless products used …

Eduardo Bouças on Sep 21, 2017
Direct link to the article Improving Conversations using the Perspective API
api commenting google perspective WordPress

Improving Conversations using the Perspective API

I recently came across an article by Rory Cellan-Jones about a new technology from Jigsaw, a development group at Google focused on making people safer online through technology. At the time they’d just released the first alpha version of …

Daniel James on Aug 11, 2017
Direct link to the article The API-Based CMS Approach
api CMS headless cms

The API-Based CMS Approach

For each type of content you need for your site, you develop in three steps:

  1. Create the custom content type and configure its fields
  2. Set up your app to retrieve that content from the API
  3. Load the content into your
…
Levi Gable on Mar 20, 2017
Direct link to the article Declarative Data Fetching with GraphQL
api graphql

Declarative Data Fetching with GraphQL

The following is a guest post by Nilan Marktanner from Graph.cool. I don’t know about y’all but I’ve spent plenty of time in my career dealing with REST API’s. It’s a matter of always trying to figure out what …

Nilan Marktanner on Apr 6, 2017
Direct link to the article Everything You Need to Know About Instagram API Integration
api instagram

Everything You Need to Know About Instagram API Integration

The following is a guest post by Emerson This. This is a guide for web developers interested in integrating Instagram content on websites. It was only a few months ago when Instagram changed what was possible with their API, …

Emerson This on May 13, 2019
Direct link to the article Learning to COPE with Microservices
api CMS content database microservice

Learning to COPE with Microservices

I vividly remember my first encounter with a content management system: It was 2002 with a platform called PHP-Nuke. It offered a control panel where site administrators could publish new content that would be immediately available to readers, without …

Eduardo Bouças on Jul 22, 2016
  • Newer
  • 1
  • ...
  • 3
  • 4
  • 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