There are different layouts available with Pro Web. You can use a public one that is available to all users, or contact us to create your own private layout to suit your solution. To check what you have available:

| Name | Type | Description |
|---|---|---|
| Configuration (Optional) |
string | Custom configuration name. |
| Name | Type | Description |
|---|---|---|
| details (Optional) |
boolean | Includes layout details in the response. Be aware that enabling this might increase the response time considerably. |
| layout (Optional) |
string | Submit the name of a single layout to retrieve details for or omit to retrieve details for all layouts. |
| Name | Type | Description | |
|---|---|---|---|
| configuration_file (Optional) |
string | The name of the configuration file. | |
| layouts | collection | Collection of layout information. | |
| name | string | Name of the layout. | |
| countries (Optional) |
collection | Collection of countries that this layout is defined for. See countries collection for more information on each object in the collection. | |
Each object in the countries collection contains the following items.
| Name | Type | Description | |
|---|---|---|---|
| country | string | The country this layout applies to. | |
| lines (Optional) |
collection | Collection of lines in the layout. | |
| description (Optional) |
string | A description of a layout line. | |
| type | string | The type of information that is returned on this line. The possible values are:
|
|
| license (Optional) |
string | Status of the dataset license. | |
| days_left | integer | The number of days left. | |
| data_days_left | integer | The number of days left your dataset is available. | |
| version | string | Version information. | |
| copyright | string | Copyright information. | |
The following response codes can be returned by the API:
| Status Code | Reason phrase | Description |
|---|---|---|
| 200 | Success | Request processed successfully. |
| 400 | Bad Request | Request failed due to malformed syntax. |
| 408 | Request timeout | Response was not returned within the timeout allowance. |
| 500 | Internal Server Error | The server has encountered an error. |