Animica x402 Directory

Directory / appstore.use.x402atlas.com

appstore.use.x402atlas.com/v2/product/:product_id

Apple App Store product details (path variant) — full profile for a single app by product_id in the URL: rating, price, description, version history, screenshots & metadata as clean JSON.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://appstore.use.x402atlas.com/v2/product/:product_id'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://appstore.use.x402atlas.com/v2/product/:product_id'

Endpoint: https://appstore.use.x402atlas.com/v2/product/:product_id. Operated by appstore.use.x402atlas.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on appstore.use.x402atlas.com

appstore.use.x402atlas.com/product

Apple App Store product details — full profile for a single app by product_id: rating, price, description, version history, screenshots & metadata as clean JSON…

GET · $0.02

appstore.use.x402atlas.com/reviews

Apple App Store reviews — pull an app's user reviews by numeric product_id: title, text, rating, version, author & date, with paging & sort, as clean JSON.

GET · $0.02

appstore.use.x402atlas.com/search

Apple App Store search — find iOS apps by term and get id, developer, price, rating, genres, description, size, icon & screenshots as clean JSON.

GET · $0.02

appstore.use.x402atlas.com/v2/product/:product_id/reviews

Apple App Store reviews (path variant) — an app's user reviews by product_id in the URL: title, text, rating, version, author & date, with paging & sort, as cle…

GET · $0.02

All 5 endpoints on appstore.use.x402atlas.com →