{"id":"t/url_status","kind":"forged","name":"url_status","description":"HTTP status, final content-type and response size for a URL (HEAD then GET fallback)","tags":["web","monitoring"],"method":"POST","path":"/v1/t/url_status","url":"https://toll402.dev/v1/t/url_status","specUrl":"https://toll402.dev/v1/spec/t/url_status","price":"$0.001","priceUsd":0.001,"available":true,"inputSchema":{"type":"object","properties":{"url":{"type":"string"}},"required":["url"]},"example":{"url":"https://example.com"},"meta":{"creator":null,"createdAt":"2026-09-07T18:15:02.703Z","calls":53,"failures":45,"network":true,"notes":"Performs a HEAD request first (falling back to GET if HEAD is not allowed or fetch fails), then reports HTTP status, final URL, content-type header, and response size (from Content-Length header or by measuring the GET body when HEAD lacks it); no external data sources beyond the target URL itself."}}