Counter website screenshot

Counter

Counter (counter.dev) is an open-source, privacy-friendly web analytics service. A lightweight tracking snippet POSTs a single aggregated hit per visit to a public collect endpoint (t.counter.dev), and a token-authenticated dashboard data feed returns aggregated stats. Counter uses no cookies, no logging, and no IP fingerprinting. It is AGPL-3.0 licensed and can be self-hosted; the hosted service is pay-what-you-want.

Counter publishes 3 APIs on the APIs.io network: Account API, Stats API, and Tracking API. Tagged areas include Web Analytics, Privacy, Open-Source, Tracking, and Self-Hosted.

The Counter catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Counter’s developer surface includes authentication, documentation, engineering blog, sandbox, CLI, getting-started guide, support, and 22 more developer resources.

48.8/100 developing ▬ flat Agent 25/100 agent aware Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumOpen⚡ Free to try
1 APIs
Web AnalyticsPrivacyOpen-SourceTrackingSelf-Hosted

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/counter-dev: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Counter Account API

The Account API from Counter — 4 operation(s) for account.

Counter Stats API

The Stats API from Counter — 2 operation(s) for stats.

Counter Tracking API

The Tracking API from Counter — 2 operation(s) for tracking.

Open Collections 5

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Counter Account API

OPEN COLLECTION

Counter Account Stats API

OPEN COLLECTION

Counter API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Counter Dev Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Counter Stats Stream

Counter publishes NO AsyncAPI of its own. This document is DERIVED by API Evangelist from the AGPL-3.0 server source at https://github.com/ihucos/counter.dev/blob/master/backend...

ASYNCAPI

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Counter Dev Authentication

apiKey · 2 schemes

SECURITY

Counter Dev Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Counter Dev Agentic Access

8 operations · 5 acting · 1 human-in-the-loop

8 operations · 5 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: counter-dev
url: https://raw.githubusercontent.com/api-evangelist/counter-dev/refs/heads/main/apis.yml
name: Counter
kind: company
description: Counter (counter.dev) is an open-source, privacy-friendly web analytics service. A lightweight tracking snippet
  POSTs a single aggregated hit per visit to a public collect endpoint (t.counter.dev), and a token-authenticated dashboard
  data feed returns aggregated stats. Counter uses no cookies, no logging, and no IP fingerprinting. It is AGPL-3.0 licensed
  and can be self-hosted; the hosted service is pay-what-you-want.
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: true
  callable_host: true
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - openapi
  - pricing
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: open
  trial: false
  try_now: true
  public: true
  label: Freemium · Open access
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/counter-dev.png
tags:
- Web Analytics
- Privacy
- Open-Source
- Tracking
- Self-Hosted
tags_raw:
- Web Analytics
- Privacy
- Open Source
- Tracking
- Self-Hosted
created: '2026-06-21'
modified: '2026-08-13'
specificationVersion: '0.23'
apis:
- aid: counter-dev:counter-dev-account-api
  name: Counter Account API
  description: The Account API from Counter — 4 operation(s) for account.
  humanURL: https://counter.dev/help/integration.html
  baseURL: https://t.counter.dev
  tags:
  - Account
  properties:
  - type: OpenAPI
    url: openapi/counter-dev-account-api-openapi.yml
  - type: Overlay
    url: overlays/counter-dev-account-overlay.yaml
  - type: Documentation
    url: https://counter.dev/help/integration.html
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/blob/master/docs/script.js
  - type: PostmanCollection
    url: collections/counter-dev.postman_collection.json
  - type: OpenCollection
    url: collections/counter-dev.opencollection.json
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/blob/master/backend/endpoints/query.go
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/tree/master/backend/endpoints
- aid: counter-dev:counter-dev-stats-api
  name: Counter Stats API
  description: The Stats API from Counter — 2 operation(s) for stats.
  humanURL: https://counter.dev/help/integration.html
  baseURL: https://t.counter.dev
  tags:
  - Stats
  properties:
  - type: OpenAPI
    url: openapi/counter-dev-stats-api-openapi.yml
  - type: Overlay
    url: overlays/counter-dev-stats-overlay.yaml
  - type: Documentation
    url: https://counter.dev/help/integration.html
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/blob/master/docs/script.js
  - type: PostmanCollection
    url: collections/counter-dev.postman_collection.json
  - type: OpenCollection
    url: collections/counter-dev.opencollection.json
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/blob/master/backend/endpoints/query.go
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/tree/master/backend/endpoints
- aid: counter-dev:counter-dev-tracking-api
  name: Counter Tracking API
  description: The Tracking API from Counter — 2 operation(s) for tracking.
  humanURL: https://counter.dev/help/integration.html
  baseURL: https://t.counter.dev
  tags:
  - Tracking
  properties:
  - type: OpenAPI
    url: openapi/counter-dev-tracking-api-openapi.yml
  - type: Overlay
    url: overlays/counter-dev-tracking-overlay.yaml
  - type: Documentation
    url: https://counter.dev/help/integration.html
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/blob/master/docs/script.js
  - type: PostmanCollection
    url: collections/counter-dev.postman_collection.json
  - type: OpenCollection
    url: collections/counter-dev.opencollection.json
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/blob/master/backend/endpoints/query.go
  - type: APIReference
    url: https://github.com/ihucos/counter.dev/tree/master/backend/endpoints
common:
- type: AgenticAccess
  url: agentic-access/counter-dev-agentic-access.yml
- type: DomainSecurity
  url: security/counter-dev-domain-security.yml
- type: Authentication
  url: authentication/counter-dev-authentication.yml
- type: GitHubOrganization
  url: https://github.com/ihucos/counter.dev
- type: Website
  url: https://counter.dev/
- type: Documentation
  url: https://counter.dev/help/integration.html
- type: Plans
  url: plans/counter-dev-plans-pricing.yml
- type: RateLimits
  url: rate-limits/counter-dev-rate-limits.yml
- type: FinOps
  url: finops/counter-dev-finops.yml
- url: https://counter.dev/blog
  type: Blog
- type: Packages
  url: packages/counter-dev-packages.yml
- type: AsyncAPI
  url: asyncapi/counter-dev-stats-asyncapi.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/counter-dev-llms.txt
- type: Conventions
  url: conventions/counter-dev-conventions.yml
- type: ErrorCatalog
  url: errors/counter-dev-problem-types.yml
- type: Lifecycle
  url: lifecycle/counter-dev-lifecycle.yml
- type: Conformance
  url: conformance/counter-dev-conformance.yml
- type: DataModel
  url: data-model/counter-dev-data-model.yml
- type: Sandbox
  url: sandbox/counter-dev-sandbox.yml
- type: CLI
  url: cli/counter-dev-cli.yml
- type: Components
  url: components/counter-dev-components.yml
- type: GettingStarted
  url: https://counter.dev/help/integration.html
- type: HelpCenter
  url: https://counter.dev/help/
- type: Support
  url: https://github.com/ihucos/counter.dev/issues
- type: SignUp
  url: https://counter.dev/welcome.html?sign-up
- type: PrivacyPolicy
  url: https://counter.dev/pages/privacy.html
- type: SourceCode
  url: https://github.com/ihucos/counter.dev
- type: License
  url: https://github.com/ihucos/counter.dev/blob/master/LICENSE
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 20
  pass: local-v1

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/counter-dev"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/counter-dev/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/counter-dev/evidence"

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.