{"openapi":"3.2.0","info":{"title":"Google Flight Data - P1 API","version":"1.0.0"},"servers":[{"url":"https://yypop.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Flight"}],"paths":{"/api/v1/getCurrency":{"get":{"operationId":"get_api_v1_getCurrency","summary":"Get Available Currencies"}},"/api/v1/getLanguages":{"get":{"operationId":"get_api_v1_getLanguages","summary":"Get Available Languages"}},"/api/v1/getLocations":{"get":{"operationId":"get_api_v1_getLocations","summary":"Get Available Locations"}},"/api/v1/getCalendarGrid":{"get":{"operationId":"get_api_v1_getCalendarGrid","summary":"Get Calendar Grid","tags":["Flight"]}},"/api/v1/getPriceGraph":{"get":{"operationId":"get_api_v1_getPriceGraph","summary":"Get Price Graph","tags":["Flight"]}},"/api/v1/getBookingURL":{"post":{"operationId":"post_api_v1_getBookingURL","summary":"Get Booking URL","tags":["Flight"]},"get":{"operationId":"get_api_v1_getBookingURL","summary":"Get Booking URL","tags":["Flight"]}},"/api/v1/getBookingDetails":{"get":{"operationId":"get_api_v1_getBookingDetails","summary":"Get Booking Details","tags":["Flight"]}},"/api/v1/getNextFlights":{"get":{"operationId":"get_api_v1_getNextFlights","summary":"Get Next Flights","tags":["Flight"]}},"/api/v1/searchMultiCityFlights":{"post":{"operationId":"post_api_v1_searchMultiCityFlights","summary":"Search Multi City Flights","tags":["Flight"]}},"/api/v1/searchFlights":{"get":{"operationId":"get_api_v1_searchFlights","summary":"Search Flights","tags":["Flight"]}},"/api/v1/getCalendarPicker":{"get":{"operationId":"get_api_v1_getCalendarPicker","summary":"Get Calendar Picker","tags":["Flight"]}},"/api/v1/searchAirport":{"get":{"operationId":"get_api_v1_searchAirport","summary":"Search Airport","tags":["Flight"]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}