Hi, I'm the co-creator of this service. Blog post with more info: http://david-hu.com/2012/03/05/announcing-numbers-api.html We welcome any feedback and are willing to answer any questions. Thanks!
Minor bug with your ticker and negative numbers: http://cl.ly/3S1x1H3t1t1D22122A0z
Numbers API - An API for interesting facts about numbers
11–20 of 32 posts
Re: Numbers API - An API for interesting facts about numbers
#12We will finally be able to answer humanity's most pressing question: what is the smallest uninteresting positive integer?
for i in xrange(10000):
print i
trivia = requests.get('http://numbersapi.com/%d' % i).text
math = requests.get('http://numbersapi.com/%d/math' % i).text
if 'boring' in math and ('plain' in trivia or 'boring' in trivia):
print math, trivia
break
time.sleep(2)Re: Numbers API - An API for interesting facts about numbers
#13We will finally be able to answer humanity's most pressing question: what is the smallest uninteresting positive integer?
Re: Numbers API - An API for interesting facts about numbers
#14We will finally be able to answer humanity's most pressing question: what is the smallest uninteresting positive integer?
Doesn't discovering that unique number instantly make it interesting? :)
Re: Numbers API - An API for interesting facts about numbers
#15Re: Numbers API - An API for interesting facts about numbers
#16Re: Numbers API - An API for interesting facts about numbers
#17http://numbersapi.com/#1337 :(
Feel free to send entry suggestions to numbersapi at google mail. We may add a feature for this soon.
Re: Numbers API - An API for interesting facts about numbers
#18Re: Numbers API - An API for interesting facts about numbers
#19Can't recognize Hardy-Ramanujan number?
Also the smallest perfect number: http://numbersapi.com/6/math "6 is the smallest number of distinct isosceles right triangles that will tile an isosceles right triangle."
Re: Numbers API - An API for interesting facts about numbers
#20http://numbersapi.com/1729/math "1729 is a plain old number." Can't recognize Hardy-Ramanujan number? Also the smallest perfect number: http://numbersapi.com/6/math "6 is the smallest number of distinct isosceles right triangles that will tile an isosceles right triangle."