| Field Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier |
| spot_name | string | Name of the tourist spot |
| location | string | City or province |
| region | string | Luzon, Visayas, or Mindanao |
| spot_type | string | Natural, Historical, Cultural |
| entrance_fee_php | integer | Average entrance fee in PHP |
1{
2 "id": 1,
3 "spot_name": "Chocolate Hills",
4 "location": "Bohol",
5 "region": "Visayas",
6 "spot_type": "Natural",
7 "entrance_fee_php": 100
8}