Jegy.hu

Interact with Jegy.hu ticketing API

Overview

This node interacts with the Jegy.hu ticketing API to perform various ticket-related operations. Specifically, the 'Get Sector Prices' operation retrieves pricing information for different sectors of an event, optionally filtering to show only available sectors. This is useful for event organizers, ticket sellers, or applications that need to display sector pricing dynamically based on availability.

Use Case Examples

  1. An event organizer wants to display current ticket prices for each sector of their event on their website, showing only sectors with available tickets.
  2. A ticketing platform integrates this node to fetch and update sector prices in real-time to ensure customers see accurate pricing and availability.

Properties

Name Meaning
Net Event ID The unique identifier of the event for which sector prices are requested.
Available Only A boolean flag indicating whether to show only sectors that currently have available tickets.

Output

JSON

  • json - The JSON response from the Jegy.hu API containing sector pricing details for the specified event.

Dependencies

  • Requires an API key credential for the Jegy.hu ticketing API, which provides the base URL and authentication for requests.

Troubleshooting

  • Common issues include invalid or missing API credentials, resulting in authentication errors.
  • Incorrect or missing 'Net Event ID' can cause the API to return errors or empty results.
  • Network issues or API downtime may cause request failures; ensure connectivity and API status.
  • If 'Available Only' is set to true but no sectors appear, verify that there are indeed available sectors for the event.

Links

  • Jegy.hu Official Website - Official site for Jegy.hu ticketing services, useful for understanding the context and API usage.

Discussion