Hydra is an effort to simplify the development of interoperable, hypermedia-driven Web APIs. The two fundamental building blocks of Hydra are JSON‑LD and the Hydra Core Vocabulary.
JSON‑LD is the serialization format used in the communication between the server and its clients. The Hydra Core Vocabulary represents the shared vocabulary between them. By specifying a number of concepts which are commonly used in Web APIs it can be used as the foundation to build Web services that share REST's benefits in terms of loose coupling, maintainability, evolvability, and scalability. Furthermore it enables the creation of generic API clients instead of requiring specialized clients for every single API.
There exists a demo Web API featuring a simple issue tracker which allows you to try Hydra directly in your web browser:
Of course, the complete source code of the Hydra Issue Tracker Demo application is available for you to use as skeleton for your applications.
The Hydra project currently consists of the following parts:
Join the Hydra W3C Community Group. If you just wanna report a bug, either raise an issue on our issue tracker, submit a pull request, or send a mail to Hydra's public mailing list.