List websites
hosting_listWebsitesV1List websites from your Hostinger hosting accounts, filtered by website type, domain, status, username, or order ID.
Instructions
Retrieve a paginated list of websites (CloudLinux, Builder, and Horizons) accessible to the authenticated client.
This endpoint returns websites from your hosting accounts as well as websites from other client hosting accounts that have shared access with you.
Each website includes a website_type field describing the type of
website detected on the underlying platform (wordpress, builder,
horizons, nodejs, or other). Some fields, such as
vhost_type, username, and root_directory, only apply to
CloudLinux websites and are null for other platforms.
Use website_types to list only websites of a given detected type, e.g. only
WordPress websites (website_types=wordpress) or only Node.js websites
(website_types=nodejs). Combine with the other available query parameters to
filter by username, order ID, enabled status, or domain name for more targeted
results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| domain | No | Filter by domain name (case-insensitive substring match) | |
| order_id | No | Order ID | |
| per_page | No | Number of items per page | |
| username | No | Filter by specific username | |
| is_enabled | No | Filter by enabled status | |
| website_types | No | Filter by detected website type, e.g. wordpress,nodejs. Accepts a comma-separated list. |