Not only data, but a queryable interface!
NOData is a loose implementation of the OData specification.
With this package, you can perform queries like the following: /products
/products$where=id eq 10
/products$where=id ne 10
/products$where=id lt 3 and (Name eq 'Bob' or Name eq 'Rob')
/products$expand=Role
/products$expand=Role,Manager
/products$expand=Role, Manager, Employees
/products$expand=Role,Manager, Employees & where Role/Name eq 'Admin' or Manager/id eq 1
/products$expand=Role($select=Name,id)
Check out the wikki for more information: https://gitlab.com/tvo/Nodata/wikis/home