← Articles
Seeker Tracker: JSON APIs for SeekerIDs, dApps, and SKR logo
seeker

Seeker Tracker: JSON APIs for SeekerIDs, dApps, and SKR

· AUG 30, 2026 ·
Read
Share

Lookup .skr names, the Seeker dApp catalog, and SKR stats over HTTP. No key. Prefer JSON over HTML.

devrels.xyz/a/275

Seeker Tracker is an unofficial Solana Mobile explorer. You query .skr SeekerIDs, the Seeker dApp catalog, SKR vault stats, and prices as JSON. Site: seekertracker.com. Docs: /developers.

Agents should start at /llms.txt and GET /api. No API key on public reads. Do not scrape the HTML as a substitute. Snapshot 30 Aug 2026: health reported 120,677 domains from Turso. DAS that day was 832 (on-chain active SeekerIDs, not phone opens).

Call these first

Public JSON
PathJob
GET /api/healthLiveness, domain count, catalog source.
GET /api/domain?domain=name.skrOne SeekerID. Wallet list: /api/lookup?wallet=.
GET /api/dappstore?package=One listing. Full catalog is large. Filter with q or status=active.
GET /api/skr/vaultVault, supply, mcap. Prices: /api/price.
GET /api/dasDaily / weekly / monthly on-chain activity. Dormant means 0 txs, not unused phones.

Happy path

OpenAPI is at /openapi.json. Skill install for agents:

bash
npx skills add SeekerTracker/website-seekertracker@seekertracker

curl -sS https://seekertracker.com/api/health
curl -sS 'https://seekertracker.com/api/domain?domain=metasal.skr'
curl -sS 'https://seekertracker.com/api/dappstore?package=com.seekertracker'

Be polite. Cache. Do not hammer ?refresh=1. Domain pageSize of 20–50 is enough unless you need a dump. Claim and cron routes are not public.

Product pages next to the API

Human catalog is /dapps. A SeekerID page is /id/{name.skr}. SKR dashboard is /skr. DAS UI is /das (default among monthly-active, not the dormant wall). Sweep and Snake are TRACKER-hold products on the same site; they are not required to use the lookup APIs.

GitHub org SeekerTracker. Site repo website-seekertracker. X @Seeker_Tracker. Telegram t.me/seeker_tracker.

People and links

Seeker Tracker
Who / whatWhere
BuilderMetasal / Milysec
Docsseekertracker.com/developers
Skillskills.sh

Keep reading

Get new articles in your inbox

Technical deep-dives on Solana tooling, infrastructure, and ecosystem. No noise.

Seeker Tracker: JSON APIs for SeekerIDs, dApps, and SKR | devrels.xyz