REAL APIs

The REAL way to build APIs

This site documents a developing standard for building APIs tailored to modern applications.

REAL stands for Resource Explicit Action Layer.

Core Principles of REAL APIs

  • 1

    APIs should always be driven by a resource.

  • 2

    A resource should have explicit actions, never generic ones.

  • 3

    Responses should always be asynchronous and streaming.