> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /threedmark/leaderboards

> Read a 3DMark Hall of Fame board — the ranked best submitted runs for one benchmark, preset and score, current boards and retired ones alike. Every entry carries the full system fingerprint behind the score: the submitting user and country, the submission date, the motherboard manufacturer and model, the processor with its process node, core count and base and turbo clocks, the graphics card with its vendor, memory, core and memory clocks, driver name and version and multi-GPU arrangement, and the run's own score with its graphics and CPU components.

**Price:** 20 credits

**⚠️ Common errors:** 412: That board has no entries under the chosen filter



## OpenAPI

````yaml /openapi/hardware-benchmarks.json post /api/threedmark/leaderboards
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/threedmark/leaderboards:
    post:
      tags:
        - /threedmark
      summary: /threedmark/leaderboards
      description: >-
        Read a 3DMark Hall of Fame board — the ranked best submitted runs for
        one benchmark, preset and score, current boards and retired ones alike.
        Every entry carries the full system fingerprint behind the score: the
        submitting user and country, the submission date, the motherboard
        manufacturer and model, the processor with its process node, core count
        and base and turbo clocks, the graphics card with its vendor, memory,
        core and memory clocks, driver name and version and multi-GPU
        arrangement, and the run's own score with its graphics and CPU
        components.


        **Price:** 20 credits


        **⚠️ Common errors:** 412: That board has no entries under the chosen
        filter
      operationId: __api_threedmark_leaderboards_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ThreedmarkLeaderboardsPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ThreedmarkLeaderboardRun'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    ThreedmarkLeaderboardsPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        leaderboard:
          $ref: '#/components/schemas/ThreedmarkLeaderboard'
          default: time_spy
        single_gpu_only:
          type: boolean
          default: false
        count:
          type: integer
          maximum: 1000
          minimum: 1
      type: object
      required:
        - count
    ThreedmarkLeaderboardRun:
      properties:
        '@type':
          type: string
          default: ThreedmarkLeaderboardRun
        id:
          type: string
        url:
          anyOf:
            - type: string
            - type: 'null'
        leaderboard:
          type: string
        leaderboard_name:
          anyOf:
            - type: string
            - type: 'null'
        rank:
          type: integer
        test_name:
          anyOf:
            - type: string
            - type: 'null'
        test_code:
          anyOf:
            - type: string
            - type: 'null'
        overall_score:
          anyOf:
            - type: number
            - type: 'null'
        displayed_score:
          anyOf:
            - type: string
            - type: 'null'
        workload_version:
          anyOf:
            - type: string
            - type: 'null'
        is_valid:
          anyOf:
            - type: boolean
            - type: 'null'
        is_hidden:
          anyOf:
            - type: boolean
            - type: 'null'
        component_scores:
          items:
            $ref: '#/components/schemas/ThreedmarkLeaderboardScore'
          type: array
          default: []
        user:
          anyOf:
            - type: string
            - type: 'null'
        country:
          anyOf:
            - type: string
            - type: 'null'
        submitted_at:
          anyOf:
            - type: integer
            - type: 'null'
        run_url:
          anyOf:
            - type: string
            - type: 'null'
        motherboard:
          anyOf:
            - type: string
            - type: 'null'
        motherboard_manufacturer:
          anyOf:
            - type: string
            - type: 'null'
        motherboard_model:
          anyOf:
            - type: string
            - type: 'null'
        cpu_name:
          anyOf:
            - type: string
            - type: 'null'
        cpu_manufacturing:
          anyOf:
            - type: string
            - type: 'null'
        cpu_core_count:
          anyOf:
            - type: integer
            - type: 'null'
        cpu_core_clock_mhz:
          anyOf:
            - type: integer
            - type: 'null'
        cpu_turbo_clock_mhz:
          anyOf:
            - type: integer
            - type: 'null'
        cpu_processors_logical:
          anyOf:
            - type: string
            - type: 'null'
        gpu_name:
          anyOf:
            - type: string
            - type: 'null'
        gpu_vendor:
          anyOf:
            - type: string
            - type: 'null'
        gpu_count:
          anyOf:
            - type: integer
            - type: 'null'
        gpu_memory_mb:
          anyOf:
            - type: integer
            - type: 'null'
        gpu_core_clock_mhz:
          anyOf:
            - type: integer
            - type: 'null'
        gpu_memory_clock_mhz:
          anyOf:
            - type: integer
            - type: 'null'
        gpu_driver_name:
          anyOf:
            - type: string
            - type: 'null'
        gpu_driver_version:
          anyOf:
            - type: string
            - type: 'null'
        gpu_multi_gpu_solution:
          anyOf:
            - type: string
            - type: 'null'
        is_sli_enabled:
          anyOf:
            - type: boolean
            - type: 'null'
        system_info_version:
          anyOf:
            - type: string
            - type: 'null'
        ui_version:
          anyOf:
            - type: string
            - type: 'null'
        result_count:
          anyOf:
            - type: integer
            - type: 'null'
        total_result_count:
          anyOf:
            - type: integer
            - type: 'null'
        is_hof_valid:
          anyOf:
            - type: boolean
            - type: 'null'
        is_less_than_week_old:
          anyOf:
            - type: boolean
            - type: 'null'
      type: object
      required:
        - id
        - leaderboard
        - rank
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    ThreedmarkLeaderboard:
      type: string
      enum:
        - time_spy_extreme
        - time_spy_extreme_graphics_score
        - time_spy_extreme_cpu_score
        - time_spy
        - time_spy_graphics_score
        - speed_way
        - port_royal
        - solar_bay
        - solar_bay_extreme_dx12
        - solar_bay_extreme_vulkan
        - steel_nomad_dx12
        - steel_nomad_vulkan
        - steel_nomad_light_dx12
        - steel_nomad_light_vulkan
        - fire_strike_ultra
        - fire_strike_extreme
        - fire_strike
        - fire_strike_physics_score
        - night_raid
        - wild_life
        - wild_life_extreme
        - sky_diver
        - cloud_gate
        - ice_storm_unlimited
        - ice_storm_extreme
        - ice_storm
        - 3dmark_11_extreme
        - 3dmark_11_performance
        - 3dmark_11_entry
        - 3dmark_11_physics_score
        - vantage_extreme
        - vantage_performance
        - vantage_entry
        - 3dmark06
        - orange_room
        - blue_room
    ThreedmarkLeaderboardScore:
      properties:
        '@type':
          type: string
          default: ThreedmarkLeaderboardScore
        key:
          type: string
        value:
          anyOf:
            - type: number
            - type: 'null'
        status:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - key
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````