---
title: "Get exploration dashboard summary"
method: GET
path: "/superrewards/exploration/summary"
tags: ["SuperRewardsAPI"]
---

# Get exploration dashboard summary

`GET /superrewards/exploration/summary`

Get exploration dashboard summary for Safari Season 2 and beyond

## Query parameters

- `user` string, required

## Response `200`

OK

- ExplorationDashboardSummary
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `current_season` integer, required
  - `days_left` integer, required
  - `highest_tier` string, required
  - `highest_tier_boost` number, double, required
  - `total_cred_earned` number, double, required
  - `total_participants_count` integer, required
  - `total_protocols_count` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/superform/apis/superform-api.md) · [All operations](https://skmtc.net/superform/apis/superform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superform/superform-api/revisions/6eb27ced1c96/schema)
