---
title: "People also ask questions"
method: GET
path: "/v3/rank-tracking/questions"
tags: ["Rank Tracking"]
---

# People also ask questions

`GET /v3/rank-tracking/questions`

Questions Google shows across the team's tracked keywords, deduplicated and ranked by combined search volume and how many keywords surfaced each one. Sourced from stored SERP snapshots.

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `success` boolean
  - `keywordsChecked` number
  - `keywordsWithQuestions` number
  - `total` number
  - `questions` object[]
    - `question` string
    - `totalVolume` number, nullable
    - `score` number
    - `sources` object[]
      - `trackedKeywordId` string
      - `keyword` string
      - `monthlyVolume` number, nullable

## Other responses

- `400` — Default Response
- `500` — Default Response

## Changes

- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/rank-tracking/questions/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/68d7cda28432?raw)
