{"api":"v1","generated_at":"2026-09-16T06:34:13.970Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/402utils-com-v1-phone-check-160a80","pinned_page":"https://tollindex.com/e/402utils-com-v1-phone-check-160a80/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"402utils-com-v1-phone-check-160a80","canonical_url":"https://402utils.com/v1/phone-check","resource":"https://402utils.com/v1/phone-check","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Validate and normalize a phone number with full Google libphonenumber metadata: strict validity against each national numbering plan, E.164 / international / national formats, country detection (correct across shared codes like +1 and +44) and line type (mobile, fixed_line, toll_free, voip…) where the plan distinguishes it. Pass ?country=FR to parse national formats. Local. ?attest=1 → Ed25519-signed.","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-08-24T00:46:19.422Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"phone check","category":"identity","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.002 USDC","amount_units":0.002,"decimals_known":true,"pay_to":"0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-24T00:46:18.034Z"},"validation":{"latest":{"observed_at":"2026-09-16T04:04:10.323Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":4,"ratio":0.6666666666666666},{"days":30,"observed":6,"passed":4,"ratio":0.6666666666666666},{"days":90,"observed":6,"passed":4,"ratio":0.6666666666666666}],"history_90d":[{"observed_at":"2026-09-16T04:04:10.323Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-16","state_changed":true},{"observed_at":"2026-09-15T04:02:44.243Z","state":"fail","failed_checks":["endpoint_reachable"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:01:34.476Z","state":"fail","failed_checks":["endpoint_reachable"],"run_id":"daily-2026-09-14","state_changed":true},{"observed_at":"2026-09-13T04:01:12.983Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:16:24.812Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T09:41:58.472Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291","page":"https://tollindex.com/seller/0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291","endpoints":16,"hosts":2},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291","amount":"2000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-08-24T00:46:18.034Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://402utils.com/v1/phone-check","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"phone":"+442079460958"}},"output":{"type":"json","example":{"e164":"+442079460958","type":"fixed_line","valid":true,"country":"GB","national":"020 7946 0958","possible":true,"international":"+44 20 7946 0958"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["phone"],"properties":{"phone":{"type":"string","description":"The number, E.164 (+33612345678) or national."},"attest":{"type":"string","description":"Set to 1 for an Ed25519-signed attestation of the result (audit trail)."},"country":{"type":"string","description":"ISO alpha-2 default country for national input."}},"description":"Query params. `phone` required; `country` helps parse national formats."}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["valid"],"properties":{"e164":{"type":"string"},"type":{"type":"string","description":"mobile | fixed_line | fixed_line_or_mobile | toll_free | premium_rate | voip | … — absent when the plan does not distinguish."},"valid":{"type":"boolean","description":"Strict validity per the national numbering plan."},"country":{"type":"string","description":"Detected ISO alpha-2; absent when undeterminable."},"national":{"type":"string"},"possible":{"type":"boolean","description":"Length-plausibility (looser than valid)."},"attestation":{"type":"object","properties":{"alg":{"type":"string","const":"Ed25519"},"sig":{"type":"string","description":"base64url Ed25519 signature over the canonical JSON of payload."},"payload":{"type":"object","properties":{"ts":{"type":"string","format":"date-time"},"kid":{"type":"string","description":"Key id — matches a key in the .well-known document."},"endpoint":{"type":"string"},"resultSha256":{"type":"string","description":"SHA-256 of the canonical JSON of the result (attestation excluded)."}}}},"description":"Present only with ?attest=1. Ed25519 signature over the canonical result; verify against /.well-known/402utils-attestation.json."},"international":{"type":"string"}}}}}}}}},"description":"Validate and normalize a phone number with full Google libphonenumber metadata: strict validity against each national numbering plan, E.164 / international / national formats, country detection (correct across shared codes like +1 and +44) and line type (mobile, fixed_line, toll_free, voip…) where the plan distinguishes it. Pass ?country=FR to parse national formats. Local. ?attest=1 → Ed25519-signed.","lastUpdated":"2026-08-24T00:46:19.422Z","x402Version":2}]}}