---
title: "Get Ads Detail"
method: GET
path: "/api/trending/ads/detail"
tags: ["Trending"]
---

# Get Ads Detail

`GET /api/trending/ads/detail`

Get Ads Detail

## Query parameters

- `ads_id` string, required — Ads ID

## Response `200`

Success

- object
  - `data` object
    - `ad_title` string
    - `brand_name` string
    - `comment` number
    - `cost` number
    - `country_code` string[]
    - `ctr` number
    - `favorite` boolean
    - `has_summary` boolean
    - `highlight_text` string
    - `id` string
    - `industry_key` string
    - `is_search` boolean
    - `keyword_list` string[]
    - `landing_page` string
    - `like` number
    - `objective_key` string
    - `objectives` object[]
      - `label` string
      - `value` number
    - `pattern_label` string[]
    - `share` number
    - `source` string
    - `source_key` number
    - `tag` number
    - `video_info` object
      - `vid` string
      - `duration` number
      - `cover` string
      - `video_url` object
        - `720p` string
      - `width` number
      - `height` number
    - `voice_over` boolean

## 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)
