# Examples

All example queries below link to the [GraphQL Explorer](https://api.entur.io/graphql-explorer/journey-planner-v3) where you can view, modify, and run them directly.

## Journey planning

-   [Trip query](https://api.entur.io/graphql-explorer/journey-planner-v3?example=tripQuery) - Basic point-to-point journey planning
-   [Via trip](https://api.entur.io/graphql-explorer/journey-planner-v3?example=viaTripQuery) - Journey planning with intermediate stops
-   [Walk only](https://api.entur.io/graphql-explorer/journey-planner-v3?example=walkOnlyQuery) - Walking-only route between two points
-   [Flexible trip](https://api.entur.io/graphql-explorer/journey-planner-v3?example=flexibleTripQuery) - Journey planning with flexible/on-demand transport
-   [Entur app query](https://api.entur.io/graphql-explorer/journey-planner-v3?example=enturAppQuery) - Example query similar to the Entur app

## Departure boards

-   [Departure board](https://api.entur.io/graphql-explorer/journey-planner-v3?example=departureBoardQuery) - Real-time departure board for a stop
-   [Planned and actual departure times](https://api.entur.io/graphql-explorer/journey-planner-v3?example=plannedAndActualDepartureTimesQuery) - Compare scheduled and real-time departure times

## Stop places

-   [Stop place](https://api.entur.io/graphql-explorer/journey-planner-v3?example=stopPlaceQuery) - Look up information about a stop place
-   [Stop place to coordinate](https://api.entur.io/graphql-explorer/journey-planner-v3?example=stopPlaceToCoordinateQuery) - Journey from a stop place to a coordinate

## Filtering

-   [Authority filter](https://api.entur.io/graphql-explorer/journey-planner-v3?example=authorityFilterQuery) - Filter results by transport authority
-   [Filter by local bus](https://api.entur.io/graphql-explorer/journey-planner-v3?example=filterByLocalBusQuery) - Filter results to local bus services only
-   [Situation messages](https://api.entur.io/graphql-explorer/journey-planner-v3?example=situationMessagesQuery) - Retrieve situation/disruption messages

## Mobility

-   [Bike rental](https://api.entur.io/graphql-explorer/journey-planner-v3?example=bikeRentalQuery) - Query available bike rentals
-   [Bike rental as access mode](https://api.entur.io/graphql-explorer/journey-planner-v3?example=bikeRentalAccessQuery) - Use bike rental as first/last mile
-   [Bike rental stations by bounding box](https://api.entur.io/graphql-explorer/journey-planner-v3?example=bikeRentalStationsByBboxQuery) - Find bike rental stations within a geographic area
-   [Scooter rental](https://api.entur.io/graphql-explorer/journey-planner-v3?example=scooterRentalQuery) - Query available scooter rentals