Sample

Descriptor file sample

The following sample code can also be downloaded.

{
  "generation_timestamp": 1728306001,
  "name": "event.feeddata.v1",
  "data_file": [
    "event.feeddata.v1_1728306001_001.json",
    "event.feeddata.v1_1728306001_002.json"
  ]
}

Feed file sample

The following sample code can also be downloaded.

{
  "data": [
    {
      "id": "123456-abc",
      "title": {
        "localized_texts": [
          {
            "text": "Summer Concert Series",
            "language_code": "en-US"
          },
          {
            "text": "Serie de conciertos de verano",
            "language_code": "es-ES"
          }
        ]
      },
      "description": {
        "localized_texts": [
          {
            "text": "<h1>Summer Concert Series</h1><p>Join us for our annual summer concert series featuring a variety of local artists.</p>",
            "language_code": "en-US"
          }
        ]
      },
      "time_info": {
        "start_seconds": 1695686400,
        "end_seconds": 1695700800,
        "door_open_seconds": 1695684600
      },
      "venue": {
        "location": {
          "place_info": {
            "name": "A place",
            "structured_address": {
              "country_code": "US",
              "postal_code": "94043",
              "locality": "Mountain View",
              "street_address": "1600 Amphitheatre Pkwy"
            }
          }
        }
      },
      "related_entities": [
        {
          "id": "7890",
          "name": {
            "text": "The Music Band",
            "language_code": "en-US"
          },
          "entity_type": "ENTITY_TYPE_PERFORMER_MUSICIAN",
          "performer_role": "PERFORMER_ROLE_HEADLINER"
        }
      ],
      "event_types": ["EVENT_TYPE_CONCERT"],
      "tickets": [
        {
          "id": "general-admission",
          "title": {
            "localized_texts": [
              {
                "text": "General Admission",
                "language_code": "en-US"
              }
            ]
          },
          "seller_info": {
            "name": {
              "localized_texts": [
                {
                  "text": "Example Seller",
                  "language_code": "en-US"
                }
              ]
            },
            "logo_url": "https://www.example.com/images/fav-icon.png"
          },
          "referral_urls": [
            {
              "link": {
                "url": "https://www.example.com/tickets/123456-abc/general-admission",
                "mobile_url": "https://m.example.com/tickets/123456-abc/general-admission"
              },
              "surface": "SURFACE_SEARCH"
            }
          ],
          "price": {
            "value": {
              "currency_code": "USD",
              "units": 25
            }
          },
          "availability_info": {
            "spots_available": 100
          }
        }
      ],
      "related_media": [
        {
          "url": "https://www.example.com/images/summer-concert-series.jpg",
          "type": "MEDIA_TYPE_PHOTO"
        }
      ],
      "event_url": {
        "url": "https://www.example.com/events/123456-abc",
        "localized_url": {
          "localized_texts": [
            {
              "text": "https://www.example.com/events/123456-abc?hl=en-US",
              "language_code": "en-US"
            },
            {
              "text": "https://www.example.com/events/123456-abc?hl=es-ES",
              "language_code": "es-ES"
            }
          ]
        }
      }
    },
    {
      "id": "987654-xyz",
      "title": {
        "localized_texts": [
          {
            "text": "Music Festival",
            "language_code": "en-US"
          }
        ]
      },
      "description": {
        "localized_texts": [
          {
            "text": "<h2>Music Festival</h2><p>Come and experience a weekend of live music, food, and fun at our annual music festival.</p>",
            "language_code": "en-US"
          }
        ]
      },
      "time_info": {
        "start_seconds": 1696118400,
        "end_seconds": 1696132800
      },
      "venue": {
        "location": {
          "place_id": "ChIJZQ9p9bUuEmsRRo6LwtmQvXU"
        }
      },
      "related_entities": [
        {
          "id": "4567",
          "name": {
            "text": "Pop Superstar",
            "language_code": "en-US"
          },
          "entity_type": "ENTITY_TYPE_PERFORMER_MUSICIAN"
        }
      ],
      "event_types": ["EVENT_TYPE_CONCERT"],
      "tickets": [
        {
          "id": "single-day-pass",
          "title": {
            "localized_texts": [
              {
                "text": "Single Day Pass",
                "language_code": "en-US"
              }
            ]
          },
          "referral_urls": [
            {
              "link": {
                "url": "https://www.example.com/tickets/987654-xyz/single-day-pass"
              }
            }
          ],
          "price": {
            "value": {
              "currency_code": "USD",
              "units": 99,
              "nanos": 990000000
            }
          },
          "availability_info": {
            "spots_available": 500
          }
        }
      ],
      "event_url": {
        "url": "https://www.example.com/events/987654-xyz"
      }
    }
  ]
}