ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

HAL-HYPERTEXT

Kelly HATEOAS JSON links convention.

Definition

HAL JSON content-type application/hal+json. Format: {_links: {self: {href:}, next: {href:}, related: [{href:}]}, _embedded: {orders: [...]}, otherFields: ...}. Less formal than OData or JSON:API, but simpler. Adopted by Spring HATEOAS, Foxycart, Amazon AppStream. HAL+XML successor for XML, but HAL+XML less used.

Origin

HAL IETF Internet-Draft published 2011 by Mike Kelly ; Informational status since.

Example in context

A Spring HATEOAS API returns _links:{self:{href:/orders/42},customer:{href:/customers/7}} ; client can navigate by following links.

Last updated: May 16, 2026