---
title: "Social signal"
method: GET
path: "/api/v2/social"
tags: ["Media Intelligence"]
---

# Social signal

`GET /api/v2/social`

Social-channel signal (volume / tone) for an entity over a window. Admin-only preview.

## Query parameters

- `entity` string, required
- `q` string
- `days` integer

## Response `200`

Social signal.

- object
  - `success` boolean
  - `status` string
  - `data` object
    - `entity` string
    - `window_days` integer
    - `mention_count` integer
    - `total_engagement` integer
    - `posts` object[]
      - `text` string
      - `handle` string
      - `created_at` string
      - `likes` integer
      - `reposts` integer
      - `replies` integer
      - `uri` string
      - `lang` string
    - `sentiment` object
      - `score` number
      - `label` string
    - `source` string
  - `methodology` object
    - `source` string
    - `mention_count` string
    - `sentiment` string
    - `coverage_note` string

## Other responses

- `401` — Missing/invalid API key
- `403` — Admin-only preview (ADMIN_REQUIRED)
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/versions/01aaa6255180/schema)
