Skip to main content
Sorting is a common feature of APIs. The endpoints will document the supported fields and their order.

Format

Use the order_by query parameter with a prefix-based syntax:
  • + -> ascending (default)
  • - -> descending

Example


Rules

  • Multiple fields can be combined.
  • If no prefix is provided, ascending order is assumed.
  • Unsupported fields are ignored or rejected depending on the API (documented per API).