Numbers API · Example Payload

Trivia Fact Json

NumbersTriviaMathFactsEducationFreeNo Auth

Trivia 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 result given by Google and Bing for the query \"the answer to life the universe and everything\".",
  "found": true,
  "number": 42,
  "type": "trivia"
}