Reference
Types
Field types and normalization guarantees
uAPI produces normalized, schema-validated JSON designed to be consistent across vastly different sources. The envelope is stable, and the data object adheres to a schema chosen for the target page type. Field names use snake_case, dates are ISO 8601 UTC strings, numbers are numeric types with expanded magnitudes, booleans are true or false, unknowns are null, and arrays are always arrays even when they contain a single item. Currency values are numbers without symbols and without localized formatting.