[l] API
posted on 13. April 2018This project describes the API I added to this site. It consists of two parts. The first provides the posts and projects, the second metadata over OAI-PMH. Both can be reach either via POST or GET requests. OAI-PMH returns XML, other data are delivered in JSON.
The API for the posts can be found under /api/v1/post/. In addition the parameters "identifier" and/or "tag" can be defined to filter the results, each parameter can be used multiple times.
The API for the projects can be found under /api/v1/project/. In addition the parameters "identifier" and/or "tag" can be defined to filter the results, each parameter can be used multiple times.
The API for the tags can be found under /api/v1/tag/. In addition the parameters "identifier" can be defined to filter the results, it can be defined multiple times.
The OAI-PMH protocol can be found under /api/v1/oai2/?verb=Identify. For details on the usage check the OAI-PMH specifications.
Update: Changed URLs to be inline with conventional standards.
Posts
- New features posted on 09. March 2016
- Update API URLs posted on 13. April 2018