PinkPantheress Tour 2026: Extended Dates Announced
Here’s a breakdown of the data you provided, which appears to be a JSON object containing details about ticket offers for PinkPantheress:
Overall Structure
The data represents a “product embed” with information about ticket offers. It includes details about the offers themselves, as well as metadata about the source of the data.
Key Fields and Thier Values
* offers: This is an array containing details about individual ticket offers. You’ve provided data for two offers. Let’s look at the fields within each offer:
* id: Unique identifier for the offer. Exmaple: "3595"
* price: The price of the ticket. In both cases, it’s an empty string (""), meaning the price is not explicitly stated in this data.
* currency: The currency of the price. "USD" (US Dollars).
* purchaseUri: The URL where the ticket can be purchased. Thes are long URLs likely using a tracking/shortening service (cna.st).
* sellerName: The name of the ticket seller. "StubHub" and "Ticketmaster"
* countryCode: The country where the tickets are valid. Empty string ("").
* offerId: A unique identifier for the offer. Example: "69386eae1501af8a58e0b5d4"
* reducedPrice: Indicates if there’s a reduced price. Empty string ("").
* offersLength: The total number of offers available."2"
* component: Indicates the type of component this data represents. "product_embed"
* textBadge: Additional text information. null (no badge).
* seal: Information about a security seal. null (no seal).
In Summary
This data provides information about two ticket offers for PinkPantheress, one from StubHub and one from Ticketmaster. The price is not directly included in this data, but the purchase URLs are provided, allowing a user to click through to the respective seller’s website to view the price and complete the purchase.
