Skip to content

Daily analytics ping

POST
/v1/analytics/ping
curl --request POST \
--url https://api.extport.dev/api/v1/analytics/ping \
--header 'Content-Type: application/json' \
--data '{ "installId": "example", "extensionId": "example", "version": "example", "language": "example" }'

The only analytics event. At most one counts per install per UTC day (the server ignores extras). Browser/OS derive from the User-Agent, country from the request — the payload deliberately carries no more than this.

Media typeapplication/json
object
installId
required
string
>= 8 characters <= 64 characters
extensionId
required
string
>= 1 characters
version
required
string
>= 1 characters <= 32 characters
language
string
<= 35 characters
Examplegenerated
{
"installId": "example",
"extensionId": "example",
"version": "example",
"language": "example"
}

Accepted (or ignored — the response never distinguishes)