# Get leaderboard by leaderboard ID info **GET /leaderboard/{leaderboard_id}/info** ## Servers - https://api.topktoday.dev: https://api.topktoday.dev () ## Parameters ### Path parameters - **leaderboard_id** (string(uuid)) Unique leaderboard ID used for querying. ## Responses ### 200 OK #### Body: application/json (object) - **$schema** (string(uri)) A URL to the JSON Schema for this object. - **highest_first** (boolean) If true, higher scores/times are ranked higher, e.g. highest score is first, second highest is second. - **id** (string) - **is_time** (boolean) If true, leaderboards scores are time values, e.g. 00:32 - **start** (string(date-time)) Datetime when the leaderboard opens. Default is at time of leaderboard creation. - **stop** (string(date-time)) Datetime when the leaderboard closes. Times before the start value or empty mean the leaderboard accept submissions until the leaderboard is archived. - **time_created** (string(date-time)) - **title** (string) Leaderboard title - **verifiers** (array[object] | null) - **verify** (boolean) If true, submissions need to be verified before they show up on the leaderboard. ### default Error #### Body: application/problem+json (object) - **$schema** (string(uri)) A URL to the JSON Schema for this object. - **detail** (string) A human-readable explanation specific to this occurrence of the problem. - **errors** (array[object] | null) Optional list of individual error details - **instance** (string(uri)) A URI reference that identifies the specific occurrence of the problem. - **status** (integer(int64)) HTTP status code - **title** (string) A short, human-readable summary of the problem type. This value should not change between occurrences of the error. - **type** (string(uri)) A URI reference to human-readable documentation for the error. [Powered by Bump.sh](https://bump.sh)