v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Public Services
WhoIs

Resolve owner of id4n

get/whois/{id4n}

Path parameters

id4nstring required

id4n

Response

OK

aliasesobject

Example response

{
  "organization": {
    "id": 100,
    "logoURL": "/api/v1/public/images/abcdef",
    "name": "ACME Inc.",
    "namespace": "de.acme"
  },
  "organizationAddress": {
    "companyName": "ACME Inc.",
    "firstname": "Max",
    "lastname": "Muster",
    "street": "Examplestreet 1",
    "city": "MyCity",
    "countryCode": "DE",
    "countryName": "Germany",
    "telephone": "+49 8088 12345"
  }
}