grlc makes all your Linked Data accessible to the Web by automatically converting your SPARQL queries into RESTful APIs. With (almost) no effort! Simply:
1
Create a GitHub repository, and store all your SPARQL queries in there (like in this example). If you don't have a GitHub account, go get one. You can also just write down the username and the repository name of somebody else :-)
2
Go to the address bar of this page, and append /api/github_username/repository_name to it. So if I want the API derived from GitHub's username foo and repository bar, I append /api/foo/bar/ to the domain name (/api/foo/bar/api-docs will work too). Now hit enter. Done!
Take a look at the increasing number of users and SPARQL repositories on GitHub that are using grlc to generate APIs!
Find out more in GitHub and in this paper.