Talkwalker Status API

The Status API API from Talkwalker — 1 operation(s) for status api.

Operations 1

GET /api/v1/status/credits Status credits

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/talkwalker-status-api-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

talkwalker-status-api-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Talkwalker Status Status API
  description: Talkwalker Advanced API
  version: 0.0.1
  contact:
    email: client-api@talkwalker.com
    name: Client-API
servers:
- description: Production environment server
  url: https://api.talkwalker.com
security:
- apikeyAuth: []
tags:
- name: Status API
paths:
  /api/v1/status/credits:
    get:
      description: Remaining Credits Endpoint
      responses:
        '200':
          content:
            application/json:
              example:
                request: GET /api/v1/status/credits?access_token=abcd-1234-abcd
                request_id: '#r8ugx4n31ny1#'
                result_creditinfo:
                  estimate_credits_used_until_end_of_billing_period: 1611
                  monthly_total: 30000
                  next_billing_period: 1647817200000
                  remaining_allowance_processing: 0
                  remaining_credits_monthly: 21388
                  remaining_credits_onetime: 100000
                  used_credits_monthly: 8612
                  used_credits_onetime: 0
                  used_credits_processing: 33
                status_code: '0'
                status_message: OK
              schema:
                type: object
          description: OK
      summary: Status credits
      tags:
      - Status API
components:
  securitySchemes:
    apikeyAuth:
      in: query
      name: access_token
      type: apiKey
externalDocs:
  description: Find more info here or there
  url: https://apidocs.talkwalker.com/