Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

carhire_service.get_result(...) Missing data #28

@davidch413

Description

@davidch413

I have reused the example from the documentation but every time I make a request I receive a response without submitted_query, images and car_classes lists. I'm using python 3.4.6

`from skyscanner.skyscanner import CarHire

carhire_service = CarHire('my_api_key')

result = carhire_service.get_result(
market='UK',
currency='GBP',
locale='en-GB',
pickupplace='27544008',
dropoffplace='27544008',
pickupdatetime='2017-04-18T10:00',
dropoffdatetime='2017-04-25T10:00',
driverage='21',
userip='127.0.0.1').parsed

print(result)
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions