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

⚡ /api/v1/sites.json  ⬇ CSV

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

domainFQDN
nameSite name / title
urlCanonical URL
descriptionShort description (native language)
categoryCategory key (general, news, sport, …)
countryISO code (FR, DE, ES, GB, INT, …)
scopefr or world
utiq_sinceEstimated first-seen date (YYYY-MM-DD)
loader_confirmedUtiq loader responded (bool)

← Back to home