# Entry - HTML
Endpoint: POST /content/entry/html
Version: 2.0.0
Security: oAuth, bearerAuth
## Query parameters:
- `lang` (string)
Language code for response content.
Enum: "de", "en", "fr", "it", "nl", "pl", "es", "pt", "ru", "bg", "cs", "da", "el", "fi", "hu", "nb", "ro", "sk", "sl", "sv", "tr"
- `countries` (array)
Country codes as array or comma separated.
Example: ["TR","ZA","AE"]
- `nat` (array)
Traveller nationality codes as array or comma separated.
Example: ["DE","AT"]
- `target-device` (string)
Send this parameter if the content is to be displayed on a device with limited screen space.
Enum: "mobile"
## Request fields (application/json):
- `filters` (object)
- `filters.documents` (object)
- `filters.documents.document_code` (object)
The 'document_code' key should be one of the document keys supported by API. You can get possible values by using .../api/v2/entry/documents endpoint.
- `filters.documents.document_code.entry_allowed` (boolean)
- `filters.additional_info` (object)
- `filters.additional_info.list` (object)
- `filters.additional_info.list.code` (object)
The 'code' key should be one of the keys supported by API. You can get possible values by using .../api/v2/entry/additional-info endpoint.
- `filters.additional_info.list.code.status` (string)
Enum: "not_required", "required"
## Response 200 fields (application/json):
- `records` (array)
- `records.destination` (string)
- `records.nationality` (string)
- `records.language` (string)
- `records.title` (string)
- `records.content` (string)
- `requestid` (string)
Unique Request ID identifying this request.
- `responsetime` (number)
Time taken to generate response.
## Response 401 fields