# Introduction

## Beefree Landing page template model

### Example

```json
{
  "beefree_template": {
    "id": 22,
    "bee_id": "leap-year-adventure,
    "categories": ["leap-year"],
    "collections": [],
    "description": "The description",
    "json_data": { ... },
    "tags": ["leap year"],
    "template_type": "page",
    "thumbnail_large": "https://d1oco4z2z1fhwp.cloudfront.net/templates/default/8701_large.jpg",
    "thumbnail": "https://d1oco4z2z1fhwp.cloudfront.net/templates/default/8701.jpg",
    "title": "Unlock Your Leap Year Dream Journey"
    "published_at": "2024-03-04T00:00:00.000000Z",
    "created_at": "2024-07-15T11:41:08.830315Z"
  }
}
```

### Definition

| Key              | Type                                                                              | Optional | Read-only | Description                                                                                                  |
|------------------|-----------------------------------------------------------------------------------|----------|-----------|--------------------------------------------------------------------------------------------------------------|
| id               | integer                                                           | no       | yes       |                                                                                                              |
| bee_id               | string                                                           | no       | yes       |                        | 
| categories               | array                                                           | no       | yes       |                        | 
| collections               | array                                                           | no       | yes       |                        | 
| description               | array                                                           | no       | yes       |                        | 
| json_data               | jsob                                                           | no       | yes       |                        | 
| template_type               | string                                                           | no       | yes       |                        | 
| thumbnail_large               | string                                                           | no       | yes       |                        | 
| thumbnail            | string                                                           | no       | yes       |                        | 
| title               | string                                                           | no       | yes       |                        | 
| published_at               | string                                                           | no       | yes       |                        | 
| created_at               | string                                                           | no       | yes       |                        | 

                                                       