Do not miss any broker-openapi API changes, ever again

Subscribe to the broker-openapi API changelog to be up to date on recent changes.

RSS

Dec 10, 2025

main
1.0.0
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /events
  • Response
  • 200 response Modified
    • application/json content type Modified
      • events property Modified
        • title, rules_primary properties Modified
          • Type went from string to object
            Breaking
        • markets property Modified
  • Query
  • lang query parameter Added
GET /events/{event_id}
  • Query
  • lang query parameter Modified
    • Type went from string to array[string]
      Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • title property Modified
        • Type went from string to object
          Breaking
        • en, pt, id properties Added
      • rules_primary property Modified
        • Type went from string to object
          Breaking
        • en, pt, id properties Added
      • markets property Modified
        • title property Modified
          • Type went from string to object
            Breaking
        • yes_sub_title, no_sub_title properties Modified
          • Type went from string | null to object
            Breaking
GET /markets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • markets property Modified
        • title property Modified
          • Type went from string to object
            Breaking
        • yes_sub_title, no_sub_title properties Modified
          • Type went from string | null to object
            Breaking
  • Query
  • lang query parameter Added
GET /markets/{market_id}
  • Query
  • lang query parameter Modified
    • Type went from string to array[string]
      Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • title property Modified
        • Type went from string to object
          Breaking
        • en, pt, id properties Added
      • yes_sub_title property Modified
        • Type went from string | null to object
          Breaking
        • en, pt, id properties Added
      • no_sub_title property Modified
        • Type went from string | null to object
          Breaking
        • en, pt, id properties Added