Endpoint
Query parameters
string
default:"country"
The geographic level to rank contributors within. Accepted values:
country— all of Saudi Arabiacity— a specific city (pair witharea)district— a specific district (pair witharea)
string
The name of the city or district to filter by, in Arabic. Required when
scope is city or district. Example: العلياnumber
default:"20"
Maximum number of contributors to return. Accepted range is 1–100.
Response fields
array
Ordered array of contributor objects, ranked by contribution count
(descending).
number
Total number of eligible public contributors in the requested scope, before
the
limit is applied. Useful for pagination or showing “X of Y
contributors”.Privacy
Only users who have explicitly set
show_public_profile to true are
included in leaderboard results. The following fields are never returned
by this endpoint: email address, phone number, physical location data, and
points ledger history.Example
Request
Response
Use cases
- Community pages — display top contributors per district to drive healthy competition.
- In-app leaderboard widget — show a user their rank and the two people just above them to encourage more contributions.
- Country-wide rankings — use the default
scope=countrycall to feature PRIXO’s most dedicated contributors platform-wide.