All URIs are relative to https://www.metaculus.com
Method | HTTP request | Description |
---|---|---|
rankings_list | GET /api2/rankings/ | |
rankings_retrieve | GET /api2/rankings/{id}/ |
crate::models::PaginatedRankingList rankings_list(limit, offset)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
limit | Option<i32> | Number of results to return per page. | ||
offset | Option<i32> | The initial index from which to return the results. |
crate::models::PaginatedRankingList
basicAuth, cookieAuth, tokenAuth
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::Ranking rankings_retrieve(id)
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | A unique integer value identifying this site-specific user data. | [required] |
basicAuth, cookieAuth, tokenAuth
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]