Comment on page
JSON feed
Create a self-hosted JSON feed of your release data.
The LabelGrid WordPress Plugin automatically enables a JSON feed for Releases.
JSON URL:
https://yourdomain.com/releases-feed/
Having all your release details available in a JSON feed can be used in many ways. For example, you can develop 3rd party applications using LabelGrid data, which gives you access to countless possibilities.
Supports HTTP GET or POST
parameter | type | purpose | default |
limit-date | date (Y-m-d) | Show only the releases for the specified day. | |
label-name | string | Filter the result showing only certain record labels | all |
releases | string | If set to "future" will only show unreleased releases. | all |
https://yourdomain.com/releases-feed/?limit-date=2019-12-30&
label-name=your%20label&releases=future
Last modified 3yr ago