The Blinks Public Registry
We have made our Blinks public registry easily accessible through an API endpoint, and in a beautiful new interface at https://dial.to.
Running a GET
request on the endpoint will return the JSON
data of all the action APIs that have been submitted
, registered
and blocked
from the registry
The Blinks public registry API can be called from https://registry.dial.to/v1/list
.
Sending the GET
request to this endpoint returns a 200
response with the data in the following format:
The fields within each element of the results
array are:
actionUrl
- The URL of the Action.blinkUrl
- (optional) The Webpage or Interstitial URL that points to the Action URLwebsiteUrl
- (optional) URL of the Action owner.createdAt
- When the Action was added to the registry.tags
- The tags depicting the Action's status on the registry.
Browse the Public Registry at dial.to
All blinks on the public registry are now discoverable right on https://dial.to, where blinks can be filtered by registration status.
Last updated