Numbers API · Example Payload

Numbers Fact Example

Science And MathPublic APIsTriviaNumbersDatesOpen Source

Numbers Fact Example 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

textnumberfoundtype

Example Payload

Raw ↑
{
  "text": "42 is the result given by Google and Bing for the query \"the answer to life the universe and everything\".",
  "number": 42,
  "found": true,
  "type": "trivia"
}