Hypermedia
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/hypermedia/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/hypermedia/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/hypermedia/)
Use the native HTML custom element.
The principle of embedding links and controls within API responses so clients discover available actions dynamically rather than hard-coding URLs. Hypermedia-driven APIs follow the HATEOAS constraint of REST, returning link relations that describe what transitions are possible from the current state. This decouples clients from server URL structures, making APIs easier to evolve without breaking consumers.