---
title: "Get Challenge Info"
method: GET
path: "/api/challenge/info"
tags: ["Challenge (Hashtag)"]
---

# Get Challenge Info

`GET /api/challenge/info`

Get Challenge Info

## Query parameters

- `challengeName` string, required — Challenge name

## Response `200`

Success

- object
  - `challengeInfo` object
    - `challenge` object
      - `coverLarger` string — URL of the large cover image for the challenge
      - `coverMedium` string — URL of the medium cover image for the challenge
      - `coverThumb` string — URL of the thumbnail cover image for the challenge
      - `desc` string — Description of the challenge
      - `id` string — Challenge ID
      - `profileLarger` string — URL of the large profile image associated with the challenge, if any
      - `profileMedium` string — URL of the medium profile image associated with the challenge, if any
      - `profileThumb` string — URL of the thumnail profile image associated with the challenge, if any
      - `title` string — Title or name of the challenge
    - `challengeAnnouncement` object
      - `body` string — Announcement body to the challenge
      - `title` string — Title of the challenge announcement
    - `stats` object
      - `videoCount` number — Total number of videos using this hashtag
      - `viewCount` number — Total number of views for videos using this hashtag
    - `statsV2` object
      - `videoCount` string — Total number of videos using this hashtag
      - `viewCount` string — Total number of views for videos using this hashtag
  - `statusCode` number — Status Code - 0: Success - 10205: Not found

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api.md) · [All operations](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tikfly/tikfly-api-unoffical-tiktok-api/revisions/892e18b9f5af/schema)
