<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/json-rpc-vs-rest-when-should-api-developers-use-each--tzrty7ccc" -->

---
title: JSON-RPC vs. REST: When Should API Developers Use Each?
description: A comparison of JSON-RPC and REST, clarifying that JSON-RPC is a protocol organized around actions while REST is an architectural philosophy centered on...
canonical: https://daily.dev/posts/json-rpc-vs-rest-when-should-api-developers-use-each--tzrty7ccc
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: JSON-RPC vs. REST: When Should API Developers Use Each? | daily.dev
og:description: A comparison of JSON-RPC and REST, clarifying that JSON-RPC is a protocol organized around actions while REST is an architectural philosophy centered on...
og:url: https://daily.dev/posts/json-rpc-vs-rest-when-should-api-developers-use-each--tzrty7ccc
og:image: https://api.daily.dev/og/posts/TzRTy7Ccc.png
og:image:alt: JSON-RPC vs. REST: When Should API Developers Use Each?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# JSON-RPC vs. REST: When Should API Developers Use Each?

**[Nordic APIs](https://daily.dev/sources/nordicapis)** · 8 min read · 0 upvotes · 0 comments

## Summary

A comparison of JSON-RPC and REST, clarifying that JSON-RPC is a protocol organized around actions while REST is an architectural philosophy centered on resources. Key differences include transport agnosticism (JSON-RPC) vs. HTTP-native caching and discoverability (REST). REST dominates at 92% of APIs in 2025 and suits public-facing, resource-oriented APIs, while JSON-RPC fits complex batch operations and action-heavy use cases like MCP and language server protocols. The future likely involves both coexisting rather than one replacing the other.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nordicapis.com/json-rpc-vs-rest-when-should-api-developers-use-each/>

---

Tags: [#architecture](https://daily.dev/tags/architecture), [#rest-api](https://daily.dev/tags/rest-api), [#mcp](https://daily.dev/tags/mcp)

[View this post on daily.dev](https://daily.dev/posts/json-rpc-vs-rest-when-should-api-developers-use-each--tzrty7ccc)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"JSON-RPC vs. REST: When Should API Developers Use Each?","url":"https://daily.dev/posts/json-rpc-vs-rest-when-should-api-developers-use-each--tzrty7ccc","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/json-rpc-vs-rest-when-should-api-developers-use-each--tzrty7ccc"},"datePublished":"2026-04-07T07:00:43.478Z","dateModified":"2026-04-07T07:01:10.234Z","description":"A comparison of JSON-RPC and REST, clarifying that JSON-RPC is a protocol organized around actions while REST is an architectural philosophy centered on...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/9196e18a0579c318ba676320e2cfb7bf?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/9196e18a0579c318ba676320e2cfb7bf?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Nordic APIs","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Nordic APIs","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/957e9f265c5d475b89d078b558157031","url":"https://daily.dev/sources/nordicapis"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/json-rpc-vs-rest-when-should-api-developers-use-each--tzrty7ccc","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"architecture,rest-api,mcp","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Nordic APIs","item":"https://daily.dev/sources/nordicapis"},{"@type":"ListItem","position":3,"name":"JSON-RPC vs. REST: When Should API Developers Use Each?"}]}
```

