Swetrix · Example Payload

Swetrix Get Traffic Log Example

Example of querying 7-day traffic log data grouped by day

AnalyticsCookieless TrackingGDPR CompliantOpen-SourcePrivacyReal-Time AnalyticsWeb Analytics

Swetrix Get Traffic Log Example is an example object payload from Swetrix, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "Get traffic log",
  "description": "Example of querying 7-day traffic log data grouped by day",
  "request": {
    "method": "GET",
    "url": "https://api.swetrix.com/v1/log?pid=abc123projectid&timeBucket=day&period=7d&timezone=America/New_York",
    "headers": {
      "X-Api-Key": "your-api-key-here"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "params": {
        "pid": "abc123projectid",
        "timeBucket": "day",
        "period": "7d"
      },
      "chart": {
        "x": ["2026-04-27", "2026-04-28", "2026-04-29", "2026-04-30", "2026-05-01", "2026-05-02", "2026-05-03"],
        "visits": [142, 198, 231, 87, 67, 312, 289],
        "uniques": [98, 145, 189, 62, 54, 241, 223]
      },
      "appliedFilters": []
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/swetrix-get-traffic-log-example"
All examples
curl "https://apis.io/api/v1/examples?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.