Lithium Compare.json?streams API

The Compare.json?streams API from Lithium — 1 operation(s) for compare.json?streams.

Operations 1

GET /compare.json?streams Compare stream volumes #

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/lithium-compare-json-streams-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 email required.

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

OpenAPI Specification

lithium-compare-json-streams-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: agent-states-api-v2 AccountSet Compare.json?streams API
  version: '1.1'
servers:
- url: https://{instance}.response.lithium.com/api/v2/agentstate
  variables:
    instance:
      default: instance
security:
- {}
tags:
- name: Compare.json?streams
paths:
  /compare.json?streams:
    get:
      summary: Compare stream volumes
      description: Retrieve stream volumes and compare them.
      operationId: compare-stream-volumes
      parameters:
      - name: streams
        in: path
        schema:
          type: string
          default: MassRelDemo/kindle,MassRelDemo/galaxy-topic1
        required: true
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: "{\n  \"streams\": [\n    {\n      \"approved_tpm\": 0,\n      \"count\": {\n        \"approved\": 551979,\n        \"pending\": 0,\n        \"rejected\": 81681394,\n        \"total\": 82233373\n      },\n      \"created_at\": \"2013-09-09T18:26:01Z\",\n      \"description\": \"The Twitterverse has some good things to say about the Amazon Kindle.\",\n      \"full_name\": \"MassRelDemo/kindle\",\n      \"name\": \"kindle\",\n      \"pct\": 98,\n      \"tags\": [],\n      \"tpm\": 0\n    },\n    {\n      \"approved_tpm\": 0,\n      \"count\": {\n        \"approved\": 12990,\n        \"pending\": 0,\n        \"rejected\": 0,\n        \"total\": 12990\n      },\n      \"created_at\": \"2012-02-03T15:17:01Z\",\n      \"description\": \"Topic 1\",\n      \"full_name\": \"MassRelDemo/galaxy-topic1\",\n      \"name\": \"galaxy-topic1\",\n      \"pct\": 2,\n      \"tags\": [],\n      \"tpm\": 0\n    }\n  ]\n}"
              schema:
                type: object
                properties:
                  streams:
                    type: array
                    items:
                      type: object
                      properties:
                        approved_tpm:
                          type: integer
                          example: 0
                          default: 0
                        count:
                          type: object
                          properties:
                            approved:
                              type: integer
                              example: 551979
                              default: 0
                            pending:
                              type: integer
                              example: 0
                              default: 0
                            rejected:
                              type: integer
                              example: 81681394
                              default: 0
                            total:
                              type: integer
                              example: 82233373
                              default: 0
                        created_at:
                          type: string
                          example: '2013-09-09T18:26:01Z'
                        description:
                          type: string
                          example: The Twitterverse has some good things to say about the Amazon Kindle.
                        full_name:
                          type: string
                          example: MassRelDemo/kindle
                        name:
                          type: string
                          example: kindle
                        pct:
                          type: integer
                          example: 98
                          default: 0
                        tags:
                          type: array
                          items:
                            type: object
                            properties: {}
                        tpm:
                          type: integer
                          example: 0
                          default: 0
      deprecated: false
      security: []
      tags:
      - Compare.json?streams
x-readme:
  headers: []
  explorer-enabled: false
  proxy-enabled: false
x-readme-fauxas: true