My Obsidian Notes

Home

❯

Tech notes

❯

Terminology & Definitions

❯

Software Terminology

❯

Web Dev Terminology

❯

API

❯

When to use each API type

When to use each API type

Jul 17, 20251 min read

  • tech
Use CaseBest API Type
Standard web services (CRUD operations)REST
Enterprise-level security (banking, finance)SOAP
Microservices with high efficiencygRPC (RPC-based)
Simple remote function callsJSON-RPC / XML-RPC
Flexible, data-efficient API (UI-heavy apps, GraphQL-based APIs)GraphQL
See also:
  • SOAP vs REST
  • GraphQL vs REST

Graph View

Backlinks

  • 2025-03-31

Created with Quartz v4.5.1 © 2025

  • GitHub