Data access (JSON API)
Utiq Tracker data is freely reusable (license CC BY 4.0, please credit “Utiq Tracker”). The endpoint below is stable, read-only, and served with the Access-Control-Allow-Origin: * header (CORS) for direct use from the browser.
Stable endpoint
The dataset holds 542 entries. Response: a meta object (generation, total, source, license) + a sites array. Updated occasionally. Non-exhaustive list.
$ curl -s https://utiq-tracker.online/api/v1/sites.json $ curl -s https://utiq-tracker.online/api/v1/sites.json | jq '.sites[] | select(.scope=="fr")'
Fields
domain | FQDN |
name | Site name / title |
url | Canonical URL |
description | Short description (native language) |
category | Category key (general, news, sport, …) |
country | ISO code (FR, DE, ES, GB, INT, …) |
scope | fr or world |
utiq_since | Estimated first-seen date (YYYY-MM-DD) |
loader_confirmed | Utiq loader responded (bool) |