{"uid":"cap_irMI_YOR51Q1uRkgVdgN0","slug":"strale-date-parse-api-98a7164e","name":"Strale Date Parse API","description":"Parse ambiguous date strings into ISO 8601. Handles '3/4/25', 'March 4th', '4. mars 2025', '2025-W14'. Detects ambiguity.","url":"https://api.strale.io/x402/v2/date-parse","method":"GET","headers":{},"bodySchema":{"type":"object","required":["date_string"],"properties":{"date_string":{"type":"string","description":"Date string to parse"},"preferred_format":{"type":"string","description":"DMY, MDY, or YMD (for ambiguous dates)"}}},"responseSchema":{"day":{"type":"integer"},"year":{"type":"integer"},"month":{"type":"integer"},"iso_date":{"type":"string"},"day_of_week":{"type":"string"},"is_ambiguous":{"type":"boolean"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.0324","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0324/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0324","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0324","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_4zRdQNiDiv9PKM53zEEhi","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0324","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Parses a natural-language or ambiguous date string into a structured date, with support for format disambiguation (DMY, MDY, YMD).","exampleAgentPrompt":"Can you parse the date string '04/05/06' for me? I think it's in day-month-year order, so use DMY format to resolve any ambiguity.","exampleUseCases":[{"title":"Normalize user-submitted form dates","prompt":"I have a date entry from a user that says '3rd March 2024' — can you convert that into a clean structured date format?"},{"title":"Resolve ambiguous international date","prompt":"Parse the date '07/08/09' for me — it came from a European source so assume day-month-year ordering."},{"title":"Standardize dates in imported data","prompt":"I've got a date field from a spreadsheet that reads '05-Jun-23' — can you parse that into a proper date with year, month, and day?"}],"resultDescription":"A structured representation of the parsed date (year, month, day), along with the interpreted format and a cryptographically hashed audit record confirming the result and its provenance.","failureModes":["Unparseable date string returns an error indicating the input could not be interpreted","Ambiguous date without a preferred_format hint may return multiple interpretations or an error","Malformed or empty date_string returns a validation error","Conflicting format hints vs date string content may produce incorrect results"],"whenToPreferThis":"Use this endpoint when you need to parse ambiguous, natural-language, or locale-specific date strings into structured dates with a verifiable audit trail. It is especially useful when the date format is unknown or mixed (e.g. user-generated input, imported spreadsheets, international data) and you need deterministic format disambiguation via DMY/MDY/YMD hints. Prefer this over generic date libraries when you require a trustworthy audit record of the parse operation.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T01:18:00.620Z","isFirstParty":false}