FR24 OpenAPI
  1. API Reference
FR24 OpenAPI
  • FR24_API_V2.0
    • Guides
      • API Work Flow
      • Introduction
      • Appendix
      • Version History
      • Error Code
    • API Reference
      • shopping
        POST
      • pricing
        POST
      • presaleAncillaryShopping
        POST
      • seatMap
        POST
      • booking
        POST
      • ticketing
        POST
      • orderChangeInforming
        POST
      • orderDetail
        POST
      • postsaleAncillaryShopping
        POST
      • ancillaryBooking
        POST
      • ancillaryPurchase
        POST
      • ancillaryOrderDetail
        POST
      • changeReshop
        POST
      • reissueRequest
        POST
      • refundRequest
        POST
      • refundConfirming
        POST
      • voidRequest
        POST
      • fileUpload
        POST
      • selectBalance
        POST
    • About us
      • API capability
      • Business Cooperation
      • Portal
  1. API Reference

pricing

POST
/api/new/pricing.do
Through calling Pricing API, partner can obtain the latest price and seating information according to the offerId provided by the Shopping RS.
Notes: Partner shall not use this API to build/update your cache, if partner’s pricing-booking conversion rate is lower than average, we will push partner to optimize process between us until the rate is reasonable.

Request

Header Params

Body Params application/json

Example
{
    "authentication" : {
        "sign" : "",
        "timestamp" : ""
    },
    "offerId" : "a17f56079af111ca6278d72124595910",
    "adultNum" : 2,
    "childNum" : 0,
    "infantNum" : 0,
    "seriesTraceId": "shop_202410101503481394",
    "seriesRsTime": 5
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://flight-test.flightroutes24.com/api/new/pricing.do' \
--header 'Accept-Encoding: gzip, deflate, br' \
--header 'appKey: ' \
--header 'content-Type: application/json' \
--data-raw '{
    "authentication" : {
        "sign" : "",
        "timestamp" : ""
    },
    "offerId" : "a17f56079af111ca6278d72124595910",
    "adultNum" : 2,
    "childNum" : 0,
    "infantNum" : 0,
    "seriesTraceId": "shop_202410101503481394",
    "seriesRsTime": 5
}'

Responses

🟢200OK
Modified at 2025-06-12 09:39:31
Previous
shopping
Next
presaleAncillaryShopping
Built with