---
title: "Religiously RESTful"
url: https://daily.dev/posts/religiously-restful-vzxzsdygk
source_url: https://verraes.net/2014/03/religiously-restful
type: article
source: "Mathias Verraes"
published: 2026-06-17T11:25:44.158Z
updated: 2026-06-17T11:28:35.114Z
tags: ["architecture", "rest-api"]
reading_time: 2
upvotes: 0
comments: 0
language: 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.

# Religiously RESTful

**[Mathias Verraes](https://daily.dev/sources/verraes)** · 2 min read · 0 upvotes · 0 comments

## Summary

A pragmatic take on REST API design arguing that strict REST compliance isn't always necessary. The level of REST maturity should match the expected lifespan and audience of the API. For internal or short-lived APIs with limited clients, a 'RESTish' approximation is often sufficient. Full REST discipline is only warranted for long-lived, widely-consumed public APIs. Developers should invest saved effort into building a richer domain model instead.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://verraes.net/2014/03/religiously-restful>

## Similar posts on daily.dev

- [Doing GraphQL Is Governance by Default, Doing REST Is Not](https://daily.dev/posts/doing-graphql-is-governance-by-default-doing-rest-is-not-ctnmmzeea) · API Evangelist · 0 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/religiously-restful-vzxzsdygk)
