
Host.io is a public API providing domains data api for developers.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://host.io | Primary API endpoint. |
curl -X GET "https://host.io" \ -H "Accept: application/json"