Numbers API · Example Payload

Math Fact Json

NumbersTriviaMathFactsEducationFreeNo Auth

Math Fact Json is an example object payload from Numbers API, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

textfoundnumbertype

Example Payload

Raw ↑
{
  "text": "42 is the 5th Catalan number.",
  "found": true,
  "number": 42,
  "type": "math"
}