New API: Tophhie Cloud Domains 🌐
I've made it easier to query and validate the legitimacy of Tophhie Cloud domains...

Tophhie Cloud. That's my "brand name". It's the name I use against all my cloud services, developed apps, and online presence.
With the increase in my online presence, and developed tools, it's become apparent that malicious actors are attempting to spoof my domains and/or create similar alternatives to trick, steal and target frequent users of the Tophhie Cloud services.
Because of this, I feel it necessary to disclose the domains that are used throughout the Tophhie Cloud environments, and what better way to do this than to integrate it into the Tophhie Cloud API platform!
With the introduction of this new API, I'm giving users the ability to check and verify my domains. With a simple browser request, you'll be provided with a list of the domains used and registered to the Tophhie Cloud name.
Accessing the API
The URL for this API is: https://api.tophhie.cloud/domains
Accessing the API could not be simpler... and can be easily fired off from a browser. No integrations necessary.
Simply go to, or call, the following URL:
https://api.tophhie.cloud/domains
As of today (16th June 2025), eight domains will be returned. The response will look like this.
{
"result": [
"artley.uk",
"boulton.cc",
"greenacre.cc",
"marvelist.co.uk",
"privpass.co.uk",
"tophhie.cloud",
"tophhie.co.uk",
"volterra1.co.uk"
]
}
You'll be provided with a JSON object, containing an array of Tophhie Cloud domains. These domains are pulled directly from Cloudflare (the registrar for my domains, and where the DNS is managed).
Additional Domain Information
As well as providing an array of all the Tophhie Cloud domains, I've also provided a way to query a specific domain to retrieve limited domain registration information.
To access domain specific information, simply append the domain onto the end of the base domains URL. For example:
https://api.tophhie.cloud/domains/tophhie.cloud
When calling this URL, you'll be provided with a JSON object outlining some key information surrounding the domain.
As of today (16th June 2025), the only additional information to be returned is the Domain Registration Date (when I registered the domain/started using it).
It'll look like this.
{
"name": "tophhie.cloud",
"registeredSince": "2024-05-17T10:47:47.545693Z"
}
Easily Verifying a Domain
To make this as easy as possible when it comes to verification, you can use the same method you use to retrieve the additional domain information.
Say you come across a domain that you believe is impersonating the Tophhie Cloud brand, fire the domain across to the API... you'll be told if it's one of ours or not. If it is, the domain information will be returned. If not, you'll receive a text response indicating so.
"Domain tophh1e.cloud not found."
And with that, you've been provided with a method of verifying and validating any Tophhie Cloud domain that you come across.
I hope this comes in useful, and aids in verifying the legitimacy of any domain you see that looks potentially like a Tophhie Cloud domain.
Until next time 👋