Replies: 3 comments
-
|
Cool idea |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Was looking for a solution to be able to monitor a registered domain and when it will expire. Used the customapi widget and wanted to share.
This widget uses the WhoAPI https://whoapi.com/ and it is free to register for an apikey
widget:
type: customapi
name: WhoAPI
url: https://api.whoapi.com/?domain=domain.com&r=whois&apikey=getyourownkey
refreshInterval: 10000000
method: GET
requestBody: object
display: list
mappings:
- field: domain_name
label: Domain Name
- field: date_expires
label: Days to Expiration
format: relativeDate
- field: date-expires
label: Expiration Date
format: date
- field: date_created
label: Created Date
format: date
- field: nameservers.0
label: NS 1
- field: nameservers.1
label: NS 2
- field: contacts.0.organization
label: Registrar
Beta Was this translation helpful? Give feedback.
All reactions